Package | Description |
---|---|
tachyon | |
tachyon.thrift |
Modifier and Type | Method and Description |
---|---|
Command |
WorkerStorage.heartbeat() |
Command |
MasterServiceHandler.worker_heartbeat(long workerId,
long usedBytes,
List<Long> removedBlockIds) |
Command |
MasterClient.worker_heartbeat(long workerId,
long usedBytes,
List<Long> removedPartitionList) |
Command |
MasterInfo.workerHeartbeat(long workerId,
long usedBytes,
List<Long> removedBlockIds) |
Modifier and Type | Field and Description |
---|---|
Command |
MasterService.worker_heartbeat_result.success |
Modifier and Type | Method and Description |
---|---|
Command |
Command.deepCopy() |
Command |
MasterService.AsyncClient.worker_heartbeat_call.getResult() |
Command |
MasterService.worker_heartbeat_result.getSuccess() |
Command |
MasterService.Client.recv_worker_heartbeat() |
Command |
Command.setMCommandType(CommandType mCommandType) |
Command |
Command.setMData(List<Long> mData) |
Command |
MasterService.Iface.worker_heartbeat(long workerId,
long usedBytes,
List<Long> removedBlocks) |
Command |
MasterService.Client.worker_heartbeat(long workerId,
long usedBytes,
List<Long> removedBlocks) |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<Command> |
MasterService.AsyncProcessor.worker_heartbeat.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
Command.compareTo(Command other) |
boolean |
Command.equals(Command that) |
MasterService.worker_heartbeat_result |
MasterService.worker_heartbeat_result.setSuccess(Command success) |
Modifier and Type | Method and Description |
---|---|
void |
MasterService.AsyncProcessor.worker_heartbeat.start(I iface,
MasterService.worker_heartbeat_args args,
org.apache.thrift.async.AsyncMethodCallback<Command> resultHandler) |
Constructor and Description |
---|
Command(Command other)
Performs a deep copy on other.
|
MasterService.worker_heartbeat_result(Command success,
BlockInfoException e) |
Copyright © 2013. All rights reserved.