|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileDoesNotExistException | |
---|---|
tachyon | |
tachyon.client | |
tachyon.command | |
tachyon.thrift |
Uses of FileDoesNotExistException in tachyon |
---|
Methods in tachyon that throw FileDoesNotExistException | |
---|---|
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)
|
List<ClientFileInfo> |
MasterServiceHandler.cmd_ls(String path)
|
void |
MasterInfo.delete(String path)
|
ClientFileInfo |
MasterInfo.getClientFileInfo(int id)
|
ClientFileInfo |
MasterInfo.getClientFileInfo(String path)
|
ClientFileInfo |
MasterInfo.getFileInfo(String path)
|
List<NetAddress> |
MasterInfo.getFileLocations(int fileId)
|
List<NetAddress> |
MasterInfo.getFileLocations(String path)
|
String |
MasterInfo.getFileNameById(int fileId)
|
List<Integer> |
MasterInfo.getFilesIds(List<String> pathList)
|
List<ClientFileInfo> |
MasterInfo.getFilesInfo(String path)
|
int |
MasterInfo.getNumberOfFiles(String path)
|
List<Integer> |
MasterInfo.listFiles(String path,
boolean recursive)
|
List<ClientFileInfo> |
MasterClient.ls(String folder)
|
List<String> |
MasterInfo.ls(String path,
boolean recursive)
|
static void |
SubsumeHdfs.main(String[] args)
|
void |
MasterInfo.renameFile(String srcPath,
String dstPath)
|
void |
MasterInfo.unpinFile(int fileId)
|
void |
MasterClient.user_delete(int fileId)
|
void |
MasterClient.user_delete(String path)
|
void |
MasterServiceHandler.user_deleteByPath(String path)
|
ClientFileInfo |
MasterClient.user_getClientFileInfoById(int id)
|
ClientFileInfo |
MasterServiceHandler.user_getClientFileInfoById(int id)
|
ClientFileInfo |
MasterClient.user_getClientFileInfoByPath(String path)
|
ClientFileInfo |
MasterServiceHandler.user_getClientFileInfoByPath(String path)
|
List<NetAddress> |
MasterClient.user_getFileLocations(int id)
|
List<NetAddress> |
MasterServiceHandler.user_getFileLocationsById(int fileId)
|
List<NetAddress> |
MasterServiceHandler.user_getFileLocationsByPath(String filePath)
|
int |
MasterClient.user_getNumberOfFiles(String folderPath)
|
int |
MasterServiceHandler.user_getNumberOfFiles(String path)
|
List<Integer> |
MasterClient.user_listFiles(String path,
boolean recursive)
|
List<Integer> |
MasterServiceHandler.user_listFiles(String path,
boolean recursive)
|
List<String> |
MasterClient.user_ls(String path,
boolean recursive)
|
List<String> |
MasterServiceHandler.user_ls(String path,
boolean recursive)
|
void |
MasterClient.user_renameFile(String srcPath,
String dstPath)
|
void |
MasterServiceHandler.user_renameFile(String srcFilePath,
String dstFilePath)
|
void |
MasterClient.user_unpinFile(int id)
|
void |
MasterServiceHandler.user_unpinFile(int fileId)
|
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 FileDoesNotExistException in tachyon.client |
---|
Methods in tachyon.client that throw FileDoesNotExistException | |
---|---|
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. |
int |
TachyonClient.getNumberOfFiles(String folderPath)
|
List<ClientFileInfo> |
TachyonClient.listStatus(String path)
|
int |
RawColumn.partitions()
|
Uses of FileDoesNotExistException in tachyon.command |
---|
Methods in tachyon.command that throw FileDoesNotExistException | |
---|---|
int |
TFsShell.copyToLocal(String[] argv)
Copies a file specified by argv from the filesystem to the local filesystem. |
int |
TFsShell.location(String[] argv)
Displays a list of hosts that have the file specified in argv stored. |
int |
TFsShell.ls(String[] argv)
Displays information for all directories and files directly under the path specified in argv. |
int |
TFsShell.rename(String[] argv)
Renames a file or directory specified by argv. |
Uses of FileDoesNotExistException in tachyon.thrift |
---|
Fields in tachyon.thrift declared as FileDoesNotExistException | |
---|---|
FileDoesNotExistException |
MasterService.user_getClientFileInfoById_result.e
|
FileDoesNotExistException |
MasterService.user_getFileLocationsById_result.e
|
FileDoesNotExistException |
MasterService.user_unpinFile_result.e
|
FileDoesNotExistException |
MasterService.user_getClientFileInfoByPath_result.eF
|
FileDoesNotExistException |
MasterService.user_getFileLocationsByPath_result.eF
|
FileDoesNotExistException |
MasterService.user_listFiles_result.eF
|
FileDoesNotExistException |
MasterService.user_ls_result.eF
|
FileDoesNotExistException |
MasterService.user_deleteByPath_result.eF
|
FileDoesNotExistException |
MasterService.user_renameFile_result.eF
|
FileDoesNotExistException |
MasterService.cmd_ls_result.eF
|
FileDoesNotExistException |
MasterService.addCheckpoint_result.eP
|
FileDoesNotExistException |
MasterService.worker_cacheFile_result.eP
|
FileDoesNotExistException |
WorkerService.addCheckpoint_result.eP
|
FileDoesNotExistException |
WorkerService.cacheFile_result.eP
|
FileDoesNotExistException |
MasterService.user_getNumberOfFiles_result.eR
|
Methods in tachyon.thrift that return FileDoesNotExistException | |
---|---|
FileDoesNotExistException |
FileDoesNotExistException.deepCopy()
|
FileDoesNotExistException |
MasterService.user_getClientFileInfoById_result.getE()
|
FileDoesNotExistException |
MasterService.user_getFileLocationsById_result.getE()
|
FileDoesNotExistException |
MasterService.user_unpinFile_result.getE()
|
FileDoesNotExistException |
MasterService.user_getClientFileInfoByPath_result.getEF()
|
FileDoesNotExistException |
MasterService.user_getFileLocationsByPath_result.getEF()
|
FileDoesNotExistException |
MasterService.user_listFiles_result.getEF()
|
FileDoesNotExistException |
MasterService.user_ls_result.getEF()
|
FileDoesNotExistException |
MasterService.user_deleteByPath_result.getEF()
|
FileDoesNotExistException |
MasterService.user_renameFile_result.getEF()
|
FileDoesNotExistException |
MasterService.cmd_ls_result.getEF()
|
FileDoesNotExistException |
MasterService.addCheckpoint_result.getEP()
|
FileDoesNotExistException |
MasterService.worker_cacheFile_result.getEP()
|
FileDoesNotExistException |
WorkerService.addCheckpoint_result.getEP()
|
FileDoesNotExistException |
WorkerService.cacheFile_result.getEP()
|
FileDoesNotExistException |
MasterService.user_getNumberOfFiles_result.getER()
|
FileDoesNotExistException |
FileDoesNotExistException.setMessage(String message)
|
Methods in tachyon.thrift that throw FileDoesNotExistException | |
---|---|
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)
|
List<ClientFileInfo> |
MasterService.Iface.cmd_ls(String path)
|
List<ClientFileInfo> |
MasterService.Client.cmd_ls(String path)
|
boolean |
MasterService.AsyncClient.addCheckpoint_call.getResult()
|
void |
MasterService.AsyncClient.worker_cacheFile_call.getResult()
|
ClientFileInfo |
MasterService.AsyncClient.user_getClientFileInfoById_call.getResult()
|
ClientFileInfo |
MasterService.AsyncClient.user_getClientFileInfoByPath_call.getResult()
|
List<NetAddress> |
MasterService.AsyncClient.user_getFileLocationsById_call.getResult()
|
List<NetAddress> |
MasterService.AsyncClient.user_getFileLocationsByPath_call.getResult()
|
List<Integer> |
MasterService.AsyncClient.user_listFiles_call.getResult()
|
List<String> |
MasterService.AsyncClient.user_ls_call.getResult()
|
void |
MasterService.AsyncClient.user_deleteByPath_call.getResult()
|
void |
MasterService.AsyncClient.user_renameFile_call.getResult()
|
void |
MasterService.AsyncClient.user_unpinFile_call.getResult()
|
int |
MasterService.AsyncClient.user_getNumberOfFiles_call.getResult()
|
List<ClientFileInfo> |
MasterService.AsyncClient.cmd_ls_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()
|
List<ClientFileInfo> |
MasterService.Client.recv_cmd_ls()
|
void |
MasterService.Client.recv_user_deleteByPath()
|
ClientFileInfo |
MasterService.Client.recv_user_getClientFileInfoById()
|
ClientFileInfo |
MasterService.Client.recv_user_getClientFileInfoByPath()
|
List<NetAddress> |
MasterService.Client.recv_user_getFileLocationsById()
|
List<NetAddress> |
MasterService.Client.recv_user_getFileLocationsByPath()
|
int |
MasterService.Client.recv_user_getNumberOfFiles()
|
List<Integer> |
MasterService.Client.recv_user_listFiles()
|
List<String> |
MasterService.Client.recv_user_ls()
|
void |
MasterService.Client.recv_user_renameFile()
|
void |
MasterService.Client.recv_user_unpinFile()
|
void |
MasterService.Client.recv_worker_cacheFile()
|
void |
MasterService.Iface.user_deleteByPath(String path)
|
void |
MasterService.Client.user_deleteByPath(String path)
|
ClientFileInfo |
MasterService.Iface.user_getClientFileInfoById(int fileId)
|
ClientFileInfo |
MasterService.Client.user_getClientFileInfoById(int fileId)
|
ClientFileInfo |
MasterService.Iface.user_getClientFileInfoByPath(String filePath)
|
ClientFileInfo |
MasterService.Client.user_getClientFileInfoByPath(String filePath)
|
List<NetAddress> |
MasterService.Iface.user_getFileLocationsById(int fileId)
|
List<NetAddress> |
MasterService.Client.user_getFileLocationsById(int fileId)
|
List<NetAddress> |
MasterService.Iface.user_getFileLocationsByPath(String filePath)
|
List<NetAddress> |
MasterService.Client.user_getFileLocationsByPath(String filePath)
|
int |
MasterService.Iface.user_getNumberOfFiles(String path)
|
int |
MasterService.Client.user_getNumberOfFiles(String path)
|
List<Integer> |
MasterService.Iface.user_listFiles(String path,
boolean recursive)
|
List<Integer> |
MasterService.Client.user_listFiles(String path,
boolean recursive)
|
List<String> |
MasterService.Iface.user_ls(String path,
boolean recursive)
|
List<String> |
MasterService.Client.user_ls(String path,
boolean recursive)
|
void |
MasterService.Iface.user_renameFile(String srcFilePath,
String dstFilePath)
|
void |
MasterService.Client.user_renameFile(String srcFilePath,
String dstFilePath)
|
void |
MasterService.Iface.user_unpinFile(int fileId)
|
void |
MasterService.Client.user_unpinFile(int fileId)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |