Enum Class VersionStatusGrpc
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<VersionStatusGrpc>,Constable
public enum VersionStatusGrpc
extends Enum<VersionStatusGrpc>
implements com.google.protobuf.ProtocolMessageEnum
Shared version-related types used by multiple gRPC servicesProtobuf enum
com.linkedin.venice.protocols.controller.VersionStatusGrpc-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionCREATED = 5;ERROR = 4;KILLED = 7;NOT_CREATED = 0;ONLINE = 3;PARTIALLY_ONLINE = 6;PUSHED = 2;STARTED = 1; -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intCREATED = 5;static final intERROR = 4;static final intKILLED = 7;static final intNOT_CREATED = 0;static final intONLINE = 3;static final intPARTIALLY_ONLINE = 6;static final intPUSHED = 2;static final intSTARTED = 1; -
Method Summary
Modifier and TypeMethodDescriptionstatic VersionStatusGrpcforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<VersionStatusGrpc>static VersionStatusGrpcvalueOf(int value) Deprecated.static VersionStatusGrpcvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static VersionStatusGrpcReturns the enum constant of this class with the specified name.static VersionStatusGrpc[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NOT_CREATED
NOT_CREATED = 0; -
STARTED
STARTED = 1; -
PUSHED
PUSHED = 2; -
ONLINE
ONLINE = 3; -
ERROR
ERROR = 4; -
CREATED
CREATED = 5; -
PARTIALLY_ONLINE
PARTIALLY_ONLINE = 6; -
KILLED
KILLED = 7; -
UNRECOGNIZED
-
-
Field Details
-
NOT_CREATED_VALUE
public static final int NOT_CREATED_VALUENOT_CREATED = 0;- See Also:
-
STARTED_VALUE
public static final int STARTED_VALUESTARTED = 1;- See Also:
-
PUSHED_VALUE
public static final int PUSHED_VALUEPUSHED = 2;- See Also:
-
ONLINE_VALUE
public static final int ONLINE_VALUEONLINE = 3;- See Also:
-
ERROR_VALUE
public static final int ERROR_VALUEERROR = 4;- See Also:
-
CREATED_VALUE
public static final int CREATED_VALUECREATED = 5;- See Also:
-
PARTIALLY_ONLINE_VALUE
public static final int PARTIALLY_ONLINE_VALUEPARTIALLY_ONLINE = 6;- See Also:
-
KILLED_VALUE
public static final int KILLED_VALUEKILLED = 7;- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-