| Package | Description |
|---|---|
| tachyon.thrift |
| Modifier and Type | Field and Description |
|---|---|
List<WorkerInfo> |
BlockMasterService.getWorkerInfoList_result.success |
| Modifier and Type | Method and Description |
|---|---|
WorkerInfo |
WorkerInfo.deepCopy() |
WorkerInfo |
WorkerInfo.setAddress(NetAddress address) |
WorkerInfo |
WorkerInfo.setCapacityBytes(long capacityBytes) |
WorkerInfo |
WorkerInfo.setId(long id) |
WorkerInfo |
WorkerInfo.setLastContactSec(int lastContactSec) |
WorkerInfo |
WorkerInfo.setStartTimeMs(long startTimeMs) |
WorkerInfo |
WorkerInfo.setState(String state) |
WorkerInfo |
WorkerInfo.setUsedBytes(long usedBytes) |
| Modifier and Type | Method and Description |
|---|---|
List<WorkerInfo> |
BlockMasterService.AsyncClient.getWorkerInfoList_call.getResult() |
org.apache.thrift.async.AsyncMethodCallback<List<WorkerInfo>> |
BlockMasterService.AsyncProcessor.getWorkerInfoList.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
List<WorkerInfo> |
BlockMasterService.getWorkerInfoList_result.getSuccess() |
Iterator<WorkerInfo> |
BlockMasterService.getWorkerInfoList_result.getSuccessIterator() |
List<WorkerInfo> |
BlockMasterService.Iface.getWorkerInfoList() |
List<WorkerInfo> |
BlockMasterService.Client.getWorkerInfoList() |
List<WorkerInfo> |
BlockMasterService.Client.recv_getWorkerInfoList() |
| Modifier and Type | Method and Description |
|---|---|
void |
BlockMasterService.getWorkerInfoList_result.addToSuccess(WorkerInfo elem) |
int |
WorkerInfo.compareTo(WorkerInfo other) |
boolean |
WorkerInfo.equals(WorkerInfo that) |
| Modifier and Type | Method and Description |
|---|---|
BlockMasterService.getWorkerInfoList_result |
BlockMasterService.getWorkerInfoList_result.setSuccess(List<WorkerInfo> success) |
void |
BlockMasterService.AsyncProcessor.getWorkerInfoList.start(I iface,
BlockMasterService.getWorkerInfoList_args args,
org.apache.thrift.async.AsyncMethodCallback<List<WorkerInfo>> resultHandler) |
| Constructor and Description |
|---|
WorkerInfo(WorkerInfo other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
BlockMasterService.getWorkerInfoList_result(List<WorkerInfo> success) |
Copyright © 2015. All Rights Reserved.