Package | Description |
---|---|
alluxio.worker.block.annotator | |
alluxio.worker.block.evictor |
Set of evictors for evicting or moving blocks to other locations.
|
Constructor and Description |
---|
EmulatingBlockIterator(BlockMetadataManager metadataManager,
Evictor evictor)
Creates a block iterator that emulates an
Evictor . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEvictor
Deprecated.
use block annotator instead
|
class |
LRUEvictor
Deprecated.
use block annotator instead
|
Modifier and Type | Method and Description |
---|---|
static Evictor |
Evictor.Factory.create(BlockMetadataEvictorView view,
Allocator allocator)
Factory for
Evictor . |
Copyright © 2023. All Rights Reserved.