Package | Description |
---|---|
tachyon.thrift | |
tachyon.worker |
Worker process and utils for working with the worker remotely.
|
Modifier and Type | Field and Description |
---|---|
OutOfSpaceException |
WorkerService.requestBlockLocation_result.eP |
Modifier and Type | Method and Description |
---|---|
OutOfSpaceException |
OutOfSpaceException.deepCopy() |
OutOfSpaceException |
WorkerService.requestBlockLocation_result.getEP() |
OutOfSpaceException |
OutOfSpaceException.setMessage(String message) |
Modifier and Type | Method and Description |
---|---|
int |
OutOfSpaceException.compareTo(OutOfSpaceException other) |
boolean |
OutOfSpaceException.equals(OutOfSpaceException that) |
WorkerService.requestBlockLocation_result |
WorkerService.requestBlockLocation_result.setEP(OutOfSpaceException eP) |
Modifier and Type | Method and Description |
---|---|
String |
WorkerService.AsyncClient.requestBlockLocation_call.getResult() |
String |
WorkerService.Client.recv_requestBlockLocation() |
String |
WorkerService.Iface.requestBlockLocation(long userId,
long blockId,
long initialBytes)
Used to allocate location and space for a new coming block, worker will choose the appropriate
storage directory which fits the initial block size by some allocation strategy, and the
temporary file path of the block file will be returned.
|
String |
WorkerService.Client.requestBlockLocation(long userId,
long blockId,
long initialBytes) |
Constructor and Description |
---|
OutOfSpaceException(OutOfSpaceException other)
Performs a deep copy on other.
|
WorkerService.requestBlockLocation_result(String success,
OutOfSpaceException eP,
FileAlreadyExistException eS) |
Modifier and Type | Method and Description |
---|---|
String |
WorkerStorage.requestBlockLocation(long userId,
long blockId,
long initialBytes)
Get temporary file path for some block, it is used to choose appropriate StorageDir for some
block file with specified initial size.
|
String |
WorkerServiceHandler.requestBlockLocation(long userId,
long blockId,
long initialBytes) |
Copyright © 2015. All Rights Reserved.