Package | Description |
---|---|
tachyon | |
tachyon.master | |
tachyon.worker.eviction |
Modifier and Type | Method and Description |
---|---|
static Pair<String,String> |
UnderFileSystem.parse(TachyonURI path)
Transform an input string like hdfs://host:port/dir, hdfs://host:port, file:///dir, /dir into a
pair of address and path.
|
Modifier and Type | Method and Description |
---|---|
Pair<Integer,ByteBuffer> |
RawTables.getTableInfo(int tableId)
Get the raw table info.
|
Pair<Long,Long> |
EditLog.getTransactionIds()
Get the current TransactionId and FlushedTransactionId
|
Modifier and Type | Method and Description |
---|---|
List<Pair<Long,Long>> |
InodeFile.getBlockIdWorkerIdPairs()
The pairs of the blocks and workers.
|
List<Pair<Long,Long>> |
BlockInfo.getBlockIdWorkerIdPairs()
Get the list of pairs "blockId, workerId", where the blockId is the id of this block, and the
workerId is the id of the worker who has the block's data in memory.
|
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
|
protected Pair<Long,Long> |
EvictLRUBase.getLRUBlock(StorageDir curDir,
Collection<Long> toEvictBlockIds,
Set<Integer> pinList)
Get the oldest access information of certain StorageDir
|
Copyright © 2015. All Rights Reserved.