Package | Description |
---|---|
alluxio.worker.block.evictor |
Set of evictors for evicting or moving blocks to other locations.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Copyright © 2023. All Rights Reserved.