Class ControllerOuterClass.KafkaStreamsPolicySpec.ThreadSaturationDiagnoserSpec
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- responsive.controller.v1.controller.proto.ControllerOuterClass.KafkaStreamsPolicySpec.ThreadSaturationDiagnoserSpec
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable,ControllerOuterClass.KafkaStreamsPolicySpec.ThreadSaturationDiagnoserSpecOrBuilder
- Enclosing class:
- ControllerOuterClass.KafkaStreamsPolicySpec
public static final class ControllerOuterClass.KafkaStreamsPolicySpec.ThreadSaturationDiagnoserSpec extends com.google.protobuf.GeneratedMessageV3 implements ControllerOuterClass.KafkaStreamsPolicySpec.ThreadSaturationDiagnoserSpecOrBuilder
Protobuf typeresponsive.controller.v1.controller.proto.KafkaStreamsPolicySpec.ThreadSaturationDiagnoserSpec- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classControllerOuterClass.KafkaStreamsPolicySpec.ThreadSaturationDiagnoserSpec.BuilderProtobuf typeresponsive.controller.v1.controller.proto.KafkaStreamsPolicySpec.ThreadSaturationDiagnoserSpec-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intBLOCKED_METRIC_FIELD_NUMBERstatic intGRACE_SECONDS_FIELD_NUMBERstatic intNUM_WINDOWS_FIELD_NUMBERstatic intTHRESHOLD_FIELD_NUMBERstatic intWINDOW_SECONDS_FIELD_NUMBER
-
Method Summary
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
THRESHOLD_FIELD_NUMBER
public static final int THRESHOLD_FIELD_NUMBER
- See Also:
- Constant Field Values
-
WINDOW_SECONDS_FIELD_NUMBER
public static final int WINDOW_SECONDS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
NUM_WINDOWS_FIELD_NUMBER
public static final int NUM_WINDOWS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
GRACE_SECONDS_FIELD_NUMBER
public static final int GRACE_SECONDS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
BLOCKED_METRIC_FIELD_NUMBER
public static final int BLOCKED_METRIC_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getThreshold
public double getThreshold()
double threshold = 1;- Specified by:
getThresholdin interfaceControllerOuterClass.KafkaStreamsPolicySpec.ThreadSaturationDiagnoserSpecOrBuilder- Returns:
- The threshold.
-
hasWindowSeconds
public boolean hasWindowSeconds()
optional int32 window_seconds = 2;- Specified by:
hasWindowSecondsin interfaceControllerOuterClass.KafkaStreamsPolicySpec.ThreadSaturationDiagnoserSpecOrBuilder- Returns:
- Whether the windowSeconds field is set.
-
getWindowSeconds
public int getWindowSeconds()
optional int32 window_seconds = 2;- Specified by:
getWindowSecondsin interfaceControllerOuterClass.KafkaStreamsPolicySpec.ThreadSaturationDiagnoserSpecOrBuilder- Returns:
- The windowSeconds.
-
hasNumWindows
public boolean hasNumWindows()
optional int32 num_windows = 3;- Specified by:
hasNumWindowsin interfaceControllerOuterClass.KafkaStreamsPolicySpec.ThreadSaturationDiagnoserSpecOrBuilder- Returns:
- Whether the numWindows field is set.
-
getNumWindows
public int getNumWindows()
optional int32 num_windows = 3;- Specified by:
getNumWindowsin interfaceControllerOuterClass.KafkaStreamsPolicySpec.ThreadSaturationDiagnoserSpecOrBuilder- Returns:
- The numWindows.
-
hasGraceSeconds
public boolean hasGraceSeconds()
optional int32 grace_seconds = 4;- Specified by:
hasGraceSecondsin interfaceControllerOuterClass.KafkaStreamsPolicySpec.ThreadSaturationDiagnoserSpecOrBuilder- Returns:
- Whether the graceSeconds field is set.
-
getGraceSeconds
public int getGraceSeconds()
optional int32 grace_seconds = 4;- Specified by:
getGraceSecondsin interfaceControllerOuterClass.KafkaStreamsPolicySpec.ThreadSaturationDiagnoserSpecOrBuilder- Returns:
- The graceSeconds.
-
getBlockedMetricList
public com.google.protobuf.ProtocolStringList getBlockedMetricList()
repeated string blocked_metric = 5;- Specified by:
getBlockedMetricListin interfaceControllerOuterClass.KafkaStreamsPolicySpec.ThreadSaturationDiagnoserSpecOrBuilder- Returns:
- A list containing the blockedMetric.
-
getBlockedMetricCount
public int getBlockedMetricCount()
repeated string blocked_metric = 5;- Specified by:
getBlockedMetricCountin interfaceControllerOuterClass.KafkaStreamsPolicySpec.ThreadSaturationDiagnoserSpecOrBuilder- Returns:
- The count of blockedMetric.
-
getBlockedMetric
public java.lang.String getBlockedMetric(int index)
repeated string blocked_metric = 5;- Specified by:
getBlockedMetricin interfaceControllerOuterClass.KafkaStreamsPolicySpec.ThreadSaturationDiagnoserSpecOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The blockedMetric at the given index.
-
getBlockedMetricBytes
public com.google.protobuf.ByteString getBlockedMetricBytes(int index)
repeated string blocked_metric = 5;- Specified by:
getBlockedMetricBytesin interfaceControllerOuterClass.KafkaStreamsPolicySpec.ThreadSaturationDiagnoserSpecOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the blockedMetric at the given index.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static ControllerOuterClass.KafkaStreamsPolicySpec.ThreadSaturationDiagnoserSpec parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ControllerOuterClass.KafkaStreamsPolicySpec.ThreadSaturationDiagnoserSpec parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ControllerOuterClass.KafkaStreamsPolicySpec.ThreadSaturationDiagnoserSpec parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ControllerOuterClass.KafkaStreamsPolicySpec.ThreadSaturationDiagnoserSpec parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ControllerOuterClass.KafkaStreamsPolicySpec.ThreadSaturationDiagnoserSpec parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ControllerOuterClass.KafkaStreamsPolicySpec.ThreadSaturationDiagnoserSpec parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ControllerOuterClass.KafkaStreamsPolicySpec.ThreadSaturationDiagnoserSpec parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static ControllerOuterClass.KafkaStreamsPolicySpec.ThreadSaturationDiagnoserSpec parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static ControllerOuterClass.KafkaStreamsPolicySpec.ThreadSaturationDiagnoserSpec parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static ControllerOuterClass.KafkaStreamsPolicySpec.ThreadSaturationDiagnoserSpec parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static ControllerOuterClass.KafkaStreamsPolicySpec.ThreadSaturationDiagnoserSpec parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static ControllerOuterClass.KafkaStreamsPolicySpec.ThreadSaturationDiagnoserSpec parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public ControllerOuterClass.KafkaStreamsPolicySpec.ThreadSaturationDiagnoserSpec.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static ControllerOuterClass.KafkaStreamsPolicySpec.ThreadSaturationDiagnoserSpec.Builder newBuilder()
-
newBuilder
public static ControllerOuterClass.KafkaStreamsPolicySpec.ThreadSaturationDiagnoserSpec.Builder newBuilder(ControllerOuterClass.KafkaStreamsPolicySpec.ThreadSaturationDiagnoserSpec prototype)
-
toBuilder
public ControllerOuterClass.KafkaStreamsPolicySpec.ThreadSaturationDiagnoserSpec.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected ControllerOuterClass.KafkaStreamsPolicySpec.ThreadSaturationDiagnoserSpec.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static ControllerOuterClass.KafkaStreamsPolicySpec.ThreadSaturationDiagnoserSpec getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<ControllerOuterClass.KafkaStreamsPolicySpec.ThreadSaturationDiagnoserSpec> parser()
-
getParserForType
public com.google.protobuf.Parser<ControllerOuterClass.KafkaStreamsPolicySpec.ThreadSaturationDiagnoserSpec> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public ControllerOuterClass.KafkaStreamsPolicySpec.ThreadSaturationDiagnoserSpec getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-