|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SuspectedFileSizeException | |
---|---|
tachyon | |
tachyon.client | |
tachyon.examples | |
tachyon.thrift |
Uses of SuspectedFileSizeException in tachyon |
---|
Methods in tachyon that throw SuspectedFileSizeException | |
---|---|
void |
WorkerClient.addCheckpoint(long userId,
int fileId)
|
void |
WorkerServiceHandler.addCheckpoint(long userId,
int fileId)
|
boolean |
MasterClient.addCheckpoint(long workerId,
int fileId,
long fileSizeBytes,
String checkpointPath)
|
boolean |
MasterInfo.addCheckpoint(long workerId,
int fileId,
long fileSizeBytes,
String checkpointPath)
|
boolean |
MasterServiceHandler.addCheckpoint(long workerId,
int fileId,
long fileSizeBytes,
String checkpointPath)
|
void |
MasterInfo.cachedFile(long workerId,
long workerUsedBytes,
int fileId,
long fileSizeBytes)
|
void |
WorkerClient.cacheFile(long userId,
int fileId)
|
void |
WorkerServiceHandler.cacheFile(long userId,
int fileId)
|
static void |
SubsumeHdfs.main(String[] args)
|
void |
InodeFile.setLength(long length)
|
void |
MasterClient.worker_cachedFile(long workerId,
long workerUsedBytes,
int fileId,
long fileSizeBytes)
|
void |
MasterServiceHandler.worker_cacheFile(long workerId,
long workerUsedBytes,
int fileId,
long fileSizeBytes)
|
Uses of SuspectedFileSizeException in tachyon.client |
---|
Methods in tachyon.client that throw SuspectedFileSizeException | |
---|---|
boolean |
TachyonClient.addCheckpointPath(int id,
String path)
This API is not recommended to use. |
boolean |
TachyonFile.addCheckpointPath(String path)
This API is not recommended to use. |
Uses of SuspectedFileSizeException in tachyon.examples |
---|
Methods in tachyon.examples that throw SuspectedFileSizeException | |
---|---|
static void |
BasicOperations.main(String[] args)
|
static void |
BasicOperations.readFile()
|
void |
Performance.TachyonReadWorker.readPartition()
|
static void |
BasicOperations.writeFile()
|
void |
Performance.TachyonWriterWorker.writeParition()
|
Uses of SuspectedFileSizeException in tachyon.thrift |
---|
Fields in tachyon.thrift declared as SuspectedFileSizeException | |
---|---|
SuspectedFileSizeException |
MasterService.addCheckpoint_result.eS
|
SuspectedFileSizeException |
MasterService.worker_cacheFile_result.eS
|
SuspectedFileSizeException |
WorkerService.addCheckpoint_result.eS
|
SuspectedFileSizeException |
WorkerService.cacheFile_result.eS
|
Methods in tachyon.thrift that return SuspectedFileSizeException | |
---|---|
SuspectedFileSizeException |
SuspectedFileSizeException.deepCopy()
|
SuspectedFileSizeException |
MasterService.addCheckpoint_result.getES()
|
SuspectedFileSizeException |
MasterService.worker_cacheFile_result.getES()
|
SuspectedFileSizeException |
WorkerService.addCheckpoint_result.getES()
|
SuspectedFileSizeException |
WorkerService.cacheFile_result.getES()
|
SuspectedFileSizeException |
SuspectedFileSizeException.setMessage(String message)
|
Methods in tachyon.thrift with parameters of type SuspectedFileSizeException | |
---|---|
int |
SuspectedFileSizeException.compareTo(SuspectedFileSizeException other)
|
boolean |
SuspectedFileSizeException.equals(SuspectedFileSizeException that)
|
MasterService.addCheckpoint_result |
MasterService.addCheckpoint_result.setES(SuspectedFileSizeException eS)
|
MasterService.worker_cacheFile_result |
MasterService.worker_cacheFile_result.setES(SuspectedFileSizeException eS)
|
WorkerService.addCheckpoint_result |
WorkerService.addCheckpoint_result.setES(SuspectedFileSizeException eS)
|
WorkerService.cacheFile_result |
WorkerService.cacheFile_result.setES(SuspectedFileSizeException eS)
|
Methods in tachyon.thrift that throw SuspectedFileSizeException | |
---|---|
void |
WorkerService.Iface.addCheckpoint(long userId,
int fileId)
|
void |
WorkerService.Client.addCheckpoint(long userId,
int fileId)
|
boolean |
MasterService.Iface.addCheckpoint(long workerId,
int fileId,
long fileSizeBytes,
String checkpointPath)
|
boolean |
MasterService.Client.addCheckpoint(long workerId,
int fileId,
long fileSizeBytes,
String checkpointPath)
|
void |
WorkerService.Iface.cacheFile(long userId,
int fileId)
|
void |
WorkerService.Client.cacheFile(long userId,
int fileId)
|
boolean |
MasterService.AsyncClient.addCheckpoint_call.getResult()
|
void |
MasterService.AsyncClient.worker_cacheFile_call.getResult()
|
void |
WorkerService.AsyncClient.addCheckpoint_call.getResult()
|
void |
WorkerService.AsyncClient.cacheFile_call.getResult()
|
boolean |
MasterService.Client.recv_addCheckpoint()
|
void |
WorkerService.Client.recv_addCheckpoint()
|
void |
WorkerService.Client.recv_cacheFile()
|
void |
MasterService.Client.recv_worker_cacheFile()
|
void |
MasterService.Iface.worker_cacheFile(long workerId,
long workerUsedBytes,
int fileId,
long fileSizeBytes)
|
void |
MasterService.Client.worker_cacheFile(long workerId,
long workerUsedBytes,
int fileId,
long fileSizeBytes)
|
Constructors in tachyon.thrift with parameters of type SuspectedFileSizeException | |
---|---|
MasterService.addCheckpoint_result(boolean success,
FileDoesNotExistException eP,
SuspectedFileSizeException eS)
|
|
MasterService.worker_cacheFile_result(FileDoesNotExistException eP,
SuspectedFileSizeException eS)
|
|
SuspectedFileSizeException(SuspectedFileSizeException other)
Performs a deep copy on other. |
|
WorkerService.addCheckpoint_result(FileDoesNotExistException eP,
SuspectedFileSizeException eS,
FailedToCheckpointException eF)
|
|
WorkerService.cacheFile_result(FileDoesNotExistException eP,
SuspectedFileSizeException eS)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |