Uses of Class
tachyon.thrift.FileDoesNotExistException

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 with parameters of type FileDoesNotExistException
 int FileDoesNotExistException.compareTo(FileDoesNotExistException other)
           
 boolean FileDoesNotExistException.equals(FileDoesNotExistException that)
           
 MasterService.user_getClientFileInfoById_result MasterService.user_getClientFileInfoById_result.setE(FileDoesNotExistException e)
           
 MasterService.user_getFileLocationsById_result MasterService.user_getFileLocationsById_result.setE(FileDoesNotExistException e)
           
 MasterService.user_unpinFile_result MasterService.user_unpinFile_result.setE(FileDoesNotExistException e)
           
 MasterService.user_getClientFileInfoByPath_result MasterService.user_getClientFileInfoByPath_result.setEF(FileDoesNotExistException eF)
           
 MasterService.user_getFileLocationsByPath_result MasterService.user_getFileLocationsByPath_result.setEF(FileDoesNotExistException eF)
           
 MasterService.user_listFiles_result MasterService.user_listFiles_result.setEF(FileDoesNotExistException eF)
           
 MasterService.user_ls_result MasterService.user_ls_result.setEF(FileDoesNotExistException eF)
           
 MasterService.user_deleteByPath_result MasterService.user_deleteByPath_result.setEF(FileDoesNotExistException eF)
           
 MasterService.user_renameFile_result MasterService.user_renameFile_result.setEF(FileDoesNotExistException eF)
           
 MasterService.cmd_ls_result MasterService.cmd_ls_result.setEF(FileDoesNotExistException eF)
           
 MasterService.addCheckpoint_result MasterService.addCheckpoint_result.setEP(FileDoesNotExistException eP)
           
 MasterService.worker_cacheFile_result MasterService.worker_cacheFile_result.setEP(FileDoesNotExistException eP)
           
 WorkerService.addCheckpoint_result WorkerService.addCheckpoint_result.setEP(FileDoesNotExistException eP)
           
 WorkerService.cacheFile_result WorkerService.cacheFile_result.setEP(FileDoesNotExistException eP)
           
 MasterService.user_getNumberOfFiles_result MasterService.user_getNumberOfFiles_result.setER(FileDoesNotExistException eR)
           
 

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)
           
 

Constructors in tachyon.thrift with parameters of type FileDoesNotExistException
FileDoesNotExistException(FileDoesNotExistException other)
          Performs a deep copy on other.
MasterService.addCheckpoint_result(boolean success, FileDoesNotExistException eP, SuspectedFileSizeException eS)
           
MasterService.cmd_ls_result(List<ClientFileInfo> success, InvalidPathException eI, FileDoesNotExistException eF)
           
MasterService.user_deleteByPath_result(InvalidPathException eI, FileDoesNotExistException eF)
           
MasterService.user_getClientFileInfoById_result(ClientFileInfo success, FileDoesNotExistException e)
           
MasterService.user_getClientFileInfoByPath_result(ClientFileInfo success, FileDoesNotExistException eF, InvalidPathException eI)
           
MasterService.user_getFileLocationsById_result(List<NetAddress> success, FileDoesNotExistException e)
           
MasterService.user_getFileLocationsByPath_result(List<NetAddress> success, FileDoesNotExistException eF, InvalidPathException eI)
           
MasterService.user_getNumberOfFiles_result(int success, FileDoesNotExistException eR, InvalidPathException eI)
           
MasterService.user_listFiles_result(List<Integer> success, FileDoesNotExistException eF, InvalidPathException eI)
           
MasterService.user_ls_result(List<String> success, FileDoesNotExistException eF, InvalidPathException eI)
           
MasterService.user_renameFile_result(FileAlreadyExistException eA, FileDoesNotExistException eF, InvalidPathException eI)
           
MasterService.user_unpinFile_result(FileDoesNotExistException e)
           
MasterService.worker_cacheFile_result(FileDoesNotExistException eP, SuspectedFileSizeException eS)
           
WorkerService.addCheckpoint_result(FileDoesNotExistException eP, SuspectedFileSizeException eS, FailedToCheckpointException eF)
           
WorkerService.cacheFile_result(FileDoesNotExistException eP, SuspectedFileSizeException eS)
           
 



Copyright © 2013. All Rights Reserved.