Package | Description |
---|---|
tachyon.worker.eviction |
Modifier and Type | Method and Description |
---|---|
Pair<StorageDir,List<BlockInfo>> |
EvictPartialLRU.getDirCandidate(StorageDir[] storageDirs,
Set<Integer> pinList,
long requestBytes) |
Pair<StorageDir,List<BlockInfo>> |
EvictLRU.getDirCandidate(StorageDir[] storageDirs,
Set<Integer> pinList,
long requestBytes) |
Pair<StorageDir,List<BlockInfo>> |
EvictStrategy.getDirCandidate(StorageDir[] storageDirs,
Set<Integer> pinList,
long requestBytes)
Get StorageDir allocated and also get blocks to be evicted among StorageDir candidates
|
Copyright © 2015. All Rights Reserved.