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

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

Uses of AccumuloException in org.apache.accumulo.proxy
 

Methods in org.apache.accumulo.proxy that throw AccumuloException
 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)
           
 boolean ProxyServer.authenticateUser(ByteBuffer login, String user, Map<String,String> properties)
           
 void ProxyServer.cancelCompaction(ByteBuffer login, String tableName)
           
 void ProxyServer.changeLocalUserPassword(ByteBuffer login, String user, ByteBuffer password)
           
 void ProxyServer.changeUserAuthorizations(ByteBuffer login, String user, Set<ByteBuffer> authorizations)
           
 void ProxyServer.checkIteratorConflicts(ByteBuffer login, String tableName, IteratorSetting setting, Set<IteratorScope> scopes)
           
 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)
           
 void ProxyServer.createLocalUser(ByteBuffer login, String user, ByteBuffer password)
           
 String ProxyServer.createScanner(ByteBuffer login, String tableName, ScanOptions opts)
           
 void ProxyServer.createTable(ByteBuffer login, String tableName, boolean versioningIter, TimeType type)
           
 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.dropLocalUser(ByteBuffer login, String user)
           
 void ProxyServer.exportTable(ByteBuffer login, String tableName, String exportDir)
           
 void ProxyServer.flushTable(ByteBuffer login, String tableName, ByteBuffer startRow, ByteBuffer endRow, boolean wait)
           
 List<ActiveCompaction> ProxyServer.getActiveCompactions(ByteBuffer login, String tserver)
           
 List<ActiveScan> ProxyServer.getActiveScans(ByteBuffer login, String tserver)
           
 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.getSiteConfiguration(ByteBuffer login)
           
 Map<String,String> ProxyServer.getSystemConfiguration(ByteBuffer login)
           
 Map<String,String> ProxyServer.getTableProperties(ByteBuffer login, String tableName)
           
 List<ByteBuffer> ProxyServer.getUserAuthorizations(ByteBuffer login, String user)
           
 void ProxyServer.grantSystemPermission(ByteBuffer login, String user, SystemPermission perm)
           
 void ProxyServer.grantTablePermission(ByteBuffer login, String user, String table, TablePermission perm)
           
 boolean ProxyServer.hasSystemPermission(ByteBuffer login, String user, SystemPermission 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)
           
 void ProxyServer.importTable(ByteBuffer login, String tableName, String importDir)
           
 Map<String,Integer> ProxyServer.listConstraints(ByteBuffer login, String tableName)
           
 Map<String,Set<IteratorScope>> ProxyServer.listIterators(ByteBuffer login, String tableName)
           
 Set<String> ProxyServer.listLocalUsers(ByteBuffer login)
           
 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.pingTabletServer(ByteBuffer login, String tserver)
           
 void ProxyServer.removeConstraint(ByteBuffer login, String tableName, int constraint)
           
 void ProxyServer.removeIterator(ByteBuffer login, String tableName, String iterName, Set<IteratorScope> scopes)
           
 void ProxyServer.removeProperty(ByteBuffer login, String property)
           
 void ProxyServer.removeTableProperty(ByteBuffer login, String tableName, String property)
           
 void ProxyServer.renameTable(ByteBuffer login, String oldTableName, String newTableName)
           
 void ProxyServer.revokeSystemPermission(ByteBuffer login, String user, SystemPermission perm)
           
 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.setProperty(ByteBuffer login, String property, String value)
           
 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.testClassLoad(ByteBuffer login, String className, String asTypeName)
           
 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 AccumuloException in org.apache.accumulo.proxy.thrift
 

Fields in org.apache.accumulo.proxy.thrift declared as AccumuloException
 AccumuloException AccumuloProxy.addConstraint_result.ouch1
           
 AccumuloException AccumuloProxy.addSplits_result.ouch1
           
 AccumuloException AccumuloProxy.cloneTable_result.ouch1
           
 AccumuloException AccumuloProxy.createTable_result.ouch1
           
 AccumuloException AccumuloProxy.deleteTable_result.ouch1
           
 AccumuloException AccumuloProxy.deleteRows_result.ouch1
           
 AccumuloException AccumuloProxy.exportTable_result.ouch1
           
 AccumuloException AccumuloProxy.flushTable_result.ouch1
           
 AccumuloException AccumuloProxy.getLocalityGroups_result.ouch1
           
 AccumuloException AccumuloProxy.getIteratorSetting_result.ouch1
           
 AccumuloException AccumuloProxy.getMaxRow_result.ouch1
           
 AccumuloException AccumuloProxy.getTableProperties_result.ouch1
           
 AccumuloException AccumuloProxy.listSplits_result.ouch1
           
 AccumuloException AccumuloProxy.listIterators_result.ouch1
           
 AccumuloException AccumuloProxy.listConstraints_result.ouch1
           
 AccumuloException AccumuloProxy.mergeTablets_result.ouch1
           
 AccumuloException AccumuloProxy.offlineTable_result.ouch1
           
 AccumuloException AccumuloProxy.onlineTable_result.ouch1
           
 AccumuloException AccumuloProxy.removeConstraint_result.ouch1
           
 AccumuloException AccumuloProxy.removeIterator_result.ouch1
           
 AccumuloException AccumuloProxy.removeTableProperty_result.ouch1
           
 AccumuloException AccumuloProxy.renameTable_result.ouch1
           
 AccumuloException AccumuloProxy.setLocalityGroups_result.ouch1
           
 AccumuloException AccumuloProxy.setTableProperty_result.ouch1
           
 AccumuloException AccumuloProxy.splitRangeByTablets_result.ouch1
           
 AccumuloException AccumuloProxy.testTableClassLoad_result.ouch1
           
 AccumuloException AccumuloProxy.pingTabletServer_result.ouch1
           
 AccumuloException AccumuloProxy.getActiveScans_result.ouch1
           
 AccumuloException AccumuloProxy.getActiveCompactions_result.ouch1
           
 AccumuloException AccumuloProxy.getSiteConfiguration_result.ouch1
           
 AccumuloException AccumuloProxy.getSystemConfiguration_result.ouch1
           
 AccumuloException AccumuloProxy.removeProperty_result.ouch1
           
 AccumuloException AccumuloProxy.setProperty_result.ouch1
           
 AccumuloException AccumuloProxy.testClassLoad_result.ouch1
           
 AccumuloException AccumuloProxy.authenticateUser_result.ouch1
           
 AccumuloException AccumuloProxy.changeUserAuthorizations_result.ouch1
           
 AccumuloException AccumuloProxy.changeLocalUserPassword_result.ouch1
           
 AccumuloException AccumuloProxy.createLocalUser_result.ouch1
           
 AccumuloException AccumuloProxy.dropLocalUser_result.ouch1
           
 AccumuloException AccumuloProxy.getUserAuthorizations_result.ouch1
           
 AccumuloException AccumuloProxy.grantSystemPermission_result.ouch1
           
 AccumuloException AccumuloProxy.grantTablePermission_result.ouch1
           
 AccumuloException AccumuloProxy.hasSystemPermission_result.ouch1
           
 AccumuloException AccumuloProxy.hasTablePermission_result.ouch1
           
 AccumuloException AccumuloProxy.listLocalUsers_result.ouch1
           
 AccumuloException AccumuloProxy.revokeSystemPermission_result.ouch1
           
 AccumuloException AccumuloProxy.revokeTablePermission_result.ouch1
           
 AccumuloException AccumuloProxy.createBatchScanner_result.ouch1
           
 AccumuloException AccumuloProxy.createScanner_result.ouch1
           
 AccumuloException AccumuloProxy.attachIterator_result.ouch2
           
 AccumuloException AccumuloProxy.checkIteratorConflicts_result.ouch2
           
 AccumuloException AccumuloProxy.importTable_result.ouch2
           
 AccumuloException AccumuloProxy.compactTable_result.ouch3
           
 AccumuloException AccumuloProxy.cancelCompaction_result.ouch3
           
 AccumuloException AccumuloProxy.importDirectory_result.ouch3
           
 AccumuloException AccumuloProxy.updateAndFlush_result.outch1
           
 AccumuloException AccumuloProxy.createWriter_result.outch1
           
 

Methods in org.apache.accumulo.proxy.thrift that return AccumuloException
 AccumuloException AccumuloException.deepCopy()
           
 AccumuloException AccumuloProxy.addConstraint_result.getOuch1()
           
 AccumuloException AccumuloProxy.addSplits_result.getOuch1()
           
 AccumuloException AccumuloProxy.cloneTable_result.getOuch1()
           
 AccumuloException AccumuloProxy.createTable_result.getOuch1()
           
 AccumuloException AccumuloProxy.deleteTable_result.getOuch1()
           
 AccumuloException AccumuloProxy.deleteRows_result.getOuch1()
           
 AccumuloException AccumuloProxy.exportTable_result.getOuch1()
           
 AccumuloException AccumuloProxy.flushTable_result.getOuch1()
           
 AccumuloException AccumuloProxy.getLocalityGroups_result.getOuch1()
           
 AccumuloException AccumuloProxy.getIteratorSetting_result.getOuch1()
           
 AccumuloException AccumuloProxy.getMaxRow_result.getOuch1()
           
 AccumuloException AccumuloProxy.getTableProperties_result.getOuch1()
           
 AccumuloException AccumuloProxy.listSplits_result.getOuch1()
           
 AccumuloException AccumuloProxy.listIterators_result.getOuch1()
           
 AccumuloException AccumuloProxy.listConstraints_result.getOuch1()
           
 AccumuloException AccumuloProxy.mergeTablets_result.getOuch1()
           
 AccumuloException AccumuloProxy.offlineTable_result.getOuch1()
           
 AccumuloException AccumuloProxy.onlineTable_result.getOuch1()
           
 AccumuloException AccumuloProxy.removeConstraint_result.getOuch1()
           
 AccumuloException AccumuloProxy.removeIterator_result.getOuch1()
           
 AccumuloException AccumuloProxy.removeTableProperty_result.getOuch1()
           
 AccumuloException AccumuloProxy.renameTable_result.getOuch1()
           
 AccumuloException AccumuloProxy.setLocalityGroups_result.getOuch1()
           
 AccumuloException AccumuloProxy.setTableProperty_result.getOuch1()
           
 AccumuloException AccumuloProxy.splitRangeByTablets_result.getOuch1()
           
 AccumuloException AccumuloProxy.testTableClassLoad_result.getOuch1()
           
 AccumuloException AccumuloProxy.pingTabletServer_result.getOuch1()
           
 AccumuloException AccumuloProxy.getActiveScans_result.getOuch1()
           
 AccumuloException AccumuloProxy.getActiveCompactions_result.getOuch1()
           
 AccumuloException AccumuloProxy.getSiteConfiguration_result.getOuch1()
           
 AccumuloException AccumuloProxy.getSystemConfiguration_result.getOuch1()
           
 AccumuloException AccumuloProxy.removeProperty_result.getOuch1()
           
 AccumuloException AccumuloProxy.setProperty_result.getOuch1()
           
 AccumuloException AccumuloProxy.testClassLoad_result.getOuch1()
           
 AccumuloException AccumuloProxy.authenticateUser_result.getOuch1()
           
 AccumuloException AccumuloProxy.changeUserAuthorizations_result.getOuch1()
           
 AccumuloException AccumuloProxy.changeLocalUserPassword_result.getOuch1()
           
 AccumuloException AccumuloProxy.createLocalUser_result.getOuch1()
           
 AccumuloException AccumuloProxy.dropLocalUser_result.getOuch1()
           
 AccumuloException AccumuloProxy.getUserAuthorizations_result.getOuch1()
           
 AccumuloException AccumuloProxy.grantSystemPermission_result.getOuch1()
           
 AccumuloException AccumuloProxy.grantTablePermission_result.getOuch1()
           
 AccumuloException AccumuloProxy.hasSystemPermission_result.getOuch1()
           
 AccumuloException AccumuloProxy.hasTablePermission_result.getOuch1()
           
 AccumuloException AccumuloProxy.listLocalUsers_result.getOuch1()
           
 AccumuloException AccumuloProxy.revokeSystemPermission_result.getOuch1()
           
 AccumuloException AccumuloProxy.revokeTablePermission_result.getOuch1()
           
 AccumuloException AccumuloProxy.createBatchScanner_result.getOuch1()
           
 AccumuloException AccumuloProxy.createScanner_result.getOuch1()
           
 AccumuloException AccumuloProxy.attachIterator_result.getOuch2()
           
 AccumuloException AccumuloProxy.checkIteratorConflicts_result.getOuch2()
           
 AccumuloException AccumuloProxy.importTable_result.getOuch2()
           
 AccumuloException AccumuloProxy.compactTable_result.getOuch3()
           
 AccumuloException AccumuloProxy.cancelCompaction_result.getOuch3()
           
 AccumuloException AccumuloProxy.importDirectory_result.getOuch3()
           
 AccumuloException AccumuloProxy.updateAndFlush_result.getOutch1()
           
 AccumuloException AccumuloProxy.createWriter_result.getOutch1()
           
 AccumuloException AccumuloException.setMsg(String msg)
           
 

Methods in org.apache.accumulo.proxy.thrift with parameters of type AccumuloException
 int AccumuloException.compareTo(AccumuloException other)
           
 boolean AccumuloException.equals(AccumuloException that)
           
 AccumuloProxy.addConstraint_result AccumuloProxy.addConstraint_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.addSplits_result AccumuloProxy.addSplits_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.cloneTable_result AccumuloProxy.cloneTable_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.createTable_result AccumuloProxy.createTable_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.deleteTable_result AccumuloProxy.deleteTable_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.deleteRows_result AccumuloProxy.deleteRows_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.exportTable_result AccumuloProxy.exportTable_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.flushTable_result AccumuloProxy.flushTable_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.getLocalityGroups_result AccumuloProxy.getLocalityGroups_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.getIteratorSetting_result AccumuloProxy.getIteratorSetting_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.getMaxRow_result AccumuloProxy.getMaxRow_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.getTableProperties_result AccumuloProxy.getTableProperties_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.listSplits_result AccumuloProxy.listSplits_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.listIterators_result AccumuloProxy.listIterators_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.listConstraints_result AccumuloProxy.listConstraints_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.mergeTablets_result AccumuloProxy.mergeTablets_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.offlineTable_result AccumuloProxy.offlineTable_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.onlineTable_result AccumuloProxy.onlineTable_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.removeConstraint_result AccumuloProxy.removeConstraint_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.removeIterator_result AccumuloProxy.removeIterator_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.removeTableProperty_result AccumuloProxy.removeTableProperty_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.renameTable_result AccumuloProxy.renameTable_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.setLocalityGroups_result AccumuloProxy.setLocalityGroups_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.setTableProperty_result AccumuloProxy.setTableProperty_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.splitRangeByTablets_result AccumuloProxy.splitRangeByTablets_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.testTableClassLoad_result AccumuloProxy.testTableClassLoad_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.pingTabletServer_result AccumuloProxy.pingTabletServer_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.getActiveScans_result AccumuloProxy.getActiveScans_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.getActiveCompactions_result AccumuloProxy.getActiveCompactions_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.getSiteConfiguration_result AccumuloProxy.getSiteConfiguration_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.getSystemConfiguration_result AccumuloProxy.getSystemConfiguration_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.removeProperty_result AccumuloProxy.removeProperty_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.setProperty_result AccumuloProxy.setProperty_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.testClassLoad_result AccumuloProxy.testClassLoad_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.authenticateUser_result AccumuloProxy.authenticateUser_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.changeUserAuthorizations_result AccumuloProxy.changeUserAuthorizations_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.changeLocalUserPassword_result AccumuloProxy.changeLocalUserPassword_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.createLocalUser_result AccumuloProxy.createLocalUser_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.dropLocalUser_result AccumuloProxy.dropLocalUser_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.getUserAuthorizations_result AccumuloProxy.getUserAuthorizations_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.grantSystemPermission_result AccumuloProxy.grantSystemPermission_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.grantTablePermission_result AccumuloProxy.grantTablePermission_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.hasSystemPermission_result AccumuloProxy.hasSystemPermission_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.hasTablePermission_result AccumuloProxy.hasTablePermission_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.listLocalUsers_result AccumuloProxy.listLocalUsers_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.revokeSystemPermission_result AccumuloProxy.revokeSystemPermission_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.revokeTablePermission_result AccumuloProxy.revokeTablePermission_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.createBatchScanner_result AccumuloProxy.createBatchScanner_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.createScanner_result AccumuloProxy.createScanner_result.setOuch1(AccumuloException ouch1)
           
 AccumuloProxy.attachIterator_result AccumuloProxy.attachIterator_result.setOuch2(AccumuloException ouch2)
           
 AccumuloProxy.checkIteratorConflicts_result AccumuloProxy.checkIteratorConflicts_result.setOuch2(AccumuloException ouch2)
           
 AccumuloProxy.importTable_result AccumuloProxy.importTable_result.setOuch2(AccumuloException ouch2)
           
 AccumuloProxy.compactTable_result AccumuloProxy.compactTable_result.setOuch3(AccumuloException ouch3)
           
 AccumuloProxy.cancelCompaction_result AccumuloProxy.cancelCompaction_result.setOuch3(AccumuloException ouch3)
           
 AccumuloProxy.importDirectory_result AccumuloProxy.importDirectory_result.setOuch3(AccumuloException ouch3)
           
 AccumuloProxy.updateAndFlush_result AccumuloProxy.updateAndFlush_result.setOutch1(AccumuloException outch1)
           
 AccumuloProxy.createWriter_result AccumuloProxy.createWriter_result.setOutch1(AccumuloException outch1)
           
 

Methods in org.apache.accumulo.proxy.thrift that throw AccumuloException
 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)
           
 boolean AccumuloProxy.Iface.authenticateUser(ByteBuffer login, String user, Map<String,String> properties)
           
 boolean AccumuloProxy.Client.authenticateUser(ByteBuffer login, String user, Map<String,String> properties)
           
 void AccumuloProxy.Iface.cancelCompaction(ByteBuffer login, String tableName)
           
 void AccumuloProxy.Client.cancelCompaction(ByteBuffer login, String tableName)
           
 void AccumuloProxy.Iface.changeLocalUserPassword(ByteBuffer login, String user, ByteBuffer password)
           
 void AccumuloProxy.Client.changeLocalUserPassword(ByteBuffer login, String user, ByteBuffer password)
           
 void AccumuloProxy.Iface.changeUserAuthorizations(ByteBuffer login, String user, Set<ByteBuffer> authorizations)
           
 void AccumuloProxy.Client.changeUserAuthorizations(ByteBuffer login, String user, Set<ByteBuffer> authorizations)
           
 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.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)
           
 void AccumuloProxy.Iface.createLocalUser(ByteBuffer login, String user, ByteBuffer password)
           
 void AccumuloProxy.Client.createLocalUser(ByteBuffer login, String user, ByteBuffer password)
           
 String AccumuloProxy.Iface.createScanner(ByteBuffer login, String tableName, ScanOptions options)
           
 String AccumuloProxy.Client.createScanner(ByteBuffer login, String tableName, ScanOptions options)
           
 void AccumuloProxy.Iface.createTable(ByteBuffer login, String tableName, boolean versioningIter, TimeType type)
           
 void AccumuloProxy.Client.createTable(ByteBuffer login, String tableName, boolean versioningIter, TimeType type)
           
 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.dropLocalUser(ByteBuffer login, String user)
           
 void AccumuloProxy.Client.dropLocalUser(ByteBuffer login, String user)
           
 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)
           
 List<ActiveCompaction> AccumuloProxy.Iface.getActiveCompactions(ByteBuffer login, String tserver)
           
 List<ActiveCompaction> AccumuloProxy.Client.getActiveCompactions(ByteBuffer login, String tserver)
           
 List<ActiveScan> AccumuloProxy.Iface.getActiveScans(ByteBuffer login, String tserver)
           
 List<ActiveScan> AccumuloProxy.Client.getActiveScans(ByteBuffer login, String tserver)
           
 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.cloneTable_call.getResult()
           
 void AccumuloProxy.AsyncClient.compactTable_call.getResult()
           
 void AccumuloProxy.AsyncClient.cancelCompaction_call.getResult()
           
 void AccumuloProxy.AsyncClient.createTable_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()
           
 void AccumuloProxy.AsyncClient.importTable_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.pingTabletServer_call.getResult()
           
 List<ActiveScan> AccumuloProxy.AsyncClient.getActiveScans_call.getResult()
           
 List<ActiveCompaction> AccumuloProxy.AsyncClient.getActiveCompactions_call.getResult()
           
 Map<String,String> AccumuloProxy.AsyncClient.getSiteConfiguration_call.getResult()
           
 Map<String,String> AccumuloProxy.AsyncClient.getSystemConfiguration_call.getResult()
           
 void AccumuloProxy.AsyncClient.removeProperty_call.getResult()
           
 void AccumuloProxy.AsyncClient.setProperty_call.getResult()
           
 boolean AccumuloProxy.AsyncClient.testClassLoad_call.getResult()
           
 boolean AccumuloProxy.AsyncClient.authenticateUser_call.getResult()
           
 void AccumuloProxy.AsyncClient.changeUserAuthorizations_call.getResult()
           
 void AccumuloProxy.AsyncClient.changeLocalUserPassword_call.getResult()
           
 void AccumuloProxy.AsyncClient.createLocalUser_call.getResult()
           
 void AccumuloProxy.AsyncClient.dropLocalUser_call.getResult()
           
 List<ByteBuffer> AccumuloProxy.AsyncClient.getUserAuthorizations_call.getResult()
           
 void AccumuloProxy.AsyncClient.grantSystemPermission_call.getResult()
           
 void AccumuloProxy.AsyncClient.grantTablePermission_call.getResult()
           
 boolean AccumuloProxy.AsyncClient.hasSystemPermission_call.getResult()
           
 boolean AccumuloProxy.AsyncClient.hasTablePermission_call.getResult()
           
 Set<String> AccumuloProxy.AsyncClient.listLocalUsers_call.getResult()
           
 void AccumuloProxy.AsyncClient.revokeSystemPermission_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.getSiteConfiguration(ByteBuffer login)
           
 Map<String,String> AccumuloProxy.Client.getSiteConfiguration(ByteBuffer login)
           
 Map<String,String> AccumuloProxy.Iface.getSystemConfiguration(ByteBuffer login)
           
 Map<String,String> AccumuloProxy.Client.getSystemConfiguration(ByteBuffer login)
           
 Map<String,String> AccumuloProxy.Iface.getTableProperties(ByteBuffer login, String tableName)
           
 Map<String,String> AccumuloProxy.Client.getTableProperties(ByteBuffer login, String tableName)
           
 List<ByteBuffer> AccumuloProxy.Iface.getUserAuthorizations(ByteBuffer login, String user)
           
 List<ByteBuffer> AccumuloProxy.Client.getUserAuthorizations(ByteBuffer login, String user)
           
 void AccumuloProxy.Iface.grantSystemPermission(ByteBuffer login, String user, SystemPermission perm)
           
 void AccumuloProxy.Client.grantSystemPermission(ByteBuffer login, String user, SystemPermission perm)
           
 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.hasSystemPermission(ByteBuffer login, String user, SystemPermission perm)
           
 boolean AccumuloProxy.Client.hasSystemPermission(ByteBuffer login, String user, SystemPermission 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)
           
 void AccumuloProxy.Iface.importTable(ByteBuffer login, String tableName, String importDir)
           
 void AccumuloProxy.Client.importTable(ByteBuffer login, String tableName, String importDir)
           
 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)
           
 void AccumuloProxy.Iface.pingTabletServer(ByteBuffer login, String tserver)
           
 void AccumuloProxy.Client.pingTabletServer(ByteBuffer login, String tserver)
           
 int AccumuloProxy.Client.recv_addConstraint()
           
 void AccumuloProxy.Client.recv_addSplits()
           
 void AccumuloProxy.Client.recv_attachIterator()
           
 boolean AccumuloProxy.Client.recv_authenticateUser()
           
 void AccumuloProxy.Client.recv_cancelCompaction()
           
 void AccumuloProxy.Client.recv_changeLocalUserPassword()
           
 void AccumuloProxy.Client.recv_changeUserAuthorizations()
           
 void AccumuloProxy.Client.recv_checkIteratorConflicts()
           
 void AccumuloProxy.Client.recv_cloneTable()
           
 void AccumuloProxy.Client.recv_compactTable()
           
 String AccumuloProxy.Client.recv_createBatchScanner()
           
 void AccumuloProxy.Client.recv_createLocalUser()
           
 String AccumuloProxy.Client.recv_createScanner()
           
 void AccumuloProxy.Client.recv_createTable()
           
 String AccumuloProxy.Client.recv_createWriter()
           
 void AccumuloProxy.Client.recv_deleteRows()
           
 void AccumuloProxy.Client.recv_deleteTable()
           
 void AccumuloProxy.Client.recv_dropLocalUser()
           
 void AccumuloProxy.Client.recv_exportTable()
           
 void AccumuloProxy.Client.recv_flushTable()
           
 List<ActiveCompaction> AccumuloProxy.Client.recv_getActiveCompactions()
           
 List<ActiveScan> AccumuloProxy.Client.recv_getActiveScans()
           
 IteratorSetting AccumuloProxy.Client.recv_getIteratorSetting()
           
 Map<String,Set<String>> AccumuloProxy.Client.recv_getLocalityGroups()
           
 ByteBuffer AccumuloProxy.Client.recv_getMaxRow()
           
 Map<String,String> AccumuloProxy.Client.recv_getSiteConfiguration()
           
 Map<String,String> AccumuloProxy.Client.recv_getSystemConfiguration()
           
 Map<String,String> AccumuloProxy.Client.recv_getTableProperties()
           
 List<ByteBuffer> AccumuloProxy.Client.recv_getUserAuthorizations()
           
 void AccumuloProxy.Client.recv_grantSystemPermission()
           
 void AccumuloProxy.Client.recv_grantTablePermission()
           
 boolean AccumuloProxy.Client.recv_hasSystemPermission()
           
 boolean AccumuloProxy.Client.recv_hasTablePermission()
           
 void AccumuloProxy.Client.recv_importDirectory()
           
 void AccumuloProxy.Client.recv_importTable()
           
 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_pingTabletServer()
           
 void AccumuloProxy.Client.recv_removeConstraint()
           
 void AccumuloProxy.Client.recv_removeIterator()
           
 void AccumuloProxy.Client.recv_removeProperty()
           
 void AccumuloProxy.Client.recv_removeTableProperty()
           
 void AccumuloProxy.Client.recv_renameTable()
           
 void AccumuloProxy.Client.recv_revokeSystemPermission()
           
 void AccumuloProxy.Client.recv_revokeTablePermission()
           
 void AccumuloProxy.Client.recv_setLocalityGroups()
           
 void AccumuloProxy.Client.recv_setProperty()
           
 void AccumuloProxy.Client.recv_setTableProperty()
           
 Set<Range> AccumuloProxy.Client.recv_splitRangeByTablets()
           
 boolean AccumuloProxy.Client.recv_testClassLoad()
           
 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.removeProperty(ByteBuffer login, String property)
           
 void AccumuloProxy.Client.removeProperty(ByteBuffer login, String property)
           
 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.revokeSystemPermission(ByteBuffer login, String user, SystemPermission perm)
           
 void AccumuloProxy.Client.revokeSystemPermission(ByteBuffer login, String user, SystemPermission perm)
           
 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.setProperty(ByteBuffer login, String property, String value)
           
 void AccumuloProxy.Client.setProperty(ByteBuffer login, String property, String value)
           
 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.testClassLoad(ByteBuffer login, String className, String asTypeName)
           
 boolean AccumuloProxy.Client.testClassLoad(ByteBuffer login, String className, String asTypeName)
           
 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 AccumuloException
AccumuloException(AccumuloException other)
          Performs a deep copy on other.
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.authenticateUser_result(boolean success, AccumuloException ouch1, AccumuloSecurityException ouch2)
           
AccumuloProxy.cancelCompaction_result(AccumuloSecurityException ouch1, TableNotFoundException ouch2, AccumuloException ouch3)
           
AccumuloProxy.changeLocalUserPassword_result(AccumuloException ouch1, AccumuloSecurityException ouch2)
           
AccumuloProxy.changeUserAuthorizations_result(AccumuloException ouch1, AccumuloSecurityException ouch2)
           
AccumuloProxy.checkIteratorConflicts_result(AccumuloSecurityException ouch1, AccumuloException ouch2, TableNotFoundException ouch3)
           
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.createLocalUser_result(AccumuloException ouch1, AccumuloSecurityException ouch2)
           
AccumuloProxy.createScanner_result(String success, AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3)
           
AccumuloProxy.createTable_result(AccumuloException ouch1, AccumuloSecurityException ouch2, TableExistsException 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.dropLocalUser_result(AccumuloException ouch1, AccumuloSecurityException ouch2)
           
AccumuloProxy.exportTable_result(AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3)
           
AccumuloProxy.flushTable_result(AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3)
           
AccumuloProxy.getActiveCompactions_result(List<ActiveCompaction> success, AccumuloException ouch1, AccumuloSecurityException ouch2)
           
AccumuloProxy.getActiveScans_result(List<ActiveScan> success, AccumuloException ouch1, AccumuloSecurityException ouch2)
           
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.getSiteConfiguration_result(Map<String,String> success, AccumuloException ouch1, AccumuloSecurityException ouch2)
           
AccumuloProxy.getSystemConfiguration_result(Map<String,String> success, AccumuloException ouch1, AccumuloSecurityException ouch2)
           
AccumuloProxy.getTableProperties_result(Map<String,String> success, AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3)
           
AccumuloProxy.getUserAuthorizations_result(List<ByteBuffer> success, AccumuloException ouch1, AccumuloSecurityException ouch2)
           
AccumuloProxy.grantSystemPermission_result(AccumuloException ouch1, AccumuloSecurityException ouch2)
           
AccumuloProxy.grantTablePermission_result(AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3)
           
AccumuloProxy.hasSystemPermission_result(boolean success, AccumuloException ouch1, AccumuloSecurityException ouch2)
           
AccumuloProxy.hasTablePermission_result(boolean success, AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3)
           
AccumuloProxy.importDirectory_result(TableNotFoundException ouch1, AccumuloException ouch3, AccumuloSecurityException ouch4)
           
AccumuloProxy.importTable_result(TableExistsException ouch1, AccumuloException ouch2, AccumuloSecurityException ouch3)
           
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.pingTabletServer_result(AccumuloException ouch1, AccumuloSecurityException ouch2)
           
AccumuloProxy.removeConstraint_result(AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3)
           
AccumuloProxy.removeIterator_result(AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3)
           
AccumuloProxy.removeProperty_result(AccumuloException ouch1, AccumuloSecurityException ouch2)
           
AccumuloProxy.removeTableProperty_result(AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3)
           
AccumuloProxy.renameTable_result(AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3, TableExistsException ouch4)
           
AccumuloProxy.revokeSystemPermission_result(AccumuloException ouch1, AccumuloSecurityException ouch2)
           
AccumuloProxy.revokeTablePermission_result(AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3)
           
AccumuloProxy.setLocalityGroups_result(AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3)
           
AccumuloProxy.setProperty_result(AccumuloException ouch1, AccumuloSecurityException ouch2)
           
AccumuloProxy.setTableProperty_result(AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3)
           
AccumuloProxy.splitRangeByTablets_result(Set<Range> success, AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3)
           
AccumuloProxy.testClassLoad_result(boolean success, AccumuloException ouch1, AccumuloSecurityException ouch2)
           
AccumuloProxy.testTableClassLoad_result(boolean success, AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3)
           
AccumuloProxy.updateAndFlush_result(AccumuloException outch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3, MutationsRejectedException ouch4)
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.