Uses of Class
tachyon.thrift.InvalidPathException

Packages that use InvalidPathException
tachyon   
tachyon.client   
tachyon.command   
tachyon.examples   
tachyon.thrift   
 

Uses of InvalidPathException in tachyon
 

Methods in tachyon that throw InvalidPathException
 List<ClientFileInfo> MasterServiceHandler.cmd_ls(String path)
           
 int MasterInfo.createFile(boolean recursive, String path, boolean directory, int columns, ByteBuffer metadata)
           
 int MasterInfo.createFile(String path, boolean directory)
           
 int MasterInfo.createRawTable(String path, int columns, ByteBuffer metadata)
           
 void MasterInfo.delete(String path)
           
 ClientFileInfo MasterInfo.getClientFileInfo(String path)
           
 ClientRawTableInfo MasterInfo.getClientRawTableInfo(String path)
           
 int MasterInfo.getFileId(String filePath)
           
 ClientFileInfo MasterInfo.getFileInfo(String path)
           
 List<NetAddress> MasterInfo.getFileLocations(String path)
           
 List<Integer> MasterInfo.getFilesIds(List<String> pathList)
           
 List<ClientFileInfo> MasterInfo.getFilesInfo(String path)
           
 int MasterInfo.getNumberOfFiles(String path)
           
 int MasterInfo.getRawTableId(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)
           
 int MasterClient.user_createFile(String path)
           
 int MasterServiceHandler.user_createFile(String filePath)
           
 int MasterClient.user_createRawTable(String path, int columns, ByteBuffer metadata)
           
 int MasterServiceHandler.user_createRawTable(String path, int columns, ByteBuffer metadata)
           
 void MasterClient.user_delete(String path)
           
 void MasterServiceHandler.user_deleteByPath(String path)
           
 ClientFileInfo MasterClient.user_getClientFileInfoByPath(String path)
           
 ClientFileInfo MasterServiceHandler.user_getClientFileInfoByPath(String path)
           
 ClientRawTableInfo MasterClient.user_getClientRawTableInfoByPath(String path)
           
 ClientRawTableInfo MasterServiceHandler.user_getClientRawTableInfoByPath(String path)
           
 int MasterClient.user_getFileId(String path)
           
 int MasterServiceHandler.user_getFileId(String filePath)
           
 List<NetAddress> MasterServiceHandler.user_getFileLocationsByPath(String filePath)
           
 int MasterClient.user_getNumberOfFiles(String folderPath)
           
 int MasterServiceHandler.user_getNumberOfFiles(String path)
           
 int MasterClient.user_getRawTableId(String path)
           
 int MasterServiceHandler.user_getRawTableId(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)
           
 int MasterClient.user_mkdir(String path)
           
 int MasterServiceHandler.user_mkdir(String path)
           
 void MasterClient.user_renameFile(String srcPath, String dstPath)
           
 void MasterServiceHandler.user_renameFile(String srcFilePath, String dstFilePath)
           
static void CommonUtils.validatePath(String path)
           
 

Uses of InvalidPathException in tachyon.client
 

Methods in tachyon.client that throw InvalidPathException
 int TachyonClient.createFile(String path)
           
 boolean RawColumn.createPartition(int pId)
           
 int TachyonClient.createRawTable(String path, int columns)
           
 int TachyonClient.createRawTable(String path, int columns, ByteBuffer metadata)
           
 boolean TachyonClient.delete(String path)
           
 boolean TachyonClient.exist(String path)
           
 TachyonFile TachyonClient.getFile(String path)
           
 TachyonFile TachyonClient.getFile(String path, boolean useCachedMetadata)
           
 int TachyonClient.getFileId(String path)
           
 int TachyonClient.getNumberOfFiles(String folderPath)
           
 TachyonFile RawColumn.getPartition(int pId)
           
 TachyonFile RawColumn.getPartition(int pId, boolean cachedMetadata)
           
 RawTable TachyonClient.getRawTable(String path)
           
 List<ClientFileInfo> TachyonClient.listStatus(String path)
           
 int TachyonClient.mkdir(String path)
          Create a directory if it does not exist.
 int RawColumn.partitions()
           
 boolean TachyonClient.rename(String srcPath, String dstPath)
           
 

Uses of InvalidPathException in tachyon.command
 

Methods in tachyon.command that throw InvalidPathException
 int TFsShell.copyFromLocal(String[] argv)
          Copies a file specified by argv from the local filesystem to the filesystem.
 int TFsShell.copyToLocal(String[] argv)
          Copies a file specified by argv from the filesystem to the local filesystem.
static String Utils.getFilePath(String path)
          Removes header and hostname:port information from a path, leaving only the local file path.
static InetSocketAddress Utils.getTachyonMasterAddress(String path)
          Obtains the InetSocketAddress from a path by parsing the hostname:port portion of the path.
 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.mkdir(String[] argv)
          Creates a new directory specified by the path in argv, including any parent folders that are required.
 int TFsShell.rename(String[] argv)
          Renames a file or directory specified by argv.
 int TFsShell.rm(String[] argv)
          Removes the file or directory specified by argv.
static String Utils.validateTachyonPath(String path)
          Validates the path, verifying that it contains the header and a hostname:port specified.
 

Uses of InvalidPathException in tachyon.examples
 

Methods in tachyon.examples that throw InvalidPathException
static void BasicOperations.createFile()
           
static void Performance.createFiles()
           
static void BasicRawTableOperations.createRawTable()
           
static void Performance.main(String[] args)
           
static void BasicOperations.main(String[] args)
           
static void BasicRawTableOperations.main(String[] args)
           
static void BasicOperations.readFile()
           
 void Performance.TachyonReadWorker.readPartition()
           
static void BasicRawTableOperations.readPartition()
           
static void BasicOperations.writeFile()
           
 void Performance.TachyonWriterWorker.writeParition()
           
static void BasicRawTableOperations.writeParition()
           
 

Uses of InvalidPathException in tachyon.thrift
 

Fields in tachyon.thrift declared as InvalidPathException
 InvalidPathException MasterService.user_getFileId_result.e
           
 InvalidPathException MasterService.user_getRawTableId_result.e
           
 InvalidPathException MasterService.user_createFile_result.eI
           
 InvalidPathException MasterService.user_getClientFileInfoByPath_result.eI
           
 InvalidPathException MasterService.user_getFileLocationsByPath_result.eI
           
 InvalidPathException MasterService.user_listFiles_result.eI
           
 InvalidPathException MasterService.user_ls_result.eI
           
 InvalidPathException MasterService.user_deleteByPath_result.eI
           
 InvalidPathException MasterService.user_renameFile_result.eI
           
 InvalidPathException MasterService.user_mkdir_result.eI
           
 InvalidPathException MasterService.user_createRawTable_result.eI
           
 InvalidPathException MasterService.user_getClientRawTableInfoByPath_result.eI
           
 InvalidPathException MasterService.user_getNumberOfFiles_result.eI
           
 InvalidPathException MasterService.cmd_ls_result.eI
           
 

Methods in tachyon.thrift that return InvalidPathException
 InvalidPathException InvalidPathException.deepCopy()
           
 InvalidPathException MasterService.user_getFileId_result.getE()
           
 InvalidPathException MasterService.user_getRawTableId_result.getE()
           
 InvalidPathException MasterService.user_createFile_result.getEI()
           
 InvalidPathException MasterService.user_getClientFileInfoByPath_result.getEI()
           
 InvalidPathException MasterService.user_getFileLocationsByPath_result.getEI()
           
 InvalidPathException MasterService.user_listFiles_result.getEI()
           
 InvalidPathException MasterService.user_ls_result.getEI()
           
 InvalidPathException MasterService.user_deleteByPath_result.getEI()
           
 InvalidPathException MasterService.user_renameFile_result.getEI()
           
 InvalidPathException MasterService.user_mkdir_result.getEI()
           
 InvalidPathException MasterService.user_createRawTable_result.getEI()
           
 InvalidPathException MasterService.user_getClientRawTableInfoByPath_result.getEI()
           
 InvalidPathException MasterService.user_getNumberOfFiles_result.getEI()
           
 InvalidPathException MasterService.cmd_ls_result.getEI()
           
 InvalidPathException InvalidPathException.setMessage(String message)
           
 

Methods in tachyon.thrift with parameters of type InvalidPathException
 int InvalidPathException.compareTo(InvalidPathException other)
           
 boolean InvalidPathException.equals(InvalidPathException that)
           
 MasterService.user_getFileId_result MasterService.user_getFileId_result.setE(InvalidPathException e)
           
 MasterService.user_getRawTableId_result MasterService.user_getRawTableId_result.setE(InvalidPathException e)
           
 MasterService.user_createFile_result MasterService.user_createFile_result.setEI(InvalidPathException eI)
           
 MasterService.user_getClientFileInfoByPath_result MasterService.user_getClientFileInfoByPath_result.setEI(InvalidPathException eI)
           
 MasterService.user_getFileLocationsByPath_result MasterService.user_getFileLocationsByPath_result.setEI(InvalidPathException eI)
           
 MasterService.user_listFiles_result MasterService.user_listFiles_result.setEI(InvalidPathException eI)
           
 MasterService.user_ls_result MasterService.user_ls_result.setEI(InvalidPathException eI)
           
 MasterService.user_deleteByPath_result MasterService.user_deleteByPath_result.setEI(InvalidPathException eI)
           
 MasterService.user_renameFile_result MasterService.user_renameFile_result.setEI(InvalidPathException eI)
           
 MasterService.user_mkdir_result MasterService.user_mkdir_result.setEI(InvalidPathException eI)
           
 MasterService.user_createRawTable_result MasterService.user_createRawTable_result.setEI(InvalidPathException eI)
           
 MasterService.user_getClientRawTableInfoByPath_result MasterService.user_getClientRawTableInfoByPath_result.setEI(InvalidPathException eI)
           
 MasterService.user_getNumberOfFiles_result MasterService.user_getNumberOfFiles_result.setEI(InvalidPathException eI)
           
 MasterService.cmd_ls_result MasterService.cmd_ls_result.setEI(InvalidPathException eI)
           
 

Methods in tachyon.thrift that throw InvalidPathException
 List<ClientFileInfo> MasterService.Iface.cmd_ls(String path)
           
 List<ClientFileInfo> MasterService.Client.cmd_ls(String path)
           
 int MasterService.AsyncClient.user_createFile_call.getResult()
           
 int MasterService.AsyncClient.user_getFileId_call.getResult()
           
 ClientFileInfo MasterService.AsyncClient.user_getClientFileInfoByPath_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()
           
 int MasterService.AsyncClient.user_mkdir_call.getResult()
           
 int MasterService.AsyncClient.user_createRawTable_call.getResult()
           
 int MasterService.AsyncClient.user_getRawTableId_call.getResult()
           
 ClientRawTableInfo MasterService.AsyncClient.user_getClientRawTableInfoByPath_call.getResult()
           
 int MasterService.AsyncClient.user_getNumberOfFiles_call.getResult()
           
 List<ClientFileInfo> MasterService.AsyncClient.cmd_ls_call.getResult()
           
 List<ClientFileInfo> MasterService.Client.recv_cmd_ls()
           
 int MasterService.Client.recv_user_createFile()
           
 int MasterService.Client.recv_user_createRawTable()
           
 void MasterService.Client.recv_user_deleteByPath()
           
 ClientFileInfo MasterService.Client.recv_user_getClientFileInfoByPath()
           
 ClientRawTableInfo MasterService.Client.recv_user_getClientRawTableInfoByPath()
           
 int MasterService.Client.recv_user_getFileId()
           
 List<NetAddress> MasterService.Client.recv_user_getFileLocationsByPath()
           
 int MasterService.Client.recv_user_getNumberOfFiles()
           
 int MasterService.Client.recv_user_getRawTableId()
           
 List<Integer> MasterService.Client.recv_user_listFiles()
           
 List<String> MasterService.Client.recv_user_ls()
           
 int MasterService.Client.recv_user_mkdir()
           
 void MasterService.Client.recv_user_renameFile()
           
 int MasterService.Iface.user_createFile(String filePath)
           
 int MasterService.Client.user_createFile(String filePath)
           
 int MasterService.Iface.user_createRawTable(String path, int columns, ByteBuffer metadata)
           
 int MasterService.Client.user_createRawTable(String path, int columns, ByteBuffer metadata)
           
 void MasterService.Iface.user_deleteByPath(String path)
           
 void MasterService.Client.user_deleteByPath(String path)
           
 ClientFileInfo MasterService.Iface.user_getClientFileInfoByPath(String filePath)
           
 ClientFileInfo MasterService.Client.user_getClientFileInfoByPath(String filePath)
           
 ClientRawTableInfo MasterService.Iface.user_getClientRawTableInfoByPath(String tablePath)
           
 ClientRawTableInfo MasterService.Client.user_getClientRawTableInfoByPath(String tablePath)
           
 int MasterService.Iface.user_getFileId(String filePath)
           
 int MasterService.Client.user_getFileId(String filePath)
           
 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)
           
 int MasterService.Iface.user_getRawTableId(String path)
           
 int MasterService.Client.user_getRawTableId(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)
           
 int MasterService.Iface.user_mkdir(String path)
           
 int MasterService.Client.user_mkdir(String path)
           
 void MasterService.Iface.user_renameFile(String srcFilePath, String dstFilePath)
           
 void MasterService.Client.user_renameFile(String srcFilePath, String dstFilePath)
           
 

Constructors in tachyon.thrift with parameters of type InvalidPathException
InvalidPathException(InvalidPathException other)
          Performs a deep copy on other.
MasterService.cmd_ls_result(List<ClientFileInfo> success, InvalidPathException eI, FileDoesNotExistException eF)
           
MasterService.user_createFile_result(int success, FileAlreadyExistException eR, InvalidPathException eI)
           
MasterService.user_createRawTable_result(int success, FileAlreadyExistException eR, InvalidPathException eI, TableColumnException eT)
           
MasterService.user_deleteByPath_result(InvalidPathException eI, FileDoesNotExistException eF)
           
MasterService.user_getClientFileInfoByPath_result(ClientFileInfo success, FileDoesNotExistException eF, InvalidPathException eI)
           
MasterService.user_getClientRawTableInfoByPath_result(ClientRawTableInfo success, TableDoesNotExistException eT, InvalidPathException eI)
           
MasterService.user_getFileId_result(int success, InvalidPathException e)
           
MasterService.user_getFileLocationsByPath_result(List<NetAddress> success, FileDoesNotExistException eF, InvalidPathException eI)
           
MasterService.user_getNumberOfFiles_result(int success, FileDoesNotExistException eR, InvalidPathException eI)
           
MasterService.user_getRawTableId_result(int success, InvalidPathException e)
           
MasterService.user_listFiles_result(List<Integer> success, FileDoesNotExistException eF, InvalidPathException eI)
           
MasterService.user_ls_result(List<String> success, FileDoesNotExistException eF, InvalidPathException eI)
           
MasterService.user_mkdir_result(int success, FileAlreadyExistException eR, InvalidPathException eI)
           
MasterService.user_renameFile_result(FileAlreadyExistException eA, FileDoesNotExistException eF, InvalidPathException eI)
           
 



Copyright © 2013. All Rights Reserved.