| Interface | Description |
|---|---|
| EvictStrategy |
Used to get StorageDir which space is allocated in and blocks that will be evicted to get enough
space.
|
| Class | Description |
|---|---|
| EvictLRU |
Used to evict old blocks among several StorageDirs by LRU strategy.
|
| EvictLRUBase |
Base class for evicting blocks by LRU strategy.
|
| EvictPartialLRU |
Used to evict blocks in certain StorageDir by LRU strategy.
|
| EvictStrategies |
Used to get specific EvictStrategy by EvictStrategyType
|
| Enum | Description |
|---|---|
| EvictStrategyType |
Different types of EvictionStrategy, currently LRU based strategies are implemented
|
Copyright © 2015. All Rights Reserved.