Uses of Class
tachyon.thrift.TableDoesNotExistException

Packages that use TableDoesNotExistException
tachyon   
tachyon.client   
tachyon.examples   
tachyon.thrift   
 

Uses of TableDoesNotExistException in tachyon
 

Methods in tachyon that throw TableDoesNotExistException
 ClientRawTableInfo MasterInfo.getClientRawTableInfo(int id)
           
 ClientRawTableInfo MasterInfo.getClientRawTableInfo(String path)
           
 void MasterInfo.updateRawTableMetadata(int tableId, ByteBuffer metadata)
           
 ClientRawTableInfo MasterClient.user_getClientRawTableInfoById(int id)
           
 ClientRawTableInfo MasterServiceHandler.user_getClientRawTableInfoById(int id)
           
 ClientRawTableInfo MasterClient.user_getClientRawTableInfoByPath(String path)
           
 ClientRawTableInfo MasterServiceHandler.user_getClientRawTableInfoByPath(String path)
           
 void MasterClient.user_updateRawTableMetadata(int id, ByteBuffer metadata)
           
 void MasterServiceHandler.user_updateRawTableMetadata(int tableId, ByteBuffer metadata)
           
 

Uses of TableDoesNotExistException in tachyon.client
 

Methods in tachyon.client that throw TableDoesNotExistException
 RawTable TachyonClient.getRawTable(int id)
           
 RawTable TachyonClient.getRawTable(String path)
           
 void RawTable.updateMetadata(ByteBuffer metadata)
           
 void TachyonClient.updateRawTableMetadata(int id, ByteBuffer metadata)
           
 

Uses of TableDoesNotExistException in tachyon.examples
 

Methods in tachyon.examples that throw TableDoesNotExistException
static void BasicRawTableOperations.main(String[] args)
           
static void BasicRawTableOperations.readPartition()
           
static void BasicRawTableOperations.writeParition()
           
 

Uses of TableDoesNotExistException in tachyon.thrift
 

Fields in tachyon.thrift declared as TableDoesNotExistException
 TableDoesNotExistException MasterService.user_getClientRawTableInfoById_result.e
           
 TableDoesNotExistException MasterService.user_updateRawTableMetadata_result.e
           
 TableDoesNotExistException MasterService.user_getClientRawTableInfoByPath_result.eT
           
 

Methods in tachyon.thrift that return TableDoesNotExistException
 TableDoesNotExistException TableDoesNotExistException.deepCopy()
           
 TableDoesNotExistException MasterService.user_getClientRawTableInfoById_result.getE()
           
 TableDoesNotExistException MasterService.user_updateRawTableMetadata_result.getE()
           
 TableDoesNotExistException MasterService.user_getClientRawTableInfoByPath_result.getET()
           
 TableDoesNotExistException TableDoesNotExistException.setMessage(String message)
           
 

Methods in tachyon.thrift with parameters of type TableDoesNotExistException
 int TableDoesNotExistException.compareTo(TableDoesNotExistException other)
           
 boolean TableDoesNotExistException.equals(TableDoesNotExistException that)
           
 MasterService.user_getClientRawTableInfoById_result MasterService.user_getClientRawTableInfoById_result.setE(TableDoesNotExistException e)
           
 MasterService.user_updateRawTableMetadata_result MasterService.user_updateRawTableMetadata_result.setE(TableDoesNotExistException e)
           
 MasterService.user_getClientRawTableInfoByPath_result MasterService.user_getClientRawTableInfoByPath_result.setET(TableDoesNotExistException eT)
           
 

Methods in tachyon.thrift that throw TableDoesNotExistException
 ClientRawTableInfo MasterService.AsyncClient.user_getClientRawTableInfoById_call.getResult()
           
 ClientRawTableInfo MasterService.AsyncClient.user_getClientRawTableInfoByPath_call.getResult()
           
 void MasterService.AsyncClient.user_updateRawTableMetadata_call.getResult()
           
 ClientRawTableInfo MasterService.Client.recv_user_getClientRawTableInfoById()
           
 ClientRawTableInfo MasterService.Client.recv_user_getClientRawTableInfoByPath()
           
 void MasterService.Client.recv_user_updateRawTableMetadata()
           
 ClientRawTableInfo MasterService.Iface.user_getClientRawTableInfoById(int tableId)
           
 ClientRawTableInfo MasterService.Client.user_getClientRawTableInfoById(int tableId)
           
 ClientRawTableInfo MasterService.Iface.user_getClientRawTableInfoByPath(String tablePath)
           
 ClientRawTableInfo MasterService.Client.user_getClientRawTableInfoByPath(String tablePath)
           
 void MasterService.Iface.user_updateRawTableMetadata(int tableId, ByteBuffer metadata)
           
 void MasterService.Client.user_updateRawTableMetadata(int tableId, ByteBuffer metadata)
           
 

Constructors in tachyon.thrift with parameters of type TableDoesNotExistException
MasterService.user_getClientRawTableInfoById_result(ClientRawTableInfo success, TableDoesNotExistException e)
           
MasterService.user_getClientRawTableInfoByPath_result(ClientRawTableInfo success, TableDoesNotExistException eT, InvalidPathException eI)
           
MasterService.user_updateRawTableMetadata_result(TableDoesNotExistException e)
           
TableDoesNotExistException(TableDoesNotExistException other)
          Performs a deep copy on other.
 



Copyright © 2013. All Rights Reserved.