| Package | Description |
|---|---|
| tachyon.thrift |
| Modifier and Type | Field and Description |
|---|---|
List<BlockLocation> |
BlockInfo.locations |
| Modifier and Type | Method and Description |
|---|---|
BlockLocation |
BlockLocation.deepCopy() |
BlockLocation |
BlockLocation.setTier(int tier) |
BlockLocation |
BlockLocation.setWorkerAddress(NetAddress 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) |
Copyright © 2015. All Rights Reserved.