Package | Description |
---|---|
alluxio.master.meta | |
alluxio.thrift |
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.
|
Modifier and Type | Method and Description |
---|---|
static MetaCommand |
MetaCommand.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
MetaCommand |
MasterHeartbeatTResponse.getCommand() |
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 |
---|---|
MasterHeartbeatTResponse |
MasterHeartbeatTResponse.setCommand(MetaCommand command) |
Constructor and Description |
---|
MasterHeartbeatTResponse(MetaCommand command) |
Copyright © 2023. All Rights Reserved.