public enum HubStatus extends Enum<HubStatus> implements com.google.protobuf.ProtocolMessageEnum
alluxio.hub.proto.HubStatus
Enum Constant and Description |
---|
MANAGER_CONNECTION_OK
MANAGER_CONNECTION_OK = 3; |
MANAGER_NOT_CONNECTED
MANAGER_NOT_CONNECTED = 2; |
MANAGER_START_CONNECTION
MANAGER_START_CONNECTION = 0; |
MANAGER_STOP_CONNECTION
MANAGER_STOP_CONNECTION = 1; |
Modifier and Type | Field and Description |
---|---|
static int |
MANAGER_CONNECTION_OK_VALUE
MANAGER_CONNECTION_OK = 3; |
static int |
MANAGER_NOT_CONNECTED_VALUE
MANAGER_NOT_CONNECTED = 2; |
static int |
MANAGER_START_CONNECTION_VALUE
MANAGER_START_CONNECTION = 0; |
static int |
MANAGER_STOP_CONNECTION_VALUE
MANAGER_STOP_CONNECTION = 1; |
Modifier and Type | Method and Description |
---|---|
static HubStatus |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<HubStatus> |
internalGetValueMap() |
static HubStatus |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static HubStatus |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static HubStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HubStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HubStatus MANAGER_START_CONNECTION
MANAGER_START_CONNECTION = 0;
public static final HubStatus MANAGER_STOP_CONNECTION
MANAGER_STOP_CONNECTION = 1;
public static final HubStatus MANAGER_NOT_CONNECTED
MANAGER_NOT_CONNECTED = 2;
public static final HubStatus MANAGER_CONNECTION_OK
MANAGER_CONNECTION_OK = 3;
public static final int MANAGER_START_CONNECTION_VALUE
MANAGER_START_CONNECTION = 0;
public static final int MANAGER_STOP_CONNECTION_VALUE
MANAGER_STOP_CONNECTION = 1;
public static final int MANAGER_NOT_CONNECTED_VALUE
MANAGER_NOT_CONNECTED = 2;
public static final int MANAGER_CONNECTION_OK_VALUE
MANAGER_CONNECTION_OK = 3;
public static HubStatus[] values()
for (HubStatus c : HubStatus.values()) System.out.println(c);
public static HubStatus valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic final int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
@Deprecated public static HubStatus valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static HubStatus forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<HubStatus> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static HubStatus valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023. All Rights Reserved.