Package | Description |
---|---|
alluxio.thrift | |
alluxio.worker.file |
Modifier and Type | Method and Description |
---|---|
SessionFileSystemHeartbeatTOptions |
SessionFileSystemHeartbeatTOptions.deepCopy() |
SessionFileSystemHeartbeatTOptions |
FileSystemWorkerClientService.sessionFileSystemHeartbeat_args.getOptions()
the method options
|
Modifier and Type | Method and Description |
---|---|
int |
SessionFileSystemHeartbeatTOptions.compareTo(SessionFileSystemHeartbeatTOptions other) |
boolean |
SessionFileSystemHeartbeatTOptions.equals(SessionFileSystemHeartbeatTOptions that) |
void |
FileSystemWorkerClientService.Client.send_sessionFileSystemHeartbeat(long sessionId,
List<Long> metrics,
SessionFileSystemHeartbeatTOptions options) |
SessionFileSystemHeartbeatTResponse |
FileSystemWorkerClientService.Iface.sessionFileSystemHeartbeat(long sessionId,
List<Long> metrics,
SessionFileSystemHeartbeatTOptions options)
Local session send heartbeat to local worker to keep its state.
|
SessionFileSystemHeartbeatTResponse |
FileSystemWorkerClientService.Client.sessionFileSystemHeartbeat(long sessionId,
List<Long> metrics,
SessionFileSystemHeartbeatTOptions options) |
void |
FileSystemWorkerClientService.AsyncIface.sessionFileSystemHeartbeat(long sessionId,
List<Long> metrics,
SessionFileSystemHeartbeatTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
FileSystemWorkerClientService.AsyncClient.sessionFileSystemHeartbeat(long sessionId,
List<Long> metrics,
SessionFileSystemHeartbeatTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
FileSystemWorkerClientService.sessionFileSystemHeartbeat_args |
FileSystemWorkerClientService.sessionFileSystemHeartbeat_args.setOptions(SessionFileSystemHeartbeatTOptions options)
the method options
|
Constructor and Description |
---|
sessionFileSystemHeartbeat_args(long sessionId,
List<Long> metrics,
SessionFileSystemHeartbeatTOptions options) |
sessionFileSystemHeartbeat_call(long sessionId,
List<Long> metrics,
SessionFileSystemHeartbeatTOptions 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) |
SessionFileSystemHeartbeatTOptions(SessionFileSystemHeartbeatTOptions other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
SessionFileSystemHeartbeatTResponse |
FileSystemWorkerClientServiceHandler.sessionFileSystemHeartbeat(long sessionId,
List<Long> metrics,
SessionFileSystemHeartbeatTOptions options) |
Copyright © 2023. All Rights Reserved.