Package | Description |
---|---|
alluxio.worker.block.annotator |
Modifier and Type | Method and Description |
---|---|
BlockOrder |
BlockOrder.reversed() |
static BlockOrder |
BlockOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlockOrder[] |
BlockOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
EmulatingBlockIterator.aligned(BlockStoreLocation srcLocation,
BlockStoreLocation dstLocation,
BlockOrder order,
java.util.function.Function<Long,Boolean> blockFilterFunc) |
boolean |
DefaultBlockIterator.aligned(BlockStoreLocation srcLocation,
BlockStoreLocation dstLocation,
BlockOrder order,
java.util.function.Function<Long,Boolean> blockFilterFunc) |
boolean |
BlockIterator.aligned(BlockStoreLocation srcLocation,
BlockStoreLocation dstLocation,
BlockOrder order,
java.util.function.Function<Long,Boolean> blockFilterFunc)
Used to detect presence of an overlap between two locations.
|
List<Long> |
EmulatingBlockIterator.getIntersectionList(BlockStoreLocation srcLocation,
BlockOrder srcOrder,
BlockStoreLocation dstLocation,
BlockOrder dstOrder,
int intersectionWidth,
BlockOrder intersectionOrder,
java.util.function.Function<Long,Boolean> blockFilterFunc) |
List<Long> |
DefaultBlockIterator.getIntersectionList(BlockStoreLocation srcLocation,
BlockOrder srcOrder,
BlockStoreLocation dstLocation,
BlockOrder dstOrder,
int intersectionWidth,
BlockOrder intersectionOrder,
java.util.function.Function<Long,Boolean> blockFilterFunc) |
List<Long> |
BlockIterator.getIntersectionList(BlockStoreLocation srcLocation,
BlockOrder srcOrder,
BlockStoreLocation dstLocation,
BlockOrder dstOrder,
int intersectionWidth,
BlockOrder intersectionOrder,
java.util.function.Function<Long,Boolean> blockFilterFunc)
Used to get blocks within an intersection of locations in sorted order.
|
Iterator<Long> |
EmulatingBlockIterator.getIterator(BlockStoreLocation location,
BlockOrder order) |
Iterator<Long> |
DefaultBlockIterator.getIterator(BlockStoreLocation location,
BlockOrder order) |
Iterator<Long> |
BlockIterator.getIterator(BlockStoreLocation location,
BlockOrder order)
Gets an iterator of block-Ids.
|
Pair<List<Long>,List<Long>> |
EmulatingBlockIterator.getSwaps(BlockStoreLocation srcLocation,
BlockOrder srcOrder,
BlockStoreLocation dstLocation,
BlockOrder dstOrder,
int swapRange,
BlockOrder intersectionOrder,
java.util.function.Function<Long,Boolean> blockFilterFunc) |
Pair<List<Long>,List<Long>> |
DefaultBlockIterator.getSwaps(BlockStoreLocation srcLocation,
BlockOrder srcOrder,
BlockStoreLocation dstLocation,
BlockOrder dstOrder,
int swapRange,
BlockOrder intersectionOrder,
java.util.function.Function<Long,Boolean> blockFilterFunc) |
Pair<List<Long>,List<Long>> |
BlockIterator.getSwaps(BlockStoreLocation srcLocation,
BlockOrder srcOrder,
BlockStoreLocation dstLocation,
BlockOrder dstOrder,
int swapRange,
BlockOrder intersectionOrder,
java.util.function.Function<Long,Boolean> blockFilterFunc)
Used to list of blocks, that if swapped, could eliminate overlap between two tiers.
|
Copyright © 2023. All Rights Reserved.