Interface ControllerOuterClass.KafkaStreamsPolicySpec.ThreadSaturationDiagnoserSpecOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ControllerOuterClass.KafkaStreamsPolicySpec.ThreadSaturationDiagnoserSpec,ControllerOuterClass.KafkaStreamsPolicySpec.ThreadSaturationDiagnoserSpec.Builder
- Enclosing class:
- ControllerOuterClass.KafkaStreamsPolicySpec
public static interface ControllerOuterClass.KafkaStreamsPolicySpec.ThreadSaturationDiagnoserSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetBlockedMetric(int index)repeated string blocked_metric = 5;com.google.protobuf.ByteStringgetBlockedMetricBytes(int index)repeated string blocked_metric = 5;intgetBlockedMetricCount()repeated string blocked_metric = 5;java.util.List<java.lang.String>getBlockedMetricList()repeated string blocked_metric = 5;intgetGraceSeconds()optional int32 grace_seconds = 4;intgetNumWindows()optional int32 num_windows = 3;doublegetThreshold()double threshold = 1;intgetWindowSeconds()optional int32 window_seconds = 2;booleanhasGraceSeconds()optional int32 grace_seconds = 4;booleanhasNumWindows()optional int32 num_windows = 3;booleanhasWindowSeconds()optional int32 window_seconds = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getThreshold
double getThreshold()
double threshold = 1;- Returns:
- The threshold.
-
hasWindowSeconds
boolean hasWindowSeconds()
optional int32 window_seconds = 2;- Returns:
- Whether the windowSeconds field is set.
-
getWindowSeconds
int getWindowSeconds()
optional int32 window_seconds = 2;- Returns:
- The windowSeconds.
-
hasNumWindows
boolean hasNumWindows()
optional int32 num_windows = 3;- Returns:
- Whether the numWindows field is set.
-
getNumWindows
int getNumWindows()
optional int32 num_windows = 3;- Returns:
- The numWindows.
-
hasGraceSeconds
boolean hasGraceSeconds()
optional int32 grace_seconds = 4;- Returns:
- Whether the graceSeconds field is set.
-
getGraceSeconds
int getGraceSeconds()
optional int32 grace_seconds = 4;- Returns:
- The graceSeconds.
-
getBlockedMetricList
java.util.List<java.lang.String> getBlockedMetricList()
repeated string blocked_metric = 5;- Returns:
- A list containing the blockedMetric.
-
getBlockedMetricCount
int getBlockedMetricCount()
repeated string blocked_metric = 5;- Returns:
- The count of blockedMetric.
-
getBlockedMetric
java.lang.String getBlockedMetric(int index)
repeated string blocked_metric = 5;- Parameters:
index- The index of the element to return.- Returns:
- The blockedMetric at the given index.
-
getBlockedMetricBytes
com.google.protobuf.ByteString getBlockedMetricBytes(int index)
repeated string blocked_metric = 5;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the blockedMetric at the given index.
-
-