Interface | Description |
---|---|
BlockAnnotator<T extends BlockSortedField> |
Interface for providers that annotates blocks for sorting.
|
BlockIterator |
An interface to provide various block iteration utilities for eviction
and various management tasks.
|
BlockSortedField |
Used by
BlockAnnotator implementations to embed sorted-fields per blocks. |
Class | Description |
---|---|
BlockAnnotator.Factory |
Factory for
BlockAnnotator . |
DefaultBlockIterator |
The default
BlockIterator implementation that integrates with the
BlockMetadataManager . |
EmulatingBlockIterator |
This is used to support deprecated
Evictor implementations. |
LRFUAnnotator |
BlockAnnotator implementation of LRFU scheme. |
LRUAnnotator |
BlockAnnotator implementation of LRU scheme. |
SortedBlockSet<T extends BlockSortedField> |
Concurrent set implementation for storing block Ids in sorted form.
|
Enum | Description |
---|---|
BlockOrder |
Enumeration class to specify natural & reverse orders
along with some utilities.
|
Copyright © 2023. All Rights Reserved.