Package | Description |
---|---|
tachyon.worker.eviction |
Modifier and Type | Class and Description |
---|---|
class |
EvictLRU
Used to evict old blocks among several StorageDirs by LRU strategy.
|
class |
EvictLRUBase
Base class for evicting blocks by LRU strategy.
|
class |
EvictPartialLRU
Used to evict blocks in certain StorageDir by LRU strategy.
|
Modifier and Type | Method and Description |
---|---|
static EvictStrategy |
EvictStrategies.getEvictStrategy(EvictStrategyType strategyType,
boolean isLastTier)
Get block EvictStrategy based on configuration
|
Copyright © 2015. All Rights Reserved.