org.apache.accumulo.proxy.thrift
Class AccumuloProxy.AsyncClient

java.lang.Object
  extended by org.apache.thrift.async.TAsyncClient
      extended by org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient
All Implemented Interfaces:
AccumuloProxy.AsyncIface
Enclosing class:
AccumuloProxy

public static class AccumuloProxy.AsyncClient
extends org.apache.thrift.async.TAsyncClient
implements AccumuloProxy.AsyncIface


Nested Class Summary
static class AccumuloProxy.AsyncClient.addConstraint_call
           
static class AccumuloProxy.AsyncClient.addSplits_call
           
static class AccumuloProxy.AsyncClient.attachIterator_call
           
static class AccumuloProxy.AsyncClient.authenticateUser_call
           
static class AccumuloProxy.AsyncClient.cancelCompaction_call
           
static class AccumuloProxy.AsyncClient.changeLocalUserPassword_call
           
static class AccumuloProxy.AsyncClient.changeUserAuthorizations_call
           
static class AccumuloProxy.AsyncClient.checkIteratorConflicts_call
           
static class AccumuloProxy.AsyncClient.clearLocatorCache_call
           
static class AccumuloProxy.AsyncClient.cloneTable_call
           
static class AccumuloProxy.AsyncClient.closeScanner_call
           
static class AccumuloProxy.AsyncClient.closeWriter_call
           
static class AccumuloProxy.AsyncClient.compactTable_call
           
static class AccumuloProxy.AsyncClient.createBatchScanner_call
           
static class AccumuloProxy.AsyncClient.createLocalUser_call
           
static class AccumuloProxy.AsyncClient.createScanner_call
           
static class AccumuloProxy.AsyncClient.createTable_call
           
static class AccumuloProxy.AsyncClient.createWriter_call
           
static class AccumuloProxy.AsyncClient.deleteRows_call
           
static class AccumuloProxy.AsyncClient.deleteTable_call
           
static class AccumuloProxy.AsyncClient.dropLocalUser_call
           
static class AccumuloProxy.AsyncClient.exportTable_call
           
static class AccumuloProxy.AsyncClient.Factory
           
static class AccumuloProxy.AsyncClient.flush_call
           
static class AccumuloProxy.AsyncClient.flushTable_call
           
static class AccumuloProxy.AsyncClient.getActiveCompactions_call
           
static class AccumuloProxy.AsyncClient.getActiveScans_call
           
static class AccumuloProxy.AsyncClient.getFollowing_call
           
static class AccumuloProxy.AsyncClient.getIteratorSetting_call
           
static class AccumuloProxy.AsyncClient.getLocalityGroups_call
           
static class AccumuloProxy.AsyncClient.getMaxRow_call
           
static class AccumuloProxy.AsyncClient.getRowRange_call
           
static class AccumuloProxy.AsyncClient.getSiteConfiguration_call
           
static class AccumuloProxy.AsyncClient.getSystemConfiguration_call
           
static class AccumuloProxy.AsyncClient.getTableProperties_call
           
static class AccumuloProxy.AsyncClient.getTabletServers_call
           
static class AccumuloProxy.AsyncClient.getUserAuthorizations_call
           
static class AccumuloProxy.AsyncClient.grantSystemPermission_call
           
static class AccumuloProxy.AsyncClient.grantTablePermission_call
           
static class AccumuloProxy.AsyncClient.hasNext_call
           
static class AccumuloProxy.AsyncClient.hasSystemPermission_call
           
static class AccumuloProxy.AsyncClient.hasTablePermission_call
           
static class AccumuloProxy.AsyncClient.importDirectory_call
           
static class AccumuloProxy.AsyncClient.importTable_call
           
static class AccumuloProxy.AsyncClient.listConstraints_call
           
static class AccumuloProxy.AsyncClient.listIterators_call
           
static class AccumuloProxy.AsyncClient.listLocalUsers_call
           
static class AccumuloProxy.AsyncClient.listSplits_call
           
static class AccumuloProxy.AsyncClient.listTables_call
           
static class AccumuloProxy.AsyncClient.login_call
           
static class AccumuloProxy.AsyncClient.mergeTablets_call
           
static class AccumuloProxy.AsyncClient.nextEntry_call
           
static class AccumuloProxy.AsyncClient.nextK_call
           
static class AccumuloProxy.AsyncClient.offlineTable_call
           
static class AccumuloProxy.AsyncClient.onlineTable_call
           
static class AccumuloProxy.AsyncClient.pingTabletServer_call
           
static class AccumuloProxy.AsyncClient.removeConstraint_call
           
static class AccumuloProxy.AsyncClient.removeIterator_call
           
static class AccumuloProxy.AsyncClient.removeProperty_call
           
static class AccumuloProxy.AsyncClient.removeTableProperty_call
           
static class AccumuloProxy.AsyncClient.renameTable_call
           
static class AccumuloProxy.AsyncClient.revokeSystemPermission_call
           
static class AccumuloProxy.AsyncClient.revokeTablePermission_call
           
static class AccumuloProxy.AsyncClient.setLocalityGroups_call
           
static class AccumuloProxy.AsyncClient.setProperty_call
           
static class AccumuloProxy.AsyncClient.setTableProperty_call
           
static class AccumuloProxy.AsyncClient.splitRangeByTablets_call
           
static class AccumuloProxy.AsyncClient.tableExists_call
           
static class AccumuloProxy.AsyncClient.tableIdMap_call
           
static class AccumuloProxy.AsyncClient.testClassLoad_call
           
static class AccumuloProxy.AsyncClient.testTableClassLoad_call
           
static class AccumuloProxy.AsyncClient.update_call
           
static class AccumuloProxy.AsyncClient.updateAndFlush_call
           
 
Field Summary
 
Fields inherited from class org.apache.thrift.async.TAsyncClient
___currentMethod, ___manager, ___protocolFactory, ___transport
 
Constructor Summary
AccumuloProxy.AsyncClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.async.TAsyncClientManager clientManager, org.apache.thrift.transport.TNonblockingTransport transport)
           
 
Method Summary
 void addConstraint(ByteBuffer login, String tableName, String constraintClassName, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.addConstraint_call> resultHandler)
           
 void addSplits(ByteBuffer login, String tableName, Set<ByteBuffer> splits, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.addSplits_call> resultHandler)
           
 void attachIterator(ByteBuffer login, String tableName, IteratorSetting setting, Set<IteratorScope> scopes, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.attachIterator_call> resultHandler)
           
 void authenticateUser(ByteBuffer login, String user, Map<String,String> properties, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.authenticateUser_call> resultHandler)
           
 void cancelCompaction(ByteBuffer login, String tableName, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.cancelCompaction_call> resultHandler)
           
 void changeLocalUserPassword(ByteBuffer login, String user, ByteBuffer password, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.changeLocalUserPassword_call> resultHandler)
           
 void changeUserAuthorizations(ByteBuffer login, String user, Set<ByteBuffer> authorizations, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.changeUserAuthorizations_call> resultHandler)
           
 void checkIteratorConflicts(ByteBuffer login, String tableName, IteratorSetting setting, Set<IteratorScope> scopes, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.checkIteratorConflicts_call> resultHandler)
           
 void clearLocatorCache(ByteBuffer login, String tableName, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.clearLocatorCache_call> resultHandler)
           
 void cloneTable(ByteBuffer login, String tableName, String newTableName, boolean flush, Map<String,String> propertiesToSet, Set<String> propertiesToExclude, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.cloneTable_call> resultHandler)
           
 void closeScanner(String scanner, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.closeScanner_call> resultHandler)
           
 void closeWriter(String writer, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.closeWriter_call> resultHandler)
           
 void compactTable(ByteBuffer login, String tableName, ByteBuffer startRow, ByteBuffer endRow, List<IteratorSetting> iterators, boolean flush, boolean wait, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.compactTable_call> resultHandler)
           
 void createBatchScanner(ByteBuffer login, String tableName, BatchScanOptions options, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.createBatchScanner_call> resultHandler)
           
 void createLocalUser(ByteBuffer login, String user, ByteBuffer password, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.createLocalUser_call> resultHandler)
           
 void createScanner(ByteBuffer login, String tableName, ScanOptions options, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.createScanner_call> resultHandler)
           
 void createTable(ByteBuffer login, String tableName, boolean versioningIter, TimeType type, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.createTable_call> resultHandler)
           
 void createWriter(ByteBuffer login, String tableName, WriterOptions opts, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.createWriter_call> resultHandler)
           
 void deleteRows(ByteBuffer login, String tableName, ByteBuffer startRow, ByteBuffer endRow, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.deleteRows_call> resultHandler)
           
 void deleteTable(ByteBuffer login, String tableName, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.deleteTable_call> resultHandler)
           
 void dropLocalUser(ByteBuffer login, String user, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.dropLocalUser_call> resultHandler)
           
 void exportTable(ByteBuffer login, String tableName, String exportDir, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.exportTable_call> resultHandler)
           
 void flush(String writer, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.flush_call> resultHandler)
           
 void flushTable(ByteBuffer login, String tableName, ByteBuffer startRow, ByteBuffer endRow, boolean wait, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.flushTable_call> resultHandler)
           
 void getActiveCompactions(ByteBuffer login, String tserver, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.getActiveCompactions_call> resultHandler)
           
 void getActiveScans(ByteBuffer login, String tserver, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.getActiveScans_call> resultHandler)
           
 void getFollowing(Key key, PartialKey part, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.getFollowing_call> resultHandler)
           
 void getIteratorSetting(ByteBuffer login, String tableName, String iteratorName, IteratorScope scope, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.getIteratorSetting_call> resultHandler)
           
 void getLocalityGroups(ByteBuffer login, String tableName, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.getLocalityGroups_call> resultHandler)
           
 void getMaxRow(ByteBuffer login, String tableName, Set<ByteBuffer> auths, ByteBuffer startRow, boolean startInclusive, ByteBuffer endRow, boolean endInclusive, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.getMaxRow_call> resultHandler)
           
 void getRowRange(ByteBuffer row, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.getRowRange_call> resultHandler)
           
 void getSiteConfiguration(ByteBuffer login, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.getSiteConfiguration_call> resultHandler)
           
 void getSystemConfiguration(ByteBuffer login, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.getSystemConfiguration_call> resultHandler)
           
 void getTableProperties(ByteBuffer login, String tableName, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.getTableProperties_call> resultHandler)
           
 void getTabletServers(ByteBuffer login, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.getTabletServers_call> resultHandler)
           
 void getUserAuthorizations(ByteBuffer login, String user, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.getUserAuthorizations_call> resultHandler)
           
 void grantSystemPermission(ByteBuffer login, String user, SystemPermission perm, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.grantSystemPermission_call> resultHandler)
           
 void grantTablePermission(ByteBuffer login, String user, String table, TablePermission perm, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.grantTablePermission_call> resultHandler)
           
 void hasNext(String scanner, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.hasNext_call> resultHandler)
           
 void hasSystemPermission(ByteBuffer login, String user, SystemPermission perm, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.hasSystemPermission_call> resultHandler)
           
 void hasTablePermission(ByteBuffer login, String user, String table, TablePermission perm, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.hasTablePermission_call> resultHandler)
           
 void importDirectory(ByteBuffer login, String tableName, String importDir, String failureDir, boolean setTime, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.importDirectory_call> resultHandler)
           
 void importTable(ByteBuffer login, String tableName, String importDir, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.importTable_call> resultHandler)
           
 void listConstraints(ByteBuffer login, String tableName, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.listConstraints_call> resultHandler)
           
 void listIterators(ByteBuffer login, String tableName, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.listIterators_call> resultHandler)
           
 void listLocalUsers(ByteBuffer login, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.listLocalUsers_call> resultHandler)
           
 void listSplits(ByteBuffer login, String tableName, int maxSplits, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.listSplits_call> resultHandler)
           
 void listTables(ByteBuffer login, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.listTables_call> resultHandler)
           
 void login(String principal, Map<String,String> loginProperties, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.login_call> resultHandler)
           
 void mergeTablets(ByteBuffer login, String tableName, ByteBuffer startRow, ByteBuffer endRow, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.mergeTablets_call> resultHandler)
           
 void nextEntry(String scanner, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.nextEntry_call> resultHandler)
           
 void nextK(String scanner, int k, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.nextK_call> resultHandler)
           
 void offlineTable(ByteBuffer login, String tableName, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.offlineTable_call> resultHandler)
           
 void onlineTable(ByteBuffer login, String tableName, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.onlineTable_call> resultHandler)
           
 void pingTabletServer(ByteBuffer login, String tserver, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.pingTabletServer_call> resultHandler)
           
 void removeConstraint(ByteBuffer login, String tableName, int constraint, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.removeConstraint_call> resultHandler)
           
 void removeIterator(ByteBuffer login, String tableName, String iterName, Set<IteratorScope> scopes, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.removeIterator_call> resultHandler)
           
 void removeProperty(ByteBuffer login, String property, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.removeProperty_call> resultHandler)
           
 void removeTableProperty(ByteBuffer login, String tableName, String property, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.removeTableProperty_call> resultHandler)
           
 void renameTable(ByteBuffer login, String oldTableName, String newTableName, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.renameTable_call> resultHandler)
           
 void revokeSystemPermission(ByteBuffer login, String user, SystemPermission perm, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.revokeSystemPermission_call> resultHandler)
           
 void revokeTablePermission(ByteBuffer login, String user, String table, TablePermission perm, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.revokeTablePermission_call> resultHandler)
           
 void setLocalityGroups(ByteBuffer login, String tableName, Map<String,Set<String>> groups, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.setLocalityGroups_call> resultHandler)
           
 void setProperty(ByteBuffer login, String property, String value, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.setProperty_call> resultHandler)
           
 void setTableProperty(ByteBuffer login, String tableName, String property, String value, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.setTableProperty_call> resultHandler)
           
 void splitRangeByTablets(ByteBuffer login, String tableName, Range range, int maxSplits, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.splitRangeByTablets_call> resultHandler)
           
 void tableExists(ByteBuffer login, String tableName, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.tableExists_call> resultHandler)
           
 void tableIdMap(ByteBuffer login, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.tableIdMap_call> resultHandler)
           
 void testClassLoad(ByteBuffer login, String className, String asTypeName, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.testClassLoad_call> resultHandler)
           
 void testTableClassLoad(ByteBuffer login, String tableName, String className, String asTypeName, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.testTableClassLoad_call> resultHandler)
           
 void update(String writer, Map<ByteBuffer,List<ColumnUpdate>> cells, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.update_call> resultHandler)
           
 void updateAndFlush(ByteBuffer login, String tableName, Map<ByteBuffer,List<ColumnUpdate>> cells, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.updateAndFlush_call> resultHandler)
           
 
Methods inherited from class org.apache.thrift.async.TAsyncClient
checkReady, getError, getProtocolFactory, getTimeout, hasError, hasTimeout, onComplete, onError, setTimeout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccumuloProxy.AsyncClient

public AccumuloProxy.AsyncClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory,
                                 org.apache.thrift.async.TAsyncClientManager clientManager,
                                 org.apache.thrift.transport.TNonblockingTransport transport)
Method Detail

login

public void login(String principal,
                  Map<String,String> loginProperties,
                  org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.login_call> resultHandler)
           throws org.apache.thrift.TException
Specified by:
login in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

addConstraint

public void addConstraint(ByteBuffer login,
                          String tableName,
                          String constraintClassName,
                          org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.addConstraint_call> resultHandler)
                   throws org.apache.thrift.TException
Specified by:
addConstraint in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

addSplits

public void addSplits(ByteBuffer login,
                      String tableName,
                      Set<ByteBuffer> splits,
                      org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.addSplits_call> resultHandler)
               throws org.apache.thrift.TException
Specified by:
addSplits in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

attachIterator

public void attachIterator(ByteBuffer login,
                           String tableName,
                           IteratorSetting setting,
                           Set<IteratorScope> scopes,
                           org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.attachIterator_call> resultHandler)
                    throws org.apache.thrift.TException
Specified by:
attachIterator in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

checkIteratorConflicts

public void checkIteratorConflicts(ByteBuffer login,
                                   String tableName,
                                   IteratorSetting setting,
                                   Set<IteratorScope> scopes,
                                   org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.checkIteratorConflicts_call> resultHandler)
                            throws org.apache.thrift.TException
Specified by:
checkIteratorConflicts in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

clearLocatorCache

public void clearLocatorCache(ByteBuffer login,
                              String tableName,
                              org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.clearLocatorCache_call> resultHandler)
                       throws org.apache.thrift.TException
Specified by:
clearLocatorCache in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

cloneTable

public void cloneTable(ByteBuffer login,
                       String tableName,
                       String newTableName,
                       boolean flush,
                       Map<String,String> propertiesToSet,
                       Set<String> propertiesToExclude,
                       org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.cloneTable_call> resultHandler)
                throws org.apache.thrift.TException
Specified by:
cloneTable in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

compactTable

public void compactTable(ByteBuffer login,
                         String tableName,
                         ByteBuffer startRow,
                         ByteBuffer endRow,
                         List<IteratorSetting> iterators,
                         boolean flush,
                         boolean wait,
                         org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.compactTable_call> resultHandler)
                  throws org.apache.thrift.TException
Specified by:
compactTable in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

cancelCompaction

public void cancelCompaction(ByteBuffer login,
                             String tableName,
                             org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.cancelCompaction_call> resultHandler)
                      throws org.apache.thrift.TException
Specified by:
cancelCompaction in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

createTable

public void createTable(ByteBuffer login,
                        String tableName,
                        boolean versioningIter,
                        TimeType type,
                        org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.createTable_call> resultHandler)
                 throws org.apache.thrift.TException
Specified by:
createTable in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

deleteTable

public void deleteTable(ByteBuffer login,
                        String tableName,
                        org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.deleteTable_call> resultHandler)
                 throws org.apache.thrift.TException
Specified by:
deleteTable in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

deleteRows

public void deleteRows(ByteBuffer login,
                       String tableName,
                       ByteBuffer startRow,
                       ByteBuffer endRow,
                       org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.deleteRows_call> resultHandler)
                throws org.apache.thrift.TException
Specified by:
deleteRows in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

exportTable

public void exportTable(ByteBuffer login,
                        String tableName,
                        String exportDir,
                        org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.exportTable_call> resultHandler)
                 throws org.apache.thrift.TException
Specified by:
exportTable in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

flushTable

public void flushTable(ByteBuffer login,
                       String tableName,
                       ByteBuffer startRow,
                       ByteBuffer endRow,
                       boolean wait,
                       org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.flushTable_call> resultHandler)
                throws org.apache.thrift.TException
Specified by:
flushTable in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

getLocalityGroups

public void getLocalityGroups(ByteBuffer login,
                              String tableName,
                              org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.getLocalityGroups_call> resultHandler)
                       throws org.apache.thrift.TException
Specified by:
getLocalityGroups in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

getIteratorSetting

public void getIteratorSetting(ByteBuffer login,
                               String tableName,
                               String iteratorName,
                               IteratorScope scope,
                               org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.getIteratorSetting_call> resultHandler)
                        throws org.apache.thrift.TException
Specified by:
getIteratorSetting in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

getMaxRow

public void getMaxRow(ByteBuffer login,
                      String tableName,
                      Set<ByteBuffer> auths,
                      ByteBuffer startRow,
                      boolean startInclusive,
                      ByteBuffer endRow,
                      boolean endInclusive,
                      org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.getMaxRow_call> resultHandler)
               throws org.apache.thrift.TException
Specified by:
getMaxRow in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

getTableProperties

public void getTableProperties(ByteBuffer login,
                               String tableName,
                               org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.getTableProperties_call> resultHandler)
                        throws org.apache.thrift.TException
Specified by:
getTableProperties in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

importDirectory

public void importDirectory(ByteBuffer login,
                            String tableName,
                            String importDir,
                            String failureDir,
                            boolean setTime,
                            org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.importDirectory_call> resultHandler)
                     throws org.apache.thrift.TException
Specified by:
importDirectory in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

importTable

public void importTable(ByteBuffer login,
                        String tableName,
                        String importDir,
                        org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.importTable_call> resultHandler)
                 throws org.apache.thrift.TException
Specified by:
importTable in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

listSplits

public void listSplits(ByteBuffer login,
                       String tableName,
                       int maxSplits,
                       org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.listSplits_call> resultHandler)
                throws org.apache.thrift.TException
Specified by:
listSplits in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

listTables

public void listTables(ByteBuffer login,
                       org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.listTables_call> resultHandler)
                throws org.apache.thrift.TException
Specified by:
listTables in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

listIterators

public void listIterators(ByteBuffer login,
                          String tableName,
                          org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.listIterators_call> resultHandler)
                   throws org.apache.thrift.TException
Specified by:
listIterators in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

listConstraints

public void listConstraints(ByteBuffer login,
                            String tableName,
                            org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.listConstraints_call> resultHandler)
                     throws org.apache.thrift.TException
Specified by:
listConstraints in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

mergeTablets

public void mergeTablets(ByteBuffer login,
                         String tableName,
                         ByteBuffer startRow,
                         ByteBuffer endRow,
                         org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.mergeTablets_call> resultHandler)
                  throws org.apache.thrift.TException
Specified by:
mergeTablets in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

offlineTable

public void offlineTable(ByteBuffer login,
                         String tableName,
                         org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.offlineTable_call> resultHandler)
                  throws org.apache.thrift.TException
Specified by:
offlineTable in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

onlineTable

public void onlineTable(ByteBuffer login,
                        String tableName,
                        org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.onlineTable_call> resultHandler)
                 throws org.apache.thrift.TException
Specified by:
onlineTable in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

removeConstraint

public void removeConstraint(ByteBuffer login,
                             String tableName,
                             int constraint,
                             org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.removeConstraint_call> resultHandler)
                      throws org.apache.thrift.TException
Specified by:
removeConstraint in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

removeIterator

public void removeIterator(ByteBuffer login,
                           String tableName,
                           String iterName,
                           Set<IteratorScope> scopes,
                           org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.removeIterator_call> resultHandler)
                    throws org.apache.thrift.TException
Specified by:
removeIterator in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

removeTableProperty

public void removeTableProperty(ByteBuffer login,
                                String tableName,
                                String property,
                                org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.removeTableProperty_call> resultHandler)
                         throws org.apache.thrift.TException
Specified by:
removeTableProperty in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

renameTable

public void renameTable(ByteBuffer login,
                        String oldTableName,
                        String newTableName,
                        org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.renameTable_call> resultHandler)
                 throws org.apache.thrift.TException
Specified by:
renameTable in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

setLocalityGroups

public void setLocalityGroups(ByteBuffer login,
                              String tableName,
                              Map<String,Set<String>> groups,
                              org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.setLocalityGroups_call> resultHandler)
                       throws org.apache.thrift.TException
Specified by:
setLocalityGroups in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

setTableProperty

public void setTableProperty(ByteBuffer login,
                             String tableName,
                             String property,
                             String value,
                             org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.setTableProperty_call> resultHandler)
                      throws org.apache.thrift.TException
Specified by:
setTableProperty in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

splitRangeByTablets

public void splitRangeByTablets(ByteBuffer login,
                                String tableName,
                                Range range,
                                int maxSplits,
                                org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.splitRangeByTablets_call> resultHandler)
                         throws org.apache.thrift.TException
Specified by:
splitRangeByTablets in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

tableExists

public void tableExists(ByteBuffer login,
                        String tableName,
                        org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.tableExists_call> resultHandler)
                 throws org.apache.thrift.TException
Specified by:
tableExists in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

tableIdMap

public void tableIdMap(ByteBuffer login,
                       org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.tableIdMap_call> resultHandler)
                throws org.apache.thrift.TException
Specified by:
tableIdMap in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

testTableClassLoad

public void testTableClassLoad(ByteBuffer login,
                               String tableName,
                               String className,
                               String asTypeName,
                               org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.testTableClassLoad_call> resultHandler)
                        throws org.apache.thrift.TException
Specified by:
testTableClassLoad in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

pingTabletServer

public void pingTabletServer(ByteBuffer login,
                             String tserver,
                             org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.pingTabletServer_call> resultHandler)
                      throws org.apache.thrift.TException
Specified by:
pingTabletServer in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

getActiveScans

public void getActiveScans(ByteBuffer login,
                           String tserver,
                           org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.getActiveScans_call> resultHandler)
                    throws org.apache.thrift.TException
Specified by:
getActiveScans in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

getActiveCompactions

public void getActiveCompactions(ByteBuffer login,
                                 String tserver,
                                 org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.getActiveCompactions_call> resultHandler)
                          throws org.apache.thrift.TException
Specified by:
getActiveCompactions in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

getSiteConfiguration

public void getSiteConfiguration(ByteBuffer login,
                                 org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.getSiteConfiguration_call> resultHandler)
                          throws org.apache.thrift.TException
Specified by:
getSiteConfiguration in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

getSystemConfiguration

public void getSystemConfiguration(ByteBuffer login,
                                   org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.getSystemConfiguration_call> resultHandler)
                            throws org.apache.thrift.TException
Specified by:
getSystemConfiguration in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

getTabletServers

public void getTabletServers(ByteBuffer login,
                             org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.getTabletServers_call> resultHandler)
                      throws org.apache.thrift.TException
Specified by:
getTabletServers in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

removeProperty

public void removeProperty(ByteBuffer login,
                           String property,
                           org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.removeProperty_call> resultHandler)
                    throws org.apache.thrift.TException
Specified by:
removeProperty in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

setProperty

public void setProperty(ByteBuffer login,
                        String property,
                        String value,
                        org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.setProperty_call> resultHandler)
                 throws org.apache.thrift.TException
Specified by:
setProperty in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

testClassLoad

public void testClassLoad(ByteBuffer login,
                          String className,
                          String asTypeName,
                          org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.testClassLoad_call> resultHandler)
                   throws org.apache.thrift.TException
Specified by:
testClassLoad in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

authenticateUser

public void authenticateUser(ByteBuffer login,
                             String user,
                             Map<String,String> properties,
                             org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.authenticateUser_call> resultHandler)
                      throws org.apache.thrift.TException
Specified by:
authenticateUser in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

changeUserAuthorizations

public void changeUserAuthorizations(ByteBuffer login,
                                     String user,
                                     Set<ByteBuffer> authorizations,
                                     org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.changeUserAuthorizations_call> resultHandler)
                              throws org.apache.thrift.TException
Specified by:
changeUserAuthorizations in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

changeLocalUserPassword

public void changeLocalUserPassword(ByteBuffer login,
                                    String user,
                                    ByteBuffer password,
                                    org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.changeLocalUserPassword_call> resultHandler)
                             throws org.apache.thrift.TException
Specified by:
changeLocalUserPassword in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

createLocalUser

public void createLocalUser(ByteBuffer login,
                            String user,
                            ByteBuffer password,
                            org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.createLocalUser_call> resultHandler)
                     throws org.apache.thrift.TException
Specified by:
createLocalUser in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

dropLocalUser

public void dropLocalUser(ByteBuffer login,
                          String user,
                          org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.dropLocalUser_call> resultHandler)
                   throws org.apache.thrift.TException
Specified by:
dropLocalUser in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

getUserAuthorizations

public void getUserAuthorizations(ByteBuffer login,
                                  String user,
                                  org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.getUserAuthorizations_call> resultHandler)
                           throws org.apache.thrift.TException
Specified by:
getUserAuthorizations in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

grantSystemPermission

public void grantSystemPermission(ByteBuffer login,
                                  String user,
                                  SystemPermission perm,
                                  org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.grantSystemPermission_call> resultHandler)
                           throws org.apache.thrift.TException
Specified by:
grantSystemPermission in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

grantTablePermission

public void grantTablePermission(ByteBuffer login,
                                 String user,
                                 String table,
                                 TablePermission perm,
                                 org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.grantTablePermission_call> resultHandler)
                          throws org.apache.thrift.TException
Specified by:
grantTablePermission in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

hasSystemPermission

public void hasSystemPermission(ByteBuffer login,
                                String user,
                                SystemPermission perm,
                                org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.hasSystemPermission_call> resultHandler)
                         throws org.apache.thrift.TException
Specified by:
hasSystemPermission in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

hasTablePermission

public void hasTablePermission(ByteBuffer login,
                               String user,
                               String table,
                               TablePermission perm,
                               org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.hasTablePermission_call> resultHandler)
                        throws org.apache.thrift.TException
Specified by:
hasTablePermission in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

listLocalUsers

public void listLocalUsers(ByteBuffer login,
                           org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.listLocalUsers_call> resultHandler)
                    throws org.apache.thrift.TException
Specified by:
listLocalUsers in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

revokeSystemPermission

public void revokeSystemPermission(ByteBuffer login,
                                   String user,
                                   SystemPermission perm,
                                   org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.revokeSystemPermission_call> resultHandler)
                            throws org.apache.thrift.TException
Specified by:
revokeSystemPermission in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

revokeTablePermission

public void revokeTablePermission(ByteBuffer login,
                                  String user,
                                  String table,
                                  TablePermission perm,
                                  org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.revokeTablePermission_call> resultHandler)
                           throws org.apache.thrift.TException
Specified by:
revokeTablePermission in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

createBatchScanner

public void createBatchScanner(ByteBuffer login,
                               String tableName,
                               BatchScanOptions options,
                               org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.createBatchScanner_call> resultHandler)
                        throws org.apache.thrift.TException
Specified by:
createBatchScanner in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

createScanner

public void createScanner(ByteBuffer login,
                          String tableName,
                          ScanOptions options,
                          org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.createScanner_call> resultHandler)
                   throws org.apache.thrift.TException
Specified by:
createScanner in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

hasNext

public void hasNext(String scanner,
                    org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.hasNext_call> resultHandler)
             throws org.apache.thrift.TException
Specified by:
hasNext in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

nextEntry

public void nextEntry(String scanner,
                      org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.nextEntry_call> resultHandler)
               throws org.apache.thrift.TException
Specified by:
nextEntry in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

nextK

public void nextK(String scanner,
                  int k,
                  org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.nextK_call> resultHandler)
           throws org.apache.thrift.TException
Specified by:
nextK in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

closeScanner

public void closeScanner(String scanner,
                         org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.closeScanner_call> resultHandler)
                  throws org.apache.thrift.TException
Specified by:
closeScanner in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

updateAndFlush

public void updateAndFlush(ByteBuffer login,
                           String tableName,
                           Map<ByteBuffer,List<ColumnUpdate>> cells,
                           org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.updateAndFlush_call> resultHandler)
                    throws org.apache.thrift.TException
Specified by:
updateAndFlush in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

createWriter

public void createWriter(ByteBuffer login,
                         String tableName,
                         WriterOptions opts,
                         org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.createWriter_call> resultHandler)
                  throws org.apache.thrift.TException
Specified by:
createWriter in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

update

public void update(String writer,
                   Map<ByteBuffer,List<ColumnUpdate>> cells,
                   org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.update_call> resultHandler)
            throws org.apache.thrift.TException
Specified by:
update in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

flush

public void flush(String writer,
                  org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.flush_call> resultHandler)
           throws org.apache.thrift.TException
Specified by:
flush in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

closeWriter

public void closeWriter(String writer,
                        org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.closeWriter_call> resultHandler)
                 throws org.apache.thrift.TException
Specified by:
closeWriter in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

getRowRange

public void getRowRange(ByteBuffer row,
                        org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.getRowRange_call> resultHandler)
                 throws org.apache.thrift.TException
Specified by:
getRowRange in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException

getFollowing

public void getFollowing(Key key,
                         PartialKey part,
                         org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.getFollowing_call> resultHandler)
                  throws org.apache.thrift.TException
Specified by:
getFollowing in interface AccumuloProxy.AsyncIface
Throws:
org.apache.thrift.TException


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.