Package | Description |
---|---|
tachyon.thrift | |
tachyon.worker |
Modifier and Type | Field and Description |
---|---|
FailedToCheckpointException |
WorkerService.addCheckpoint_result.eF |
Modifier and Type | Method and Description |
---|---|
FailedToCheckpointException |
FailedToCheckpointException.deepCopy() |
FailedToCheckpointException |
WorkerService.addCheckpoint_result.getEF() |
FailedToCheckpointException |
FailedToCheckpointException.setMessage(String message) |
Modifier and Type | Method and Description |
---|---|
int |
FailedToCheckpointException.compareTo(FailedToCheckpointException other) |
boolean |
FailedToCheckpointException.equals(FailedToCheckpointException that) |
WorkerService.addCheckpoint_result |
WorkerService.addCheckpoint_result.setEF(FailedToCheckpointException eF) |
Modifier and Type | Method and Description |
---|---|
void |
WorkerService.Iface.addCheckpoint(long userId,
int fileId) |
void |
WorkerService.Client.addCheckpoint(long userId,
int fileId) |
void |
WorkerService.AsyncClient.addCheckpoint_call.getResult() |
void |
WorkerService.Client.recv_addCheckpoint() |
Constructor and Description |
---|
addCheckpoint_result(FileDoesNotExistException eP,
SuspectedFileSizeException eS,
FailedToCheckpointException eF,
BlockInfoException eB) |
FailedToCheckpointException(FailedToCheckpointException other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkerStorage.addCheckpoint(long userId,
int fileId)
Add the checkpoint information of a file.
|
void |
WorkerServiceHandler.addCheckpoint(long userId,
int fileId) |
Copyright © 2014. All rights reserved.