| Package | Description |
|---|---|
| tachyon.worker |
Worker process and utils for working with the worker remotely.
|
| tachyon.worker.hierarchy | |
| tachyon.worker.netty |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockHandlerLocal
BlockHandler for files on LocalFS, such as RamDisk, SSD and HDD.
|
| Modifier and Type | Method and Description |
|---|---|
static BlockHandler |
BlockHandler.get(String path)
Create a block handler according to path scheme
|
| Modifier and Type | Method and Description |
|---|---|
BlockHandler |
StorageDir.getBlockHandler(long blockId)
Get block handler used to access the block file
|
| Modifier and Type | Method and Description |
|---|---|
BlockHandler |
BlockResponse.getHandler() |
| Constructor and Description |
|---|
BlockResponse(long blockId,
long offset,
long length,
BlockHandler handler) |
Copyright © 2015. All Rights Reserved.