Package | Description |
---|---|
alluxio.grpc | |
alluxio.master.job | |
alluxio.master.meta |
Modifier and Type | Method and Description |
---|---|
static JobMasterMetaCommand |
JobMasterMetaCommand.forNumber(int value) |
JobMasterMetaCommand |
JobMasterHeartbeatPResponseOrBuilder.getCommand()
optional .alluxio.grpc.job.JobMasterMetaCommand command = 1; |
JobMasterMetaCommand |
JobMasterHeartbeatPResponse.getCommand()
optional .alluxio.grpc.job.JobMasterMetaCommand command = 1; |
JobMasterMetaCommand |
JobMasterHeartbeatPResponse.Builder.getCommand()
optional .alluxio.grpc.job.JobMasterMetaCommand command = 1; |
static JobMasterMetaCommand |
JobMasterMetaCommand.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static JobMasterMetaCommand |
JobMasterMetaCommand.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static JobMasterMetaCommand |
JobMasterMetaCommand.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobMasterMetaCommand[] |
JobMasterMetaCommand.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<JobMasterMetaCommand> |
JobMasterMetaCommand.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
JobMasterHeartbeatPResponse.Builder |
JobMasterHeartbeatPResponse.Builder.setCommand(JobMasterMetaCommand value)
optional .alluxio.grpc.job.JobMasterMetaCommand command = 1; |
Modifier and Type | Method and Description |
---|---|
JobMasterMetaCommand |
JobMaster.jobMasterHeartbeat(long masterId,
JobMasterHeartbeatPOptions options)
Handles a heartbeat from a standby job master.
|
Modifier and Type | Method and Description |
---|---|
JobMasterMetaCommand |
RetryHandlingJobMasterMasterClient.heartbeat(long masterId)
Sends a heartbeat to the leader master.
|
Copyright © 2023. All Rights Reserved.