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

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

Uses of TableNotFoundException in org.apache.accumulo.proxy
 

Methods in org.apache.accumulo.proxy that throw TableNotFoundException
 int ProxyServer.addConstraint(ByteBuffer login, String tableName, String constraintClassName)
           
 void ProxyServer.addSplits(ByteBuffer login, String tableName, Set<ByteBuffer> splits)
           
 void ProxyServer.attachIterator(ByteBuffer login, String tableName, IteratorSetting setting, Set<IteratorScope> scopes)
           
 void ProxyServer.cancelCompaction(ByteBuffer login, String tableName)
           
 void ProxyServer.checkIteratorConflicts(ByteBuffer login, String tableName, IteratorSetting setting, Set<IteratorScope> scopes)
           
 void ProxyServer.clearLocatorCache(ByteBuffer login, String tableName)
           
 void ProxyServer.cloneTable(ByteBuffer login, String tableName, String newTableName, boolean flush, Map<String,String> propertiesToSet, Set<String> propertiesToExclude)
           
 void ProxyServer.compactTable(ByteBuffer login, String tableName, ByteBuffer startRow, ByteBuffer endRow, List<IteratorSetting> iterators, boolean flush, boolean wait)
           
 String ProxyServer.createBatchScanner(ByteBuffer login, String tableName, BatchScanOptions opts)
           
 String ProxyServer.createScanner(ByteBuffer login, String tableName, ScanOptions opts)
           
 String ProxyServer.createWriter(ByteBuffer login, String tableName, WriterOptions opts)
           
 void ProxyServer.deleteRows(ByteBuffer login, String tableName, ByteBuffer startRow, ByteBuffer endRow)
           
 void ProxyServer.deleteTable(ByteBuffer login, String tableName)
           
 void ProxyServer.exportTable(ByteBuffer login, String tableName, String exportDir)
           
 void ProxyServer.flushTable(ByteBuffer login, String tableName, ByteBuffer startRow, ByteBuffer endRow, boolean wait)
           
 IteratorSetting ProxyServer.getIteratorSetting(ByteBuffer login, String tableName, String iteratorName, IteratorScope scope)
           
 Map<String,Set<String>> ProxyServer.getLocalityGroups(ByteBuffer login, String tableName)
           
 ByteBuffer ProxyServer.getMaxRow(ByteBuffer login, String tableName, Set<ByteBuffer> auths, ByteBuffer startRow, boolean startInclusive, ByteBuffer endRow, boolean endInclusive)
           
 Map<String,String> ProxyServer.getTableProperties(ByteBuffer login, String tableName)
           
 void ProxyServer.grantTablePermission(ByteBuffer login, String user, String table, TablePermission perm)
           
 boolean ProxyServer.hasTablePermission(ByteBuffer login, String user, String table, TablePermission perm)
           
 void ProxyServer.importDirectory(ByteBuffer login, String tableName, String importDir, String failureDir, boolean setTime)
           
 Map<String,Integer> ProxyServer.listConstraints(ByteBuffer login, String tableName)
           
 Map<String,Set<IteratorScope>> ProxyServer.listIterators(ByteBuffer login, String tableName)
           
 List<ByteBuffer> ProxyServer.listSplits(ByteBuffer login, String tableName, int maxSplits)
           
 void ProxyServer.mergeTablets(ByteBuffer login, String tableName, ByteBuffer startRow, ByteBuffer endRow)
           
 void ProxyServer.offlineTable(ByteBuffer login, String tableName)
           
 void ProxyServer.onlineTable(ByteBuffer login, String tableName)
           
 void ProxyServer.removeConstraint(ByteBuffer login, String tableName, int constraint)
           
 void ProxyServer.removeIterator(ByteBuffer login, String tableName, String iterName, Set<IteratorScope> scopes)
           
 void ProxyServer.removeTableProperty(ByteBuffer login, String tableName, String property)
           
 void ProxyServer.renameTable(ByteBuffer login, String oldTableName, String newTableName)
           
 void ProxyServer.revokeTablePermission(ByteBuffer login, String user, String table, TablePermission perm)
           
 void ProxyServer.setLocalityGroups(ByteBuffer login, String tableName, Map<String,Set<String>> groupStrings)
           
 void ProxyServer.setTableProperty(ByteBuffer login, String tableName, String property, String value)
           
 Set<Range> ProxyServer.splitRangeByTablets(ByteBuffer login, String tableName, Range range, int maxSplits)
           
 boolean ProxyServer.testTableClassLoad(ByteBuffer login, String tableName, String className, String asTypeName)
           
 void ProxyServer.updateAndFlush(ByteBuffer login, String tableName, Map<ByteBuffer,List<ColumnUpdate>> cells)
           
 

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

Fields in org.apache.accumulo.proxy.thrift declared as TableNotFoundException
 TableNotFoundException AccumuloProxy.clearLocatorCache_result.ouch1
           
 TableNotFoundException AccumuloProxy.importDirectory_result.ouch1
           
 TableNotFoundException AccumuloProxy.compactTable_result.ouch2
           
 TableNotFoundException AccumuloProxy.cancelCompaction_result.ouch2
           
 TableNotFoundException AccumuloProxy.addConstraint_result.ouch3
           
 TableNotFoundException AccumuloProxy.addSplits_result.ouch3
           
 TableNotFoundException AccumuloProxy.attachIterator_result.ouch3
           
 TableNotFoundException AccumuloProxy.checkIteratorConflicts_result.ouch3
           
 TableNotFoundException AccumuloProxy.cloneTable_result.ouch3
           
 TableNotFoundException AccumuloProxy.deleteTable_result.ouch3
           
 TableNotFoundException AccumuloProxy.deleteRows_result.ouch3
           
 TableNotFoundException AccumuloProxy.exportTable_result.ouch3
           
 TableNotFoundException AccumuloProxy.flushTable_result.ouch3
           
 TableNotFoundException AccumuloProxy.getLocalityGroups_result.ouch3
           
 TableNotFoundException AccumuloProxy.getIteratorSetting_result.ouch3
           
 TableNotFoundException AccumuloProxy.getMaxRow_result.ouch3
           
 TableNotFoundException AccumuloProxy.getTableProperties_result.ouch3
           
 TableNotFoundException AccumuloProxy.listSplits_result.ouch3
           
 TableNotFoundException AccumuloProxy.listIterators_result.ouch3
           
 TableNotFoundException AccumuloProxy.listConstraints_result.ouch3
           
 TableNotFoundException AccumuloProxy.mergeTablets_result.ouch3
           
 TableNotFoundException AccumuloProxy.offlineTable_result.ouch3
           
 TableNotFoundException AccumuloProxy.onlineTable_result.ouch3
           
 TableNotFoundException AccumuloProxy.removeConstraint_result.ouch3
           
 TableNotFoundException AccumuloProxy.removeIterator_result.ouch3
           
 TableNotFoundException AccumuloProxy.removeTableProperty_result.ouch3
           
 TableNotFoundException AccumuloProxy.renameTable_result.ouch3
           
 TableNotFoundException AccumuloProxy.setLocalityGroups_result.ouch3
           
 TableNotFoundException AccumuloProxy.setTableProperty_result.ouch3
           
 TableNotFoundException AccumuloProxy.splitRangeByTablets_result.ouch3
           
 TableNotFoundException AccumuloProxy.testTableClassLoad_result.ouch3
           
 TableNotFoundException AccumuloProxy.grantTablePermission_result.ouch3
           
 TableNotFoundException AccumuloProxy.hasTablePermission_result.ouch3
           
 TableNotFoundException AccumuloProxy.listLocalUsers_result.ouch3
           
 TableNotFoundException AccumuloProxy.revokeTablePermission_result.ouch3
           
 TableNotFoundException AccumuloProxy.createBatchScanner_result.ouch3
           
 TableNotFoundException AccumuloProxy.createScanner_result.ouch3
           
 TableNotFoundException AccumuloProxy.updateAndFlush_result.ouch3
           
 TableNotFoundException AccumuloProxy.createWriter_result.ouch3
           
 

Methods in org.apache.accumulo.proxy.thrift that return TableNotFoundException
 TableNotFoundException TableNotFoundException.deepCopy()
           
 TableNotFoundException AccumuloProxy.clearLocatorCache_result.getOuch1()
           
 TableNotFoundException AccumuloProxy.importDirectory_result.getOuch1()
           
 TableNotFoundException AccumuloProxy.compactTable_result.getOuch2()
           
 TableNotFoundException AccumuloProxy.cancelCompaction_result.getOuch2()
           
 TableNotFoundException AccumuloProxy.addConstraint_result.getOuch3()
           
 TableNotFoundException AccumuloProxy.addSplits_result.getOuch3()
           
 TableNotFoundException AccumuloProxy.attachIterator_result.getOuch3()
           
 TableNotFoundException AccumuloProxy.checkIteratorConflicts_result.getOuch3()
           
 TableNotFoundException AccumuloProxy.cloneTable_result.getOuch3()
           
 TableNotFoundException AccumuloProxy.deleteTable_result.getOuch3()
           
 TableNotFoundException AccumuloProxy.deleteRows_result.getOuch3()
           
 TableNotFoundException AccumuloProxy.exportTable_result.getOuch3()
           
 TableNotFoundException AccumuloProxy.flushTable_result.getOuch3()
           
 TableNotFoundException AccumuloProxy.getLocalityGroups_result.getOuch3()
           
 TableNotFoundException AccumuloProxy.getIteratorSetting_result.getOuch3()
           
 TableNotFoundException AccumuloProxy.getMaxRow_result.getOuch3()
           
 TableNotFoundException AccumuloProxy.getTableProperties_result.getOuch3()
           
 TableNotFoundException AccumuloProxy.listSplits_result.getOuch3()
           
 TableNotFoundException AccumuloProxy.listIterators_result.getOuch3()
           
 TableNotFoundException AccumuloProxy.listConstraints_result.getOuch3()
           
 TableNotFoundException AccumuloProxy.mergeTablets_result.getOuch3()
           
 TableNotFoundException AccumuloProxy.offlineTable_result.getOuch3()
           
 TableNotFoundException AccumuloProxy.onlineTable_result.getOuch3()
           
 TableNotFoundException AccumuloProxy.removeConstraint_result.getOuch3()
           
 TableNotFoundException AccumuloProxy.removeIterator_result.getOuch3()
           
 TableNotFoundException AccumuloProxy.removeTableProperty_result.getOuch3()
           
 TableNotFoundException AccumuloProxy.renameTable_result.getOuch3()
           
 TableNotFoundException AccumuloProxy.setLocalityGroups_result.getOuch3()
           
 TableNotFoundException AccumuloProxy.setTableProperty_result.getOuch3()
           
 TableNotFoundException AccumuloProxy.splitRangeByTablets_result.getOuch3()
           
 TableNotFoundException AccumuloProxy.testTableClassLoad_result.getOuch3()
           
 TableNotFoundException AccumuloProxy.grantTablePermission_result.getOuch3()
           
 TableNotFoundException AccumuloProxy.hasTablePermission_result.getOuch3()
           
 TableNotFoundException AccumuloProxy.listLocalUsers_result.getOuch3()
           
 TableNotFoundException AccumuloProxy.revokeTablePermission_result.getOuch3()
           
 TableNotFoundException AccumuloProxy.createBatchScanner_result.getOuch3()
           
 TableNotFoundException AccumuloProxy.createScanner_result.getOuch3()
           
 TableNotFoundException AccumuloProxy.updateAndFlush_result.getOuch3()
           
 TableNotFoundException AccumuloProxy.createWriter_result.getOuch3()
           
 TableNotFoundException TableNotFoundException.setMsg(String msg)
           
 

Methods in org.apache.accumulo.proxy.thrift with parameters of type TableNotFoundException
 int TableNotFoundException.compareTo(TableNotFoundException other)
           
 boolean TableNotFoundException.equals(TableNotFoundException that)
           
 AccumuloProxy.clearLocatorCache_result AccumuloProxy.clearLocatorCache_result.setOuch1(TableNotFoundException ouch1)
           
 AccumuloProxy.importDirectory_result AccumuloProxy.importDirectory_result.setOuch1(TableNotFoundException ouch1)
           
 AccumuloProxy.compactTable_result AccumuloProxy.compactTable_result.setOuch2(TableNotFoundException ouch2)
           
 AccumuloProxy.cancelCompaction_result AccumuloProxy.cancelCompaction_result.setOuch2(TableNotFoundException ouch2)
           
 AccumuloProxy.addConstraint_result AccumuloProxy.addConstraint_result.setOuch3(TableNotFoundException ouch3)
           
 AccumuloProxy.addSplits_result AccumuloProxy.addSplits_result.setOuch3(TableNotFoundException ouch3)
           
 AccumuloProxy.attachIterator_result AccumuloProxy.attachIterator_result.setOuch3(TableNotFoundException ouch3)
           
 AccumuloProxy.checkIteratorConflicts_result AccumuloProxy.checkIteratorConflicts_result.setOuch3(TableNotFoundException ouch3)
           
 AccumuloProxy.cloneTable_result AccumuloProxy.cloneTable_result.setOuch3(TableNotFoundException ouch3)
           
 AccumuloProxy.deleteTable_result AccumuloProxy.deleteTable_result.setOuch3(TableNotFoundException ouch3)
           
 AccumuloProxy.deleteRows_result AccumuloProxy.deleteRows_result.setOuch3(TableNotFoundException ouch3)
           
 AccumuloProxy.exportTable_result AccumuloProxy.exportTable_result.setOuch3(TableNotFoundException ouch3)
           
 AccumuloProxy.flushTable_result AccumuloProxy.flushTable_result.setOuch3(TableNotFoundException ouch3)
           
 AccumuloProxy.getLocalityGroups_result AccumuloProxy.getLocalityGroups_result.setOuch3(TableNotFoundException ouch3)
           
 AccumuloProxy.getIteratorSetting_result AccumuloProxy.getIteratorSetting_result.setOuch3(TableNotFoundException ouch3)
           
 AccumuloProxy.getMaxRow_result AccumuloProxy.getMaxRow_result.setOuch3(TableNotFoundException ouch3)
           
 AccumuloProxy.getTableProperties_result AccumuloProxy.getTableProperties_result.setOuch3(TableNotFoundException ouch3)
           
 AccumuloProxy.listSplits_result AccumuloProxy.listSplits_result.setOuch3(TableNotFoundException ouch3)
           
 AccumuloProxy.listIterators_result AccumuloProxy.listIterators_result.setOuch3(TableNotFoundException ouch3)
           
 AccumuloProxy.listConstraints_result AccumuloProxy.listConstraints_result.setOuch3(TableNotFoundException ouch3)
           
 AccumuloProxy.mergeTablets_result AccumuloProxy.mergeTablets_result.setOuch3(TableNotFoundException ouch3)
           
 AccumuloProxy.offlineTable_result AccumuloProxy.offlineTable_result.setOuch3(TableNotFoundException ouch3)
           
 AccumuloProxy.onlineTable_result AccumuloProxy.onlineTable_result.setOuch3(TableNotFoundException ouch3)
           
 AccumuloProxy.removeConstraint_result AccumuloProxy.removeConstraint_result.setOuch3(TableNotFoundException ouch3)
           
 AccumuloProxy.removeIterator_result AccumuloProxy.removeIterator_result.setOuch3(TableNotFoundException ouch3)
           
 AccumuloProxy.removeTableProperty_result AccumuloProxy.removeTableProperty_result.setOuch3(TableNotFoundException ouch3)
           
 AccumuloProxy.renameTable_result AccumuloProxy.renameTable_result.setOuch3(TableNotFoundException ouch3)
           
 AccumuloProxy.setLocalityGroups_result AccumuloProxy.setLocalityGroups_result.setOuch3(TableNotFoundException ouch3)
           
 AccumuloProxy.setTableProperty_result AccumuloProxy.setTableProperty_result.setOuch3(TableNotFoundException ouch3)
           
 AccumuloProxy.splitRangeByTablets_result AccumuloProxy.splitRangeByTablets_result.setOuch3(TableNotFoundException ouch3)
           
 AccumuloProxy.testTableClassLoad_result AccumuloProxy.testTableClassLoad_result.setOuch3(TableNotFoundException ouch3)
           
 AccumuloProxy.grantTablePermission_result AccumuloProxy.grantTablePermission_result.setOuch3(TableNotFoundException ouch3)
           
 AccumuloProxy.hasTablePermission_result AccumuloProxy.hasTablePermission_result.setOuch3(TableNotFoundException ouch3)
           
 AccumuloProxy.listLocalUsers_result AccumuloProxy.listLocalUsers_result.setOuch3(TableNotFoundException ouch3)
           
 AccumuloProxy.revokeTablePermission_result AccumuloProxy.revokeTablePermission_result.setOuch3(TableNotFoundException ouch3)
           
 AccumuloProxy.createBatchScanner_result AccumuloProxy.createBatchScanner_result.setOuch3(TableNotFoundException ouch3)
           
 AccumuloProxy.createScanner_result AccumuloProxy.createScanner_result.setOuch3(TableNotFoundException ouch3)
           
 AccumuloProxy.updateAndFlush_result AccumuloProxy.updateAndFlush_result.setOuch3(TableNotFoundException ouch3)
           
 AccumuloProxy.createWriter_result AccumuloProxy.createWriter_result.setOuch3(TableNotFoundException ouch3)
           
 

Methods in org.apache.accumulo.proxy.thrift that throw TableNotFoundException
 int AccumuloProxy.Iface.addConstraint(ByteBuffer login, String tableName, String constraintClassName)
           
 int AccumuloProxy.Client.addConstraint(ByteBuffer login, String tableName, String constraintClassName)
           
 void AccumuloProxy.Iface.addSplits(ByteBuffer login, String tableName, Set<ByteBuffer> splits)
           
 void AccumuloProxy.Client.addSplits(ByteBuffer login, String tableName, Set<ByteBuffer> splits)
           
 void AccumuloProxy.Iface.attachIterator(ByteBuffer login, String tableName, IteratorSetting setting, Set<IteratorScope> scopes)
           
 void AccumuloProxy.Client.attachIterator(ByteBuffer login, String tableName, IteratorSetting setting, Set<IteratorScope> scopes)
           
 void AccumuloProxy.Iface.cancelCompaction(ByteBuffer login, String tableName)
           
 void AccumuloProxy.Client.cancelCompaction(ByteBuffer login, String tableName)
           
 void AccumuloProxy.Iface.checkIteratorConflicts(ByteBuffer login, String tableName, IteratorSetting setting, Set<IteratorScope> scopes)
           
 void AccumuloProxy.Client.checkIteratorConflicts(ByteBuffer login, String tableName, IteratorSetting setting, Set<IteratorScope> scopes)
           
 void AccumuloProxy.Iface.clearLocatorCache(ByteBuffer login, String tableName)
           
 void AccumuloProxy.Client.clearLocatorCache(ByteBuffer login, String tableName)
           
 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.compactTable(ByteBuffer login, String tableName, ByteBuffer startRow, ByteBuffer endRow, List<IteratorSetting> iterators, boolean flush, boolean wait)
           
 void AccumuloProxy.Client.compactTable(ByteBuffer login, String tableName, ByteBuffer startRow, ByteBuffer endRow, List<IteratorSetting> iterators, boolean flush, boolean wait)
           
 String AccumuloProxy.Iface.createBatchScanner(ByteBuffer login, String tableName, BatchScanOptions options)
           
 String AccumuloProxy.Client.createBatchScanner(ByteBuffer login, String tableName, BatchScanOptions options)
           
 String AccumuloProxy.Iface.createScanner(ByteBuffer login, String tableName, ScanOptions options)
           
 String AccumuloProxy.Client.createScanner(ByteBuffer login, String tableName, ScanOptions options)
           
 String AccumuloProxy.Iface.createWriter(ByteBuffer login, String tableName, WriterOptions opts)
           
 String AccumuloProxy.Client.createWriter(ByteBuffer login, String tableName, WriterOptions opts)
           
 void AccumuloProxy.Iface.deleteRows(ByteBuffer login, String tableName, ByteBuffer startRow, ByteBuffer endRow)
           
 void AccumuloProxy.Client.deleteRows(ByteBuffer login, String tableName, ByteBuffer startRow, ByteBuffer endRow)
           
 void AccumuloProxy.Iface.deleteTable(ByteBuffer login, String tableName)
           
 void AccumuloProxy.Client.deleteTable(ByteBuffer login, String tableName)
           
 void AccumuloProxy.Iface.exportTable(ByteBuffer login, String tableName, String exportDir)
           
 void AccumuloProxy.Client.exportTable(ByteBuffer login, String tableName, String exportDir)
           
 void AccumuloProxy.Iface.flushTable(ByteBuffer login, String tableName, ByteBuffer startRow, ByteBuffer endRow, boolean wait)
           
 void AccumuloProxy.Client.flushTable(ByteBuffer login, String tableName, ByteBuffer startRow, ByteBuffer endRow, boolean wait)
           
 IteratorSetting AccumuloProxy.Iface.getIteratorSetting(ByteBuffer login, String tableName, String iteratorName, IteratorScope scope)
           
 IteratorSetting AccumuloProxy.Client.getIteratorSetting(ByteBuffer login, String tableName, String iteratorName, IteratorScope scope)
           
 Map<String,Set<String>> AccumuloProxy.Iface.getLocalityGroups(ByteBuffer login, String tableName)
           
 Map<String,Set<String>> AccumuloProxy.Client.getLocalityGroups(ByteBuffer login, String tableName)
           
 ByteBuffer AccumuloProxy.Iface.getMaxRow(ByteBuffer login, String tableName, Set<ByteBuffer> auths, ByteBuffer startRow, boolean startInclusive, ByteBuffer endRow, boolean endInclusive)
           
 ByteBuffer AccumuloProxy.Client.getMaxRow(ByteBuffer login, String tableName, Set<ByteBuffer> auths, ByteBuffer startRow, boolean startInclusive, ByteBuffer endRow, boolean endInclusive)
           
 int AccumuloProxy.AsyncClient.addConstraint_call.getResult()
           
 void AccumuloProxy.AsyncClient.addSplits_call.getResult()
           
 void AccumuloProxy.AsyncClient.attachIterator_call.getResult()
           
 void AccumuloProxy.AsyncClient.checkIteratorConflicts_call.getResult()
           
 void AccumuloProxy.AsyncClient.clearLocatorCache_call.getResult()
           
 void AccumuloProxy.AsyncClient.cloneTable_call.getResult()
           
 void AccumuloProxy.AsyncClient.compactTable_call.getResult()
           
 void AccumuloProxy.AsyncClient.cancelCompaction_call.getResult()
           
 void AccumuloProxy.AsyncClient.deleteTable_call.getResult()
           
 void AccumuloProxy.AsyncClient.deleteRows_call.getResult()
           
 void AccumuloProxy.AsyncClient.exportTable_call.getResult()
           
 void AccumuloProxy.AsyncClient.flushTable_call.getResult()
           
 Map<String,Set<String>> AccumuloProxy.AsyncClient.getLocalityGroups_call.getResult()
           
 IteratorSetting AccumuloProxy.AsyncClient.getIteratorSetting_call.getResult()
           
 ByteBuffer AccumuloProxy.AsyncClient.getMaxRow_call.getResult()
           
 Map<String,String> AccumuloProxy.AsyncClient.getTableProperties_call.getResult()
           
 void AccumuloProxy.AsyncClient.importDirectory_call.getResult()
           
 List<ByteBuffer> AccumuloProxy.AsyncClient.listSplits_call.getResult()
           
 Map<String,Set<IteratorScope>> AccumuloProxy.AsyncClient.listIterators_call.getResult()
           
 Map<String,Integer> AccumuloProxy.AsyncClient.listConstraints_call.getResult()
           
 void AccumuloProxy.AsyncClient.mergeTablets_call.getResult()
           
 void AccumuloProxy.AsyncClient.offlineTable_call.getResult()
           
 void AccumuloProxy.AsyncClient.onlineTable_call.getResult()
           
 void AccumuloProxy.AsyncClient.removeConstraint_call.getResult()
           
 void AccumuloProxy.AsyncClient.removeIterator_call.getResult()
           
 void AccumuloProxy.AsyncClient.removeTableProperty_call.getResult()
           
 void AccumuloProxy.AsyncClient.renameTable_call.getResult()
           
 void AccumuloProxy.AsyncClient.setLocalityGroups_call.getResult()
           
 void AccumuloProxy.AsyncClient.setTableProperty_call.getResult()
           
 Set<Range> AccumuloProxy.AsyncClient.splitRangeByTablets_call.getResult()
           
 boolean AccumuloProxy.AsyncClient.testTableClassLoad_call.getResult()
           
 void AccumuloProxy.AsyncClient.grantTablePermission_call.getResult()
           
 boolean AccumuloProxy.AsyncClient.hasTablePermission_call.getResult()
           
 Set<String> AccumuloProxy.AsyncClient.listLocalUsers_call.getResult()
           
 void AccumuloProxy.AsyncClient.revokeTablePermission_call.getResult()
           
 String AccumuloProxy.AsyncClient.createBatchScanner_call.getResult()
           
 String AccumuloProxy.AsyncClient.createScanner_call.getResult()
           
 void AccumuloProxy.AsyncClient.updateAndFlush_call.getResult()
           
 String AccumuloProxy.AsyncClient.createWriter_call.getResult()
           
 Map<String,String> AccumuloProxy.Iface.getTableProperties(ByteBuffer login, String tableName)
           
 Map<String,String> AccumuloProxy.Client.getTableProperties(ByteBuffer login, String tableName)
           
 void AccumuloProxy.Iface.grantTablePermission(ByteBuffer login, String user, String table, TablePermission perm)
           
 void AccumuloProxy.Client.grantTablePermission(ByteBuffer login, String user, String table, TablePermission perm)
           
 boolean AccumuloProxy.Iface.hasTablePermission(ByteBuffer login, String user, String table, TablePermission perm)
           
 boolean AccumuloProxy.Client.hasTablePermission(ByteBuffer login, String user, String table, TablePermission perm)
           
 void AccumuloProxy.Iface.importDirectory(ByteBuffer login, String tableName, String importDir, String failureDir, boolean setTime)
           
 void AccumuloProxy.Client.importDirectory(ByteBuffer login, String tableName, String importDir, String failureDir, boolean setTime)
           
 Map<String,Integer> AccumuloProxy.Iface.listConstraints(ByteBuffer login, String tableName)
           
 Map<String,Integer> AccumuloProxy.Client.listConstraints(ByteBuffer login, String tableName)
           
 Map<String,Set<IteratorScope>> AccumuloProxy.Iface.listIterators(ByteBuffer login, String tableName)
           
 Map<String,Set<IteratorScope>> AccumuloProxy.Client.listIterators(ByteBuffer login, String tableName)
           
 Set<String> AccumuloProxy.Iface.listLocalUsers(ByteBuffer login)
           
 Set<String> AccumuloProxy.Client.listLocalUsers(ByteBuffer login)
           
 List<ByteBuffer> AccumuloProxy.Iface.listSplits(ByteBuffer login, String tableName, int maxSplits)
           
 List<ByteBuffer> AccumuloProxy.Client.listSplits(ByteBuffer login, String tableName, int maxSplits)
           
 void AccumuloProxy.Iface.mergeTablets(ByteBuffer login, String tableName, ByteBuffer startRow, ByteBuffer endRow)
           
 void AccumuloProxy.Client.mergeTablets(ByteBuffer login, String tableName, ByteBuffer startRow, ByteBuffer endRow)
           
 void AccumuloProxy.Iface.offlineTable(ByteBuffer login, String tableName)
           
 void AccumuloProxy.Client.offlineTable(ByteBuffer login, String tableName)
           
 void AccumuloProxy.Iface.onlineTable(ByteBuffer login, String tableName)
           
 void AccumuloProxy.Client.onlineTable(ByteBuffer login, String tableName)
           
 int AccumuloProxy.Client.recv_addConstraint()
           
 void AccumuloProxy.Client.recv_addSplits()
           
 void AccumuloProxy.Client.recv_attachIterator()
           
 void AccumuloProxy.Client.recv_cancelCompaction()
           
 void AccumuloProxy.Client.recv_checkIteratorConflicts()
           
 void AccumuloProxy.Client.recv_clearLocatorCache()
           
 void AccumuloProxy.Client.recv_cloneTable()
           
 void AccumuloProxy.Client.recv_compactTable()
           
 String AccumuloProxy.Client.recv_createBatchScanner()
           
 String AccumuloProxy.Client.recv_createScanner()
           
 String AccumuloProxy.Client.recv_createWriter()
           
 void AccumuloProxy.Client.recv_deleteRows()
           
 void AccumuloProxy.Client.recv_deleteTable()
           
 void AccumuloProxy.Client.recv_exportTable()
           
 void AccumuloProxy.Client.recv_flushTable()
           
 IteratorSetting AccumuloProxy.Client.recv_getIteratorSetting()
           
 Map<String,Set<String>> AccumuloProxy.Client.recv_getLocalityGroups()
           
 ByteBuffer AccumuloProxy.Client.recv_getMaxRow()
           
 Map<String,String> AccumuloProxy.Client.recv_getTableProperties()
           
 void AccumuloProxy.Client.recv_grantTablePermission()
           
 boolean AccumuloProxy.Client.recv_hasTablePermission()
           
 void AccumuloProxy.Client.recv_importDirectory()
           
 Map<String,Integer> AccumuloProxy.Client.recv_listConstraints()
           
 Map<String,Set<IteratorScope>> AccumuloProxy.Client.recv_listIterators()
           
 Set<String> AccumuloProxy.Client.recv_listLocalUsers()
           
 List<ByteBuffer> AccumuloProxy.Client.recv_listSplits()
           
 void AccumuloProxy.Client.recv_mergeTablets()
           
 void AccumuloProxy.Client.recv_offlineTable()
           
 void AccumuloProxy.Client.recv_onlineTable()
           
 void AccumuloProxy.Client.recv_removeConstraint()
           
 void AccumuloProxy.Client.recv_removeIterator()
           
 void AccumuloProxy.Client.recv_removeTableProperty()
           
 void AccumuloProxy.Client.recv_renameTable()
           
 void AccumuloProxy.Client.recv_revokeTablePermission()
           
 void AccumuloProxy.Client.recv_setLocalityGroups()
           
 void AccumuloProxy.Client.recv_setTableProperty()
           
 Set<Range> AccumuloProxy.Client.recv_splitRangeByTablets()
           
 boolean AccumuloProxy.Client.recv_testTableClassLoad()
           
 void AccumuloProxy.Client.recv_updateAndFlush()
           
 void AccumuloProxy.Iface.removeConstraint(ByteBuffer login, String tableName, int constraint)
           
 void AccumuloProxy.Client.removeConstraint(ByteBuffer login, String tableName, int constraint)
           
 void AccumuloProxy.Iface.removeIterator(ByteBuffer login, String tableName, String iterName, Set<IteratorScope> scopes)
           
 void AccumuloProxy.Client.removeIterator(ByteBuffer login, String tableName, String iterName, Set<IteratorScope> scopes)
           
 void AccumuloProxy.Iface.removeTableProperty(ByteBuffer login, String tableName, String property)
           
 void AccumuloProxy.Client.removeTableProperty(ByteBuffer login, String tableName, String property)
           
 void AccumuloProxy.Iface.renameTable(ByteBuffer login, String oldTableName, String newTableName)
           
 void AccumuloProxy.Client.renameTable(ByteBuffer login, String oldTableName, String newTableName)
           
 void AccumuloProxy.Iface.revokeTablePermission(ByteBuffer login, String user, String table, TablePermission perm)
           
 void AccumuloProxy.Client.revokeTablePermission(ByteBuffer login, String user, String table, TablePermission perm)
           
 void AccumuloProxy.Iface.setLocalityGroups(ByteBuffer login, String tableName, Map<String,Set<String>> groups)
           
 void AccumuloProxy.Client.setLocalityGroups(ByteBuffer login, String tableName, Map<String,Set<String>> groups)
           
 void AccumuloProxy.Iface.setTableProperty(ByteBuffer login, String tableName, String property, String value)
           
 void AccumuloProxy.Client.setTableProperty(ByteBuffer login, String tableName, String property, String value)
           
 Set<Range> AccumuloProxy.Iface.splitRangeByTablets(ByteBuffer login, String tableName, Range range, int maxSplits)
           
 Set<Range> AccumuloProxy.Client.splitRangeByTablets(ByteBuffer login, String tableName, Range range, int maxSplits)
           
 boolean AccumuloProxy.Iface.testTableClassLoad(ByteBuffer login, String tableName, String className, String asTypeName)
           
 boolean AccumuloProxy.Client.testTableClassLoad(ByteBuffer login, String tableName, String className, String asTypeName)
           
 void AccumuloProxy.Iface.updateAndFlush(ByteBuffer login, String tableName, Map<ByteBuffer,List<ColumnUpdate>> cells)
           
 void AccumuloProxy.Client.updateAndFlush(ByteBuffer login, String tableName, Map<ByteBuffer,List<ColumnUpdate>> cells)
           
 

Constructors in org.apache.accumulo.proxy.thrift with parameters of type TableNotFoundException
AccumuloProxy.addConstraint_result(int success, AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3)
           
AccumuloProxy.addSplits_result(AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3)
           
AccumuloProxy.attachIterator_result(AccumuloSecurityException ouch1, AccumuloException ouch2, TableNotFoundException ouch3)
           
AccumuloProxy.cancelCompaction_result(AccumuloSecurityException ouch1, TableNotFoundException ouch2, AccumuloException ouch3)
           
AccumuloProxy.checkIteratorConflicts_result(AccumuloSecurityException ouch1, AccumuloException ouch2, TableNotFoundException ouch3)
           
AccumuloProxy.clearLocatorCache_result(TableNotFoundException ouch1)
           
AccumuloProxy.cloneTable_result(AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3, TableExistsException ouch4)
           
AccumuloProxy.compactTable_result(AccumuloSecurityException ouch1, TableNotFoundException ouch2, AccumuloException ouch3)
           
AccumuloProxy.createBatchScanner_result(String success, AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3)
           
AccumuloProxy.createScanner_result(String success, AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3)
           
AccumuloProxy.createWriter_result(String success, AccumuloException outch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3)
           
AccumuloProxy.deleteRows_result(AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3)
           
AccumuloProxy.deleteTable_result(AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3)
           
AccumuloProxy.exportTable_result(AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3)
           
AccumuloProxy.flushTable_result(AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3)
           
AccumuloProxy.getIteratorSetting_result(IteratorSetting success, AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3)
           
AccumuloProxy.getLocalityGroups_result(Map<String,Set<String>> success, AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3)
           
AccumuloProxy.getMaxRow_result(ByteBuffer success, AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3)
           
AccumuloProxy.getTableProperties_result(Map<String,String> success, AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3)
           
AccumuloProxy.grantTablePermission_result(AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3)
           
AccumuloProxy.hasTablePermission_result(boolean success, AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3)
           
AccumuloProxy.importDirectory_result(TableNotFoundException ouch1, AccumuloException ouch3, AccumuloSecurityException ouch4)
           
AccumuloProxy.listConstraints_result(Map<String,Integer> success, AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3)
           
AccumuloProxy.listIterators_result(Map<String,Set<IteratorScope>> success, AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3)
           
AccumuloProxy.listLocalUsers_result(Set<String> success, AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3)
           
AccumuloProxy.listSplits_result(List<ByteBuffer> success, AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3)
           
AccumuloProxy.mergeTablets_result(AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3)
           
AccumuloProxy.offlineTable_result(AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3)
           
AccumuloProxy.onlineTable_result(AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3)
           
AccumuloProxy.removeConstraint_result(AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3)
           
AccumuloProxy.removeIterator_result(AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3)
           
AccumuloProxy.removeTableProperty_result(AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3)
           
AccumuloProxy.renameTable_result(AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3, TableExistsException ouch4)
           
AccumuloProxy.revokeTablePermission_result(AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3)
           
AccumuloProxy.setLocalityGroups_result(AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3)
           
AccumuloProxy.setTableProperty_result(AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3)
           
AccumuloProxy.splitRangeByTablets_result(Set<Range> success, AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3)
           
AccumuloProxy.testTableClassLoad_result(boolean success, AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3)
           
AccumuloProxy.updateAndFlush_result(AccumuloException outch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3, MutationsRejectedException ouch4)
           
TableNotFoundException(TableNotFoundException other)
          Performs a deep copy on other.
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.