Package | Description |
---|---|
alluxio.hub.manager.process | |
alluxio.hub.proto |
Modifier and Type | Method and Description |
---|---|
<T> Map<HubNodeAddress,T> |
ManagerProcessContext.execOnHub(java.util.function.Function<AgentManagerServiceGrpc.AgentManagerServiceBlockingStub,T> action,
AlluxioNodeType type,
ExecutionType executionType)
Execute a function across a set of Alluxio nodes on the cluster.
|
Modifier and Type | Method and Description |
---|---|
static ExecutionType |
ExecutionType.forNumber(int value) |
ExecutionType |
AgentProcessStatusChangeRequestOrBuilder.getExecType()
optional .alluxio.hub.proto.ExecutionType exec_type = 4; |
ExecutionType |
AgentProcessStatusChangeRequest.getExecType()
optional .alluxio.hub.proto.ExecutionType exec_type = 4; |
ExecutionType |
AgentProcessStatusChangeRequest.Builder.getExecType()
optional .alluxio.hub.proto.ExecutionType exec_type = 4; |
static ExecutionType |
ExecutionType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ExecutionType |
ExecutionType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ExecutionType |
ExecutionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionType[] |
ExecutionType.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<ExecutionType> |
ExecutionType.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
AgentProcessStatusChangeRequest.Builder |
AgentProcessStatusChangeRequest.Builder.setExecType(ExecutionType value)
optional .alluxio.hub.proto.ExecutionType exec_type = 4; |
Copyright © 2023. All Rights Reserved.