| Package | Description |
|---|---|
| tachyon.client | |
| tachyon.master | |
| tachyon.thrift |
| Modifier and Type | Method and Description |
|---|---|
List<ClientWorkerInfo> |
TachyonFS.getWorkersInfo() |
| Modifier and Type | Method and Description |
|---|---|
ClientWorkerInfo |
MasterWorkerInfo.generateClientWorkerInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<ClientWorkerInfo> |
MasterClient.getWorkersInfo() |
List<ClientWorkerInfo> |
MasterServiceHandler.getWorkersInfo() |
List<ClientWorkerInfo> |
MasterInfo.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() |
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) |
| Constructor and Description |
|---|
ClientWorkerInfo(ClientWorkerInfo other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
MasterService.getWorkersInfo_result(List<ClientWorkerInfo> success) |
Copyright © 2014. All rights reserved.