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 |
---|---|
MasterHeartbeatTOptions |
MasterHeartbeatTOptions.deepCopy() |
MasterHeartbeatTOptions |
MetaMasterMasterService.masterHeartbeat_args.getOptions()
the method options
|
Modifier and Type | Method and Description |
---|---|
int |
MasterHeartbeatTOptions.compareTo(MasterHeartbeatTOptions other) |
boolean |
MasterHeartbeatTOptions.equals(MasterHeartbeatTOptions that) |
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) |
void |
MetaMasterMasterService.AsyncIface.masterHeartbeat(long masterId,
MasterHeartbeatTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
MetaMasterMasterService.AsyncClient.masterHeartbeat(long masterId,
MasterHeartbeatTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
MetaMasterMasterService.Client.send_masterHeartbeat(long masterId,
MasterHeartbeatTOptions options) |
MetaMasterMasterService.masterHeartbeat_args |
MetaMasterMasterService.masterHeartbeat_args.setOptions(MasterHeartbeatTOptions options)
the method options
|
Constructor and Description |
---|
masterHeartbeat_args(long masterId,
MasterHeartbeatTOptions options) |
masterHeartbeat_call(long masterId,
MasterHeartbeatTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
MasterHeartbeatTOptions(MasterHeartbeatTOptions other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.