Package | Description |
---|---|
alluxio.hub.agent.process | |
alluxio.hub.proto |
Modifier and Type | Method and Description |
---|---|
void |
AgentProcessContext.changeState(AlluxioNodeType type,
ProcessStateChange action)
Attempts to change the state of a process.
|
Modifier and Type | Method and Description |
---|---|
static ProcessStateChange |
ProcessStateChange.forNumber(int value) |
ProcessStateChange |
AgentProcessStatusChangeRequestOrBuilder.getAction()
optional .alluxio.hub.proto.ProcessStateChange action = 1; |
ProcessStateChange |
AgentProcessStatusChangeRequest.getAction()
optional .alluxio.hub.proto.ProcessStateChange action = 1; |
ProcessStateChange |
AgentProcessStatusChangeRequest.Builder.getAction()
optional .alluxio.hub.proto.ProcessStateChange action = 1; |
static ProcessStateChange |
ProcessStateChange.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ProcessStateChange |
ProcessStateChange.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ProcessStateChange |
ProcessStateChange.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessStateChange[] |
ProcessStateChange.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<ProcessStateChange> |
ProcessStateChange.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
AgentProcessStatusChangeRequest.Builder |
AgentProcessStatusChangeRequest.Builder.setAction(ProcessStateChange value)
optional .alluxio.hub.proto.ProcessStateChange action = 1; |
Copyright © 2023. All Rights Reserved.