Package | Description |
---|---|
alluxio.grpc | |
alluxio.master.meta |
Modifier and Type | Method and Description |
---|---|
static MetaCommand |
MetaCommand.forNumber(int value) |
MetaCommand |
MasterHeartbeatPResponseOrBuilder.getCommand()
optional .alluxio.grpc.meta.MetaCommand command = 1; |
MetaCommand |
MasterHeartbeatPResponse.getCommand()
optional .alluxio.grpc.meta.MetaCommand command = 1; |
MetaCommand |
MasterHeartbeatPResponse.Builder.getCommand()
optional .alluxio.grpc.meta.MetaCommand command = 1; |
static MetaCommand |
MetaCommand.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MetaCommand |
MetaCommand.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MetaCommand |
MetaCommand.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetaCommand[] |
MetaCommand.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<MetaCommand> |
MetaCommand.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
MasterHeartbeatPResponse.Builder |
MasterHeartbeatPResponse.Builder.setCommand(MetaCommand value)
optional .alluxio.grpc.meta.MetaCommand command = 1; |
Modifier and Type | Method and Description |
---|---|
MetaCommand |
RetryHandlingMetaMasterMasterClient.heartbeat(long masterId)
Sends a heartbeat to the leader master.
|
MetaCommand |
DefaultMetaMaster.masterHeartbeat(long masterId) |
MetaCommand |
MetaMaster.masterHeartbeat(long masterId)
A standby master periodically heartbeats with the leader master.
|
Copyright © 2023. All Rights Reserved.