Package | Description |
---|---|
alluxio.thrift | |
alluxio.wire |
Modifier and Type | Method and Description |
---|---|
WorkerInfo |
WorkerInfo.deepCopy() |
WorkerInfo |
WorkerInfo.setAddress(WorkerNetAddress address) |
WorkerInfo |
WorkerInfo.setCapacityBytes(long capacityBytes) |
WorkerInfo |
WorkerInfo.setCapacityBytesOnTiers(Map<String,Long> capacityBytesOnTiers) |
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) |
WorkerInfo |
WorkerInfo.setUsedBytesOnTiers(Map<String,Long> usedBytesOnTiers) |
Modifier and Type | Method and Description |
---|---|
List<WorkerInfo> |
GetWorkerInfoListTResponse.getWorkerInfoList() |
Iterator<WorkerInfo> |
GetWorkerInfoListTResponse.getWorkerInfoListIterator() |
Modifier and Type | Method and Description |
---|---|
void |
GetWorkerInfoListTResponse.addToWorkerInfoList(WorkerInfo elem) |
int |
WorkerInfo.compareTo(WorkerInfo other) |
boolean |
WorkerInfo.equals(WorkerInfo that) |
Modifier and Type | Method and Description |
---|---|
GetWorkerInfoListTResponse |
GetWorkerInfoListTResponse.setWorkerInfoList(List<WorkerInfo> workerInfoList) |
Constructor and Description |
---|
WorkerInfo(WorkerInfo other)
Performs a deep copy on other.
|
Constructor and Description |
---|
GetWorkerInfoListTResponse(List<WorkerInfo> workerInfoList) |
Modifier and Type | Method and Description |
---|---|
WorkerInfo |
WorkerInfo.toThrift() |
Modifier and Type | Method and Description |
---|---|
static WorkerInfo |
WorkerInfo.fromThrift(WorkerInfo workerInfo)
Creates a new instance of
WorkerInfo from a thrift representation. |
Copyright © 2023. All Rights Reserved.