Package | Description |
---|---|
alluxio.hub.proto |
Modifier and Type | Method and Description |
---|---|
static HubNodeState |
HubNodeState.forNumber(int value) |
HubNodeState |
HubNodeStatusOrBuilder.getState()
optional .alluxio.hub.proto.HubNodeState state = 2; |
HubNodeState |
HubNodeStatus.getState()
optional .alluxio.hub.proto.HubNodeState state = 2; |
HubNodeState |
HubNodeStatus.Builder.getState()
optional .alluxio.hub.proto.HubNodeState state = 2; |
static HubNodeState |
HubNodeState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static HubNodeState |
HubNodeState.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static HubNodeState |
HubNodeState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HubNodeState[] |
HubNodeState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<HubNodeState> |
HubNodeState.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
HubNodeStatus.Builder |
HubNodeStatus.Builder.setState(HubNodeState value)
optional .alluxio.hub.proto.HubNodeState state = 2; |
Copyright © 2023. All Rights Reserved.