Package | Description |
---|---|
alluxio.worker.block.annotator |
Modifier and Type | Class and Description |
---|---|
class |
LRFUAnnotator
BlockAnnotator implementation of LRFU scheme. |
class |
LRUAnnotator
BlockAnnotator implementation of LRU scheme. |
Modifier and Type | Method and Description |
---|---|
static BlockAnnotator |
BlockAnnotator.Factory.create()
Creates
BlockAnnotator implementation based
on Alluxio configuration. |
Constructor and Description |
---|
DefaultBlockIterator(BlockMetadataManager metaManager,
BlockAnnotator blockAnnotator)
Creates default block iterator instance.
|
Copyright © 2023. All Rights Reserved.