Package | Description |
---|---|
alluxio.thrift | |
alluxio.wire |
Modifier and Type | Method and Description |
---|---|
BlockLocation |
BlockLocation.deepCopy() |
BlockLocation |
BlockLocation.setTierAlias(String tierAlias) |
BlockLocation |
BlockLocation.setWorkerAddress(WorkerNetAddress workerAddress) |
BlockLocation |
BlockLocation.setWorkerId(long workerId) |
Modifier and Type | Method and Description |
---|---|
List<BlockLocation> |
BlockInfo.getLocations() |
Iterator<BlockLocation> |
BlockInfo.getLocationsIterator() |
Modifier and Type | Method and Description |
---|---|
void |
BlockInfo.addToLocations(BlockLocation elem) |
int |
BlockLocation.compareTo(BlockLocation other) |
boolean |
BlockLocation.equals(BlockLocation that) |
Modifier and Type | Method and Description |
---|---|
BlockInfo |
BlockInfo.setLocations(List<BlockLocation> locations) |
Constructor and Description |
---|
BlockLocation(BlockLocation other)
Performs a deep copy on other.
|
Constructor and Description |
---|
BlockInfo(long blockId,
long length,
List<BlockLocation> locations) |
Modifier and Type | Method and Description |
---|---|
protected BlockLocation |
BlockLocation.toThrift() |
Modifier and Type | Method and Description |
---|---|
static BlockLocation |
BlockLocation.fromThrift(BlockLocation blockLocation)
Creates a new instance of
BlockLocation from a thrift representation. |
Copyright © 2023. All Rights Reserved.