Enum ControllerOuterClass.KafkaStreamsPolicySpec.DiagnoserSpec.DiagnoserCase
- java.lang.Object
-
- java.lang.Enum<ControllerOuterClass.KafkaStreamsPolicySpec.DiagnoserSpec.DiagnoserCase>
-
- responsive.controller.v1.controller.proto.ControllerOuterClass.KafkaStreamsPolicySpec.DiagnoserSpec.DiagnoserCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,java.io.Serializable,java.lang.Comparable<ControllerOuterClass.KafkaStreamsPolicySpec.DiagnoserSpec.DiagnoserCase>
- Enclosing class:
- ControllerOuterClass.KafkaStreamsPolicySpec.DiagnoserSpec
public static enum ControllerOuterClass.KafkaStreamsPolicySpec.DiagnoserSpec.DiagnoserCase extends java.lang.Enum<ControllerOuterClass.KafkaStreamsPolicySpec.DiagnoserSpec.DiagnoserCase> implements com.google.protobuf.Internal.EnumLite
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ARRIVAL_RATE_SCALE_UPDIAGNOSER_NOT_SETEXPECTED_LATENCYLAG_SCALE_UPPROCESSING_RATE_SCALE_DOWNPROCESSING_RATE_SCALE_UPTHREAD_SATURATION
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ControllerOuterClass.KafkaStreamsPolicySpec.DiagnoserSpec.DiagnoserCaseforNumber(int value)intgetNumber()static ControllerOuterClass.KafkaStreamsPolicySpec.DiagnoserSpec.DiagnoserCasevalueOf(int value)Deprecated.static ControllerOuterClass.KafkaStreamsPolicySpec.DiagnoserSpec.DiagnoserCasevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ControllerOuterClass.KafkaStreamsPolicySpec.DiagnoserSpec.DiagnoserCase[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
PROCESSING_RATE_SCALE_UP
public static final ControllerOuterClass.KafkaStreamsPolicySpec.DiagnoserSpec.DiagnoserCase PROCESSING_RATE_SCALE_UP
-
PROCESSING_RATE_SCALE_DOWN
public static final ControllerOuterClass.KafkaStreamsPolicySpec.DiagnoserSpec.DiagnoserCase PROCESSING_RATE_SCALE_DOWN
-
ARRIVAL_RATE_SCALE_UP
public static final ControllerOuterClass.KafkaStreamsPolicySpec.DiagnoserSpec.DiagnoserCase ARRIVAL_RATE_SCALE_UP
-
LAG_SCALE_UP
public static final ControllerOuterClass.KafkaStreamsPolicySpec.DiagnoserSpec.DiagnoserCase LAG_SCALE_UP
-
EXPECTED_LATENCY
public static final ControllerOuterClass.KafkaStreamsPolicySpec.DiagnoserSpec.DiagnoserCase EXPECTED_LATENCY
-
THREAD_SATURATION
public static final ControllerOuterClass.KafkaStreamsPolicySpec.DiagnoserSpec.DiagnoserCase THREAD_SATURATION
-
DIAGNOSER_NOT_SET
public static final ControllerOuterClass.KafkaStreamsPolicySpec.DiagnoserSpec.DiagnoserCase DIAGNOSER_NOT_SET
-
-
Method Detail
-
values
public static ControllerOuterClass.KafkaStreamsPolicySpec.DiagnoserSpec.DiagnoserCase[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ControllerOuterClass.KafkaStreamsPolicySpec.DiagnoserSpec.DiagnoserCase c : ControllerOuterClass.KafkaStreamsPolicySpec.DiagnoserSpec.DiagnoserCase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ControllerOuterClass.KafkaStreamsPolicySpec.DiagnoserSpec.DiagnoserCase valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
valueOf
@Deprecated public static ControllerOuterClass.KafkaStreamsPolicySpec.DiagnoserSpec.DiagnoserCase valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
forNumber
public static ControllerOuterClass.KafkaStreamsPolicySpec.DiagnoserSpec.DiagnoserCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-
-