Package | Description |
---|---|
alluxio.master.meta | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
MasterHeartbeatTResponse |
MetaMasterMasterServiceHandler.masterHeartbeat(long masterId,
MasterHeartbeatTOptions options) |
Modifier and Type | Method and Description |
---|---|
MasterHeartbeatTResponse |
MasterHeartbeatTResponse.deepCopy() |
MasterHeartbeatTResponse |
MetaMasterMasterService.AsyncClient.masterHeartbeat_call.getResult() |
MasterHeartbeatTResponse |
MetaMasterMasterService.masterHeartbeat_result.getSuccess() |
MasterHeartbeatTResponse |
MetaMasterMasterService.Iface.masterHeartbeat(long masterId,
MasterHeartbeatTOptions options)
Heartbeats to indicate the master is lost or not.
|
MasterHeartbeatTResponse |
MetaMasterMasterService.Client.masterHeartbeat(long masterId,
MasterHeartbeatTOptions options) |
MasterHeartbeatTResponse |
MetaMasterMasterService.Client.recv_masterHeartbeat() |
MasterHeartbeatTResponse |
MasterHeartbeatTResponse.setCommand(MetaCommand command) |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<MasterHeartbeatTResponse> |
MetaMasterMasterService.AsyncProcessor.masterHeartbeat.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
MasterHeartbeatTResponse.compareTo(MasterHeartbeatTResponse other) |
boolean |
MasterHeartbeatTResponse.equals(MasterHeartbeatTResponse that) |
MetaMasterMasterService.masterHeartbeat_result |
MetaMasterMasterService.masterHeartbeat_result.setSuccess(MasterHeartbeatTResponse success) |
Modifier and Type | Method and Description |
---|---|
void |
MetaMasterMasterService.AsyncProcessor.masterHeartbeat.start(I iface,
MetaMasterMasterService.masterHeartbeat_args args,
org.apache.thrift.async.AsyncMethodCallback<MasterHeartbeatTResponse> resultHandler) |
Constructor and Description |
---|
masterHeartbeat_result(MasterHeartbeatTResponse success,
AlluxioTException e) |
MasterHeartbeatTResponse(MasterHeartbeatTResponse other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.