Package | Description |
---|---|
alluxio.worker.block.annotator |
Modifier and Type | Interface and Description |
---|---|
interface |
BlockAnnotator<T extends BlockSortedField>
Interface for providers that annotates blocks for sorting.
|
class |
SortedBlockSet<T extends BlockSortedField>
Concurrent set implementation for storing block Ids in sorted form.
|
Modifier and Type | Class and Description |
---|---|
protected class |
LRFUAnnotator.LRFUSortedField
Sorted-field for LRFU.
|
protected class |
LRUAnnotator.LRUSortedField
Sorted-field for LRU.
|
Modifier and Type | Method and Description |
---|---|
BlockSortedField |
LRFUAnnotator.updateSortedField(long blockId,
LRFUAnnotator.LRFUSortedField oldValue) |
BlockSortedField |
LRUAnnotator.updateSortedField(long blockId,
LRUAnnotator.LRUSortedField oldValue) |
BlockSortedField |
BlockAnnotator.updateSortedField(long blockId,
T oldValue)
Used to get a new sorted-field for the given block
at the current logical time.
|
Modifier and Type | Method and Description |
---|---|
int |
LRUAnnotator.LRUSortedField.compareTo(BlockSortedField o) |
int |
LRFUAnnotator.LRFUSortedField.compareTo(BlockSortedField o) |
Copyright © 2023. All Rights Reserved.