Uses of Class
org.apache.accumulo.proxy.thrift.TableExistsException

Packages that use TableExistsException
org.apache.accumulo.proxy   
org.apache.accumulo.proxy.thrift   
 

Uses of TableExistsException in org.apache.accumulo.proxy
 

Methods in org.apache.accumulo.proxy that throw TableExistsException
 void ProxyServer.cloneTable(ByteBuffer login, String tableName, String newTableName, boolean flush, Map<String,String> propertiesToSet, Set<String> propertiesToExclude)
           
 void ProxyServer.createTable(ByteBuffer login, String tableName, boolean versioningIter, TimeType type)
           
 void ProxyServer.importTable(ByteBuffer login, String tableName, String importDir)
           
 void ProxyServer.renameTable(ByteBuffer login, String oldTableName, String newTableName)
           
 

Uses of TableExistsException in org.apache.accumulo.proxy.thrift
 

Fields in org.apache.accumulo.proxy.thrift declared as TableExistsException
 TableExistsException AccumuloProxy.importTable_result.ouch1
           
 TableExistsException AccumuloProxy.createTable_result.ouch3
           
 TableExistsException AccumuloProxy.cloneTable_result.ouch4
           
 TableExistsException AccumuloProxy.renameTable_result.ouch4
           
 

Methods in org.apache.accumulo.proxy.thrift that return TableExistsException
 TableExistsException TableExistsException.deepCopy()
           
 TableExistsException AccumuloProxy.importTable_result.getOuch1()
           
 TableExistsException AccumuloProxy.createTable_result.getOuch3()
           
 TableExistsException AccumuloProxy.cloneTable_result.getOuch4()
           
 TableExistsException AccumuloProxy.renameTable_result.getOuch4()
           
 TableExistsException TableExistsException.setMsg(String msg)
           
 

Methods in org.apache.accumulo.proxy.thrift with parameters of type TableExistsException
 int TableExistsException.compareTo(TableExistsException other)
           
 boolean TableExistsException.equals(TableExistsException that)
           
 AccumuloProxy.importTable_result AccumuloProxy.importTable_result.setOuch1(TableExistsException ouch1)
           
 AccumuloProxy.createTable_result AccumuloProxy.createTable_result.setOuch3(TableExistsException ouch3)
           
 AccumuloProxy.cloneTable_result AccumuloProxy.cloneTable_result.setOuch4(TableExistsException ouch4)
           
 AccumuloProxy.renameTable_result AccumuloProxy.renameTable_result.setOuch4(TableExistsException ouch4)
           
 

Methods in org.apache.accumulo.proxy.thrift that throw TableExistsException
 void AccumuloProxy.Iface.cloneTable(ByteBuffer login, String tableName, String newTableName, boolean flush, Map<String,String> propertiesToSet, Set<String> propertiesToExclude)
           
 void AccumuloProxy.Client.cloneTable(ByteBuffer login, String tableName, String newTableName, boolean flush, Map<String,String> propertiesToSet, Set<String> propertiesToExclude)
           
 void AccumuloProxy.Iface.createTable(ByteBuffer login, String tableName, boolean versioningIter, TimeType type)
           
 void AccumuloProxy.Client.createTable(ByteBuffer login, String tableName, boolean versioningIter, TimeType type)
           
 void AccumuloProxy.AsyncClient.cloneTable_call.getResult()
           
 void AccumuloProxy.AsyncClient.createTable_call.getResult()
           
 void AccumuloProxy.AsyncClient.importTable_call.getResult()
           
 void AccumuloProxy.AsyncClient.renameTable_call.getResult()
           
 void AccumuloProxy.Iface.importTable(ByteBuffer login, String tableName, String importDir)
           
 void AccumuloProxy.Client.importTable(ByteBuffer login, String tableName, String importDir)
           
 void AccumuloProxy.Client.recv_cloneTable()
           
 void AccumuloProxy.Client.recv_createTable()
           
 void AccumuloProxy.Client.recv_importTable()
           
 void AccumuloProxy.Client.recv_renameTable()
           
 void AccumuloProxy.Iface.renameTable(ByteBuffer login, String oldTableName, String newTableName)
           
 void AccumuloProxy.Client.renameTable(ByteBuffer login, String oldTableName, String newTableName)
           
 

Constructors in org.apache.accumulo.proxy.thrift with parameters of type TableExistsException
AccumuloProxy.cloneTable_result(AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3, TableExistsException ouch4)
           
AccumuloProxy.createTable_result(AccumuloException ouch1, AccumuloSecurityException ouch2, TableExistsException ouch3)
           
AccumuloProxy.importTable_result(TableExistsException ouch1, AccumuloException ouch2, AccumuloSecurityException ouch3)
           
AccumuloProxy.renameTable_result(AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3, TableExistsException ouch4)
           
TableExistsException(TableExistsException other)
          Performs a deep copy on other.
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.