@PublicApi @ThreadSafe public final class BlockWorkerInfo extends Object
| Constructor and Description |
|---|
BlockWorkerInfo(alluxio.wire.WorkerNetAddress netAddress,
long capacityBytes,
long usedBytes)
Constructs the block worker information.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getCapacityBytes() |
alluxio.wire.WorkerNetAddress |
getNetAddress() |
long |
getUsedBytes() |
String |
toString() |
public BlockWorkerInfo(alluxio.wire.WorkerNetAddress netAddress,
long capacityBytes,
long usedBytes)
netAddress - the address of the workercapacityBytes - the capacity of the worker in bytesusedBytes - the used bytes of the workerCopyright © 2024. All Rights Reserved.