Package | Description |
---|---|
tachyon.master | |
tachyon.thrift | |
tachyon.worker |
Modifier and Type | Method and Description |
---|---|
Command |
MasterClient.worker_heartbeat(long workerId,
long usedBytes,
List<Long> removedPartitionList) |
Command |
MasterServiceHandler.worker_heartbeat(long workerId,
long usedBytes,
List<Long> removedBlockIds) |
Command |
MasterInfo.workerHeartbeat(long workerId,
long usedBytes,
List<Long> removedBlockIds)
The heartbeat of the worker.
|
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 |
---|---|
int |
Command.compareTo(Command other) |
boolean |
Command.equals(Command that) |
MasterService.worker_heartbeat_result |
MasterService.worker_heartbeat_result.setSuccess(Command success) |
Constructor and Description |
---|
Command(Command other)
Performs a deep copy on other.
|
worker_heartbeat_result(Command success,
BlockInfoException e) |
Modifier and Type | Method and Description |
---|---|
Command |
WorkerStorage.heartbeat()
Heartbeat with the TachyonMaster.
|
Copyright © 2014. All rights reserved.