Package | Description |
---|---|
tachyon | |
tachyon.client | |
tachyon.thrift |
Modifier and Type | Method and Description |
---|---|
ClientWorkerInfo |
MasterWorkerInfo.generateClientWorkerInfo() |
Modifier and Type | Method and Description |
---|---|
List<ClientWorkerInfo> |
MasterServiceHandler.getWorkersInfo() |
List<ClientWorkerInfo> |
MasterClient.getWorkersInfo() |
List<ClientWorkerInfo> |
MasterInfo.getWorkersInfo() |
Modifier and Type | Method and Description |
---|---|
List<ClientWorkerInfo> |
TachyonFS.getWorkersInfo() |
Modifier and Type | Field and Description |
---|---|
List<ClientWorkerInfo> |
MasterService.getWorkersInfo_result.success |
Modifier and Type | Method and Description |
---|---|
ClientWorkerInfo |
ClientWorkerInfo.deepCopy() |
ClientWorkerInfo |
ClientWorkerInfo.setAddress(NetAddress address) |
ClientWorkerInfo |
ClientWorkerInfo.setCapacityBytes(long capacityBytes) |
ClientWorkerInfo |
ClientWorkerInfo.setId(long id) |
ClientWorkerInfo |
ClientWorkerInfo.setLastContactSec(int lastContactSec) |
ClientWorkerInfo |
ClientWorkerInfo.setStarttimeMs(long starttimeMs) |
ClientWorkerInfo |
ClientWorkerInfo.setState(String state) |
ClientWorkerInfo |
ClientWorkerInfo.setUsedBytes(long usedBytes) |
Modifier and Type | Method and Description |
---|---|
List<ClientWorkerInfo> |
MasterService.AsyncClient.getWorkersInfo_call.getResult() |
org.apache.thrift.async.AsyncMethodCallback<List<ClientWorkerInfo>> |
MasterService.AsyncProcessor.getWorkersInfo.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
List<ClientWorkerInfo> |
MasterService.getWorkersInfo_result.getSuccess() |
Iterator<ClientWorkerInfo> |
MasterService.getWorkersInfo_result.getSuccessIterator() |
List<ClientWorkerInfo> |
MasterService.Iface.getWorkersInfo() |
List<ClientWorkerInfo> |
MasterService.Client.getWorkersInfo() |
List<ClientWorkerInfo> |
MasterService.Client.recv_getWorkersInfo() |
Modifier and Type | Method and Description |
---|---|
void |
MasterService.getWorkersInfo_result.addToSuccess(ClientWorkerInfo elem) |
int |
ClientWorkerInfo.compareTo(ClientWorkerInfo other) |
boolean |
ClientWorkerInfo.equals(ClientWorkerInfo that) |
Modifier and Type | Method and Description |
---|---|
MasterService.getWorkersInfo_result |
MasterService.getWorkersInfo_result.setSuccess(List<ClientWorkerInfo> success) |
void |
MasterService.AsyncProcessor.getWorkersInfo.start(I iface,
MasterService.getWorkersInfo_args args,
org.apache.thrift.async.AsyncMethodCallback<List<ClientWorkerInfo>> resultHandler) |
Constructor and Description |
---|
ClientWorkerInfo(ClientWorkerInfo other)
Performs a deep copy on other.
|
Constructor and Description |
---|
MasterService.getWorkersInfo_result(List<ClientWorkerInfo> success) |
Copyright © 2013. All rights reserved.