Package | Description |
---|---|
alluxio.hub.manager.util | |
alluxio.hub.proto |
Modifier and Type | Method and Description |
---|---|
Map<AlluxioNodeType,ProcessState> |
AlluxioCluster.heartbeat(AlluxioNodeStatusOrBuilder addr)
Add a new node to the cluster.
|
Map<AlluxioNodeType,ProcessState> |
AlluxioCluster.remove(AlluxioNodeStatusOrBuilder addr)
Remove a node from the cluster with the address's hostname.
|
Map<AlluxioNodeType,ProcessState> |
AlluxioCluster.remove(String hostname)
Remove a node from the cluster.
|
Modifier and Type | Method and Description |
---|---|
static ProcessState |
ProcessState.forNumber(int value) |
ProcessState |
AlluxioProcessStatusOrBuilder.getState()
optional .alluxio.hub.proto.ProcessState state = 2; |
ProcessState |
AlluxioProcessStatus.getState()
optional .alluxio.hub.proto.ProcessState state = 2; |
ProcessState |
AlluxioProcessStatus.Builder.getState()
optional .alluxio.hub.proto.ProcessState state = 2; |
static ProcessState |
ProcessState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ProcessState |
ProcessState.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ProcessState |
ProcessState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessState[] |
ProcessState.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<ProcessState> |
ProcessState.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
AlluxioProcessStatus.Builder |
AlluxioProcessStatus.Builder.setState(ProcessState value)
optional .alluxio.hub.proto.ProcessState state = 2; |
Copyright © 2023. All Rights Reserved.