Package | Description |
---|---|
alluxio.worker.block.evictor |
Set of evictors for evicting or moving blocks to other locations.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEvictor
Provides the basic implementation for every evictor.
|
class |
GreedyEvictor
A simple evictor that evicts arbitrary blocks until the required size is met.
|
class |
LRFUEvictor
This class is used to evict blocks by LRFU.
|
class |
LRUEvictor
Implementation of an evictor which follows the least recently used algorithm.
|
class |
PartialLRUEvictor
This class is used to evict old blocks in certain StorageDir by LRU.
|
Modifier and Type | Method and Description |
---|---|
static Evictor |
Evictor.Factory.create(BlockMetadataEvictorView view,
Allocator allocator)
Factory for
Evictor . |
Copyright © 2023. All Rights Reserved.