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

java.lang.Object
  extended by org.apache.thrift.TServiceClient
      extended by org.apache.accumulo.proxy.thrift.AccumuloProxy.Client
All Implemented Interfaces:
AccumuloProxy.Iface
Enclosing class:
AccumuloProxy

public static class AccumuloProxy.Client
extends org.apache.thrift.TServiceClient
implements AccumuloProxy.Iface


Nested Class Summary
static class AccumuloProxy.Client.Factory
           
 
Field Summary
 
Fields inherited from class org.apache.thrift.TServiceClient
iprot_, oprot_, seqid_
 
Constructor Summary
AccumuloProxy.Client(org.apache.thrift.protocol.TProtocol prot)
           
AccumuloProxy.Client(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)
           
 
Method Summary
 int addConstraint(ByteBuffer login, String tableName, String constraintClassName)
           
 void addSplits(ByteBuffer login, String tableName, Set<ByteBuffer> splits)
           
 void attachIterator(ByteBuffer login, String tableName, IteratorSetting setting, Set<IteratorScope> scopes)
           
 boolean authenticateUser(ByteBuffer login, String user, Map<String,String> properties)
           
 void cancelCompaction(ByteBuffer login, String tableName)
           
 void changeLocalUserPassword(ByteBuffer login, String user, ByteBuffer password)
           
 void changeUserAuthorizations(ByteBuffer login, String user, Set<ByteBuffer> authorizations)
           
 void checkIteratorConflicts(ByteBuffer login, String tableName, IteratorSetting setting, Set<IteratorScope> scopes)
           
 void clearLocatorCache(ByteBuffer login, String tableName)
           
 void cloneTable(ByteBuffer login, String tableName, String newTableName, boolean flush, Map<String,String> propertiesToSet, Set<String> propertiesToExclude)
           
 void closeScanner(String scanner)
           
 void closeWriter(String writer)
           
 void compactTable(ByteBuffer login, String tableName, ByteBuffer startRow, ByteBuffer endRow, List<IteratorSetting> iterators, boolean flush, boolean wait)
           
 String createBatchScanner(ByteBuffer login, String tableName, BatchScanOptions options)
           
 void createLocalUser(ByteBuffer login, String user, ByteBuffer password)
           
 String createScanner(ByteBuffer login, String tableName, ScanOptions options)
           
 void createTable(ByteBuffer login, String tableName, boolean versioningIter, TimeType type)
           
 String createWriter(ByteBuffer login, String tableName, WriterOptions opts)
           
 void deleteRows(ByteBuffer login, String tableName, ByteBuffer startRow, ByteBuffer endRow)
           
 void deleteTable(ByteBuffer login, String tableName)
           
 void dropLocalUser(ByteBuffer login, String user)
           
 void exportTable(ByteBuffer login, String tableName, String exportDir)
           
 void flush(String writer)
           
 void flushTable(ByteBuffer login, String tableName, ByteBuffer startRow, ByteBuffer endRow, boolean wait)
           
 List<ActiveCompaction> getActiveCompactions(ByteBuffer login, String tserver)
           
 List<ActiveScan> getActiveScans(ByteBuffer login, String tserver)
           
 Key getFollowing(Key key, PartialKey part)
           
 IteratorSetting getIteratorSetting(ByteBuffer login, String tableName, String iteratorName, IteratorScope scope)
           
 Map<String,Set<String>> getLocalityGroups(ByteBuffer login, String tableName)
           
 ByteBuffer getMaxRow(ByteBuffer login, String tableName, Set<ByteBuffer> auths, ByteBuffer startRow, boolean startInclusive, ByteBuffer endRow, boolean endInclusive)
           
 Range getRowRange(ByteBuffer row)
           
 Map<String,String> getSiteConfiguration(ByteBuffer login)
           
 Map<String,String> getSystemConfiguration(ByteBuffer login)
           
 Map<String,String> getTableProperties(ByteBuffer login, String tableName)
           
 List<String> getTabletServers(ByteBuffer login)
           
 List<ByteBuffer> getUserAuthorizations(ByteBuffer login, String user)
           
 void grantSystemPermission(ByteBuffer login, String user, SystemPermission perm)
           
 void grantTablePermission(ByteBuffer login, String user, String table, TablePermission perm)
           
 boolean hasNext(String scanner)
           
 boolean hasSystemPermission(ByteBuffer login, String user, SystemPermission perm)
           
 boolean hasTablePermission(ByteBuffer login, String user, String table, TablePermission perm)
           
 void importDirectory(ByteBuffer login, String tableName, String importDir, String failureDir, boolean setTime)
           
 void importTable(ByteBuffer login, String tableName, String importDir)
           
 Map<String,Integer> listConstraints(ByteBuffer login, String tableName)
           
 Map<String,Set<IteratorScope>> listIterators(ByteBuffer login, String tableName)
           
 Set<String> listLocalUsers(ByteBuffer login)
           
 List<ByteBuffer> listSplits(ByteBuffer login, String tableName, int maxSplits)
           
 Set<String> listTables(ByteBuffer login)
           
 ByteBuffer login(String principal, Map<String,String> loginProperties)
           
 void mergeTablets(ByteBuffer login, String tableName, ByteBuffer startRow, ByteBuffer endRow)
           
 KeyValueAndPeek nextEntry(String scanner)
           
 ScanResult nextK(String scanner, int k)
           
 void offlineTable(ByteBuffer login, String tableName)
           
 void onlineTable(ByteBuffer login, String tableName)
           
 void pingTabletServer(ByteBuffer login, String tserver)
           
 int recv_addConstraint()
           
 void recv_addSplits()
           
 void recv_attachIterator()
           
 boolean recv_authenticateUser()
           
 void recv_cancelCompaction()
           
 void recv_changeLocalUserPassword()
           
 void recv_changeUserAuthorizations()
           
 void recv_checkIteratorConflicts()
           
 void recv_clearLocatorCache()
           
 void recv_cloneTable()
           
 void recv_closeScanner()
           
 void recv_closeWriter()
           
 void recv_compactTable()
           
 String recv_createBatchScanner()
           
 void recv_createLocalUser()
           
 String recv_createScanner()
           
 void recv_createTable()
           
 String recv_createWriter()
           
 void recv_deleteRows()
           
 void recv_deleteTable()
           
 void recv_dropLocalUser()
           
 void recv_exportTable()
           
 void recv_flush()
           
 void recv_flushTable()
           
 List<ActiveCompaction> recv_getActiveCompactions()
           
 List<ActiveScan> recv_getActiveScans()
           
 Key recv_getFollowing()
           
 IteratorSetting recv_getIteratorSetting()
           
 Map<String,Set<String>> recv_getLocalityGroups()
           
 ByteBuffer recv_getMaxRow()
           
 Range recv_getRowRange()
           
 Map<String,String> recv_getSiteConfiguration()
           
 Map<String,String> recv_getSystemConfiguration()
           
 Map<String,String> recv_getTableProperties()
           
 List<String> recv_getTabletServers()
           
 List<ByteBuffer> recv_getUserAuthorizations()
           
 void recv_grantSystemPermission()
           
 void recv_grantTablePermission()
           
 boolean recv_hasNext()
           
 boolean recv_hasSystemPermission()
           
 boolean recv_hasTablePermission()
           
 void recv_importDirectory()
           
 void recv_importTable()
           
 Map<String,Integer> recv_listConstraints()
           
 Map<String,Set<IteratorScope>> recv_listIterators()
           
 Set<String> recv_listLocalUsers()
           
 List<ByteBuffer> recv_listSplits()
           
 Set<String> recv_listTables()
           
 ByteBuffer recv_login()
           
 void recv_mergeTablets()
           
 KeyValueAndPeek recv_nextEntry()
           
 ScanResult recv_nextK()
           
 void recv_offlineTable()
           
 void recv_onlineTable()
           
 void recv_pingTabletServer()
           
 void recv_removeConstraint()
           
 void recv_removeIterator()
           
 void recv_removeProperty()
           
 void recv_removeTableProperty()
           
 void recv_renameTable()
           
 void recv_revokeSystemPermission()
           
 void recv_revokeTablePermission()
           
 void recv_setLocalityGroups()
           
 void recv_setProperty()
           
 void recv_setTableProperty()
           
 Set<Range> recv_splitRangeByTablets()
           
 boolean recv_tableExists()
           
 Map<String,String> recv_tableIdMap()
           
 boolean recv_testClassLoad()
           
 boolean recv_testTableClassLoad()
           
 void recv_updateAndFlush()
           
 void removeConstraint(ByteBuffer login, String tableName, int constraint)
           
 void removeIterator(ByteBuffer login, String tableName, String iterName, Set<IteratorScope> scopes)
           
 void removeProperty(ByteBuffer login, String property)
           
 void removeTableProperty(ByteBuffer login, String tableName, String property)
           
 void renameTable(ByteBuffer login, String oldTableName, String newTableName)
           
 void revokeSystemPermission(ByteBuffer login, String user, SystemPermission perm)
           
 void revokeTablePermission(ByteBuffer login, String user, String table, TablePermission perm)
           
 void send_addConstraint(ByteBuffer login, String tableName, String constraintClassName)
           
 void send_addSplits(ByteBuffer login, String tableName, Set<ByteBuffer> splits)
           
 void send_attachIterator(ByteBuffer login, String tableName, IteratorSetting setting, Set<IteratorScope> scopes)
           
 void send_authenticateUser(ByteBuffer login, String user, Map<String,String> properties)
           
 void send_cancelCompaction(ByteBuffer login, String tableName)
           
 void send_changeLocalUserPassword(ByteBuffer login, String user, ByteBuffer password)
           
 void send_changeUserAuthorizations(ByteBuffer login, String user, Set<ByteBuffer> authorizations)
           
 void send_checkIteratorConflicts(ByteBuffer login, String tableName, IteratorSetting setting, Set<IteratorScope> scopes)
           
 void send_clearLocatorCache(ByteBuffer login, String tableName)
           
 void send_cloneTable(ByteBuffer login, String tableName, String newTableName, boolean flush, Map<String,String> propertiesToSet, Set<String> propertiesToExclude)
           
 void send_closeScanner(String scanner)
           
 void send_closeWriter(String writer)
           
 void send_compactTable(ByteBuffer login, String tableName, ByteBuffer startRow, ByteBuffer endRow, List<IteratorSetting> iterators, boolean flush, boolean wait)
           
 void send_createBatchScanner(ByteBuffer login, String tableName, BatchScanOptions options)
           
 void send_createLocalUser(ByteBuffer login, String user, ByteBuffer password)
           
 void send_createScanner(ByteBuffer login, String tableName, ScanOptions options)
           
 void send_createTable(ByteBuffer login, String tableName, boolean versioningIter, TimeType type)
           
 void send_createWriter(ByteBuffer login, String tableName, WriterOptions opts)
           
 void send_deleteRows(ByteBuffer login, String tableName, ByteBuffer startRow, ByteBuffer endRow)
           
 void send_deleteTable(ByteBuffer login, String tableName)
           
 void send_dropLocalUser(ByteBuffer login, String user)
           
 void send_exportTable(ByteBuffer login, String tableName, String exportDir)
           
 void send_flush(String writer)
           
 void send_flushTable(ByteBuffer login, String tableName, ByteBuffer startRow, ByteBuffer endRow, boolean wait)
           
 void send_getActiveCompactions(ByteBuffer login, String tserver)
           
 void send_getActiveScans(ByteBuffer login, String tserver)
           
 void send_getFollowing(Key key, PartialKey part)
           
 void send_getIteratorSetting(ByteBuffer login, String tableName, String iteratorName, IteratorScope scope)
           
 void send_getLocalityGroups(ByteBuffer login, String tableName)
           
 void send_getMaxRow(ByteBuffer login, String tableName, Set<ByteBuffer> auths, ByteBuffer startRow, boolean startInclusive, ByteBuffer endRow, boolean endInclusive)
           
 void send_getRowRange(ByteBuffer row)
           
 void send_getSiteConfiguration(ByteBuffer login)
           
 void send_getSystemConfiguration(ByteBuffer login)
           
 void send_getTableProperties(ByteBuffer login, String tableName)
           
 void send_getTabletServers(ByteBuffer login)
           
 void send_getUserAuthorizations(ByteBuffer login, String user)
           
 void send_grantSystemPermission(ByteBuffer login, String user, SystemPermission perm)
           
 void send_grantTablePermission(ByteBuffer login, String user, String table, TablePermission perm)
           
 void send_hasNext(String scanner)
           
 void send_hasSystemPermission(ByteBuffer login, String user, SystemPermission perm)
           
 void send_hasTablePermission(ByteBuffer login, String user, String table, TablePermission perm)
           
 void send_importDirectory(ByteBuffer login, String tableName, String importDir, String failureDir, boolean setTime)
           
 void send_importTable(ByteBuffer login, String tableName, String importDir)
           
 void send_listConstraints(ByteBuffer login, String tableName)
           
 void send_listIterators(ByteBuffer login, String tableName)
           
 void send_listLocalUsers(ByteBuffer login)
           
 void send_listSplits(ByteBuffer login, String tableName, int maxSplits)
           
 void send_listTables(ByteBuffer login)
           
 void send_login(String principal, Map<String,String> loginProperties)
           
 void send_mergeTablets(ByteBuffer login, String tableName, ByteBuffer startRow, ByteBuffer endRow)
           
 void send_nextEntry(String scanner)
           
 void send_nextK(String scanner, int k)
           
 void send_offlineTable(ByteBuffer login, String tableName)
           
 void send_onlineTable(ByteBuffer login, String tableName)
           
 void send_pingTabletServer(ByteBuffer login, String tserver)
           
 void send_removeConstraint(ByteBuffer login, String tableName, int constraint)
           
 void send_removeIterator(ByteBuffer login, String tableName, String iterName, Set<IteratorScope> scopes)
           
 void send_removeProperty(ByteBuffer login, String property)
           
 void send_removeTableProperty(ByteBuffer login, String tableName, String property)
           
 void send_renameTable(ByteBuffer login, String oldTableName, String newTableName)
           
 void send_revokeSystemPermission(ByteBuffer login, String user, SystemPermission perm)
           
 void send_revokeTablePermission(ByteBuffer login, String user, String table, TablePermission perm)
           
 void send_setLocalityGroups(ByteBuffer login, String tableName, Map<String,Set<String>> groups)
           
 void send_setProperty(ByteBuffer login, String property, String value)
           
 void send_setTableProperty(ByteBuffer login, String tableName, String property, String value)
           
 void send_splitRangeByTablets(ByteBuffer login, String tableName, Range range, int maxSplits)
           
 void send_tableExists(ByteBuffer login, String tableName)
           
 void send_tableIdMap(ByteBuffer login)
           
 void send_testClassLoad(ByteBuffer login, String className, String asTypeName)
           
 void send_testTableClassLoad(ByteBuffer login, String tableName, String className, String asTypeName)
           
 void send_update(String writer, Map<ByteBuffer,List<ColumnUpdate>> cells)
           
 void send_updateAndFlush(ByteBuffer login, String tableName, Map<ByteBuffer,List<ColumnUpdate>> cells)
           
 void setLocalityGroups(ByteBuffer login, String tableName, Map<String,Set<String>> groups)
           
 void setProperty(ByteBuffer login, String property, String value)
           
 void setTableProperty(ByteBuffer login, String tableName, String property, String value)
           
 Set<Range> splitRangeByTablets(ByteBuffer login, String tableName, Range range, int maxSplits)
           
 boolean tableExists(ByteBuffer login, String tableName)
           
 Map<String,String> tableIdMap(ByteBuffer login)
           
 boolean testClassLoad(ByteBuffer login, String className, String asTypeName)
           
 boolean testTableClassLoad(ByteBuffer login, String tableName, String className, String asTypeName)
           
 void update(String writer, Map<ByteBuffer,List<ColumnUpdate>> cells)
           
 void updateAndFlush(ByteBuffer login, String tableName, Map<ByteBuffer,List<ColumnUpdate>> cells)
           
 
Methods inherited from class org.apache.thrift.TServiceClient
getInputProtocol, getOutputProtocol, receiveBase, sendBase
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccumuloProxy.Client

public AccumuloProxy.Client(org.apache.thrift.protocol.TProtocol prot)

AccumuloProxy.Client

public AccumuloProxy.Client(org.apache.thrift.protocol.TProtocol iprot,
                            org.apache.thrift.protocol.TProtocol oprot)
Method Detail

login

public ByteBuffer login(String principal,
                        Map<String,String> loginProperties)
                 throws AccumuloSecurityException,
                        org.apache.thrift.TException
Specified by:
login in interface AccumuloProxy.Iface
Throws:
AccumuloSecurityException
org.apache.thrift.TException

send_login

public void send_login(String principal,
                       Map<String,String> loginProperties)
                throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_login

public ByteBuffer recv_login()
                      throws AccumuloSecurityException,
                             org.apache.thrift.TException
Throws:
AccumuloSecurityException
org.apache.thrift.TException

addConstraint

public int addConstraint(ByteBuffer login,
                         String tableName,
                         String constraintClassName)
                  throws AccumuloException,
                         AccumuloSecurityException,
                         TableNotFoundException,
                         org.apache.thrift.TException
Specified by:
addConstraint in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

send_addConstraint

public void send_addConstraint(ByteBuffer login,
                               String tableName,
                               String constraintClassName)
                        throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_addConstraint

public int recv_addConstraint()
                       throws AccumuloException,
                              AccumuloSecurityException,
                              TableNotFoundException,
                              org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

addSplits

public void addSplits(ByteBuffer login,
                      String tableName,
                      Set<ByteBuffer> splits)
               throws AccumuloException,
                      AccumuloSecurityException,
                      TableNotFoundException,
                      org.apache.thrift.TException
Specified by:
addSplits in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

send_addSplits

public void send_addSplits(ByteBuffer login,
                           String tableName,
                           Set<ByteBuffer> splits)
                    throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_addSplits

public void recv_addSplits()
                    throws AccumuloException,
                           AccumuloSecurityException,
                           TableNotFoundException,
                           org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

attachIterator

public void attachIterator(ByteBuffer login,
                           String tableName,
                           IteratorSetting setting,
                           Set<IteratorScope> scopes)
                    throws AccumuloSecurityException,
                           AccumuloException,
                           TableNotFoundException,
                           org.apache.thrift.TException
Specified by:
attachIterator in interface AccumuloProxy.Iface
Throws:
AccumuloSecurityException
AccumuloException
TableNotFoundException
org.apache.thrift.TException

send_attachIterator

public void send_attachIterator(ByteBuffer login,
                                String tableName,
                                IteratorSetting setting,
                                Set<IteratorScope> scopes)
                         throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_attachIterator

public void recv_attachIterator()
                         throws AccumuloSecurityException,
                                AccumuloException,
                                TableNotFoundException,
                                org.apache.thrift.TException
Throws:
AccumuloSecurityException
AccumuloException
TableNotFoundException
org.apache.thrift.TException

checkIteratorConflicts

public void checkIteratorConflicts(ByteBuffer login,
                                   String tableName,
                                   IteratorSetting setting,
                                   Set<IteratorScope> scopes)
                            throws AccumuloSecurityException,
                                   AccumuloException,
                                   TableNotFoundException,
                                   org.apache.thrift.TException
Specified by:
checkIteratorConflicts in interface AccumuloProxy.Iface
Throws:
AccumuloSecurityException
AccumuloException
TableNotFoundException
org.apache.thrift.TException

send_checkIteratorConflicts

public void send_checkIteratorConflicts(ByteBuffer login,
                                        String tableName,
                                        IteratorSetting setting,
                                        Set<IteratorScope> scopes)
                                 throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_checkIteratorConflicts

public void recv_checkIteratorConflicts()
                                 throws AccumuloSecurityException,
                                        AccumuloException,
                                        TableNotFoundException,
                                        org.apache.thrift.TException
Throws:
AccumuloSecurityException
AccumuloException
TableNotFoundException
org.apache.thrift.TException

clearLocatorCache

public void clearLocatorCache(ByteBuffer login,
                              String tableName)
                       throws TableNotFoundException,
                              org.apache.thrift.TException
Specified by:
clearLocatorCache in interface AccumuloProxy.Iface
Throws:
TableNotFoundException
org.apache.thrift.TException

send_clearLocatorCache

public void send_clearLocatorCache(ByteBuffer login,
                                   String tableName)
                            throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_clearLocatorCache

public void recv_clearLocatorCache()
                            throws TableNotFoundException,
                                   org.apache.thrift.TException
Throws:
TableNotFoundException
org.apache.thrift.TException

cloneTable

public void cloneTable(ByteBuffer login,
                       String tableName,
                       String newTableName,
                       boolean flush,
                       Map<String,String> propertiesToSet,
                       Set<String> propertiesToExclude)
                throws AccumuloException,
                       AccumuloSecurityException,
                       TableNotFoundException,
                       TableExistsException,
                       org.apache.thrift.TException
Specified by:
cloneTable in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
TableExistsException
org.apache.thrift.TException

send_cloneTable

public void send_cloneTable(ByteBuffer login,
                            String tableName,
                            String newTableName,
                            boolean flush,
                            Map<String,String> propertiesToSet,
                            Set<String> propertiesToExclude)
                     throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_cloneTable

public void recv_cloneTable()
                     throws AccumuloException,
                            AccumuloSecurityException,
                            TableNotFoundException,
                            TableExistsException,
                            org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
TableExistsException
org.apache.thrift.TException

compactTable

public void compactTable(ByteBuffer login,
                         String tableName,
                         ByteBuffer startRow,
                         ByteBuffer endRow,
                         List<IteratorSetting> iterators,
                         boolean flush,
                         boolean wait)
                  throws AccumuloSecurityException,
                         TableNotFoundException,
                         AccumuloException,
                         org.apache.thrift.TException
Specified by:
compactTable in interface AccumuloProxy.Iface
Throws:
AccumuloSecurityException
TableNotFoundException
AccumuloException
org.apache.thrift.TException

send_compactTable

public void send_compactTable(ByteBuffer login,
                              String tableName,
                              ByteBuffer startRow,
                              ByteBuffer endRow,
                              List<IteratorSetting> iterators,
                              boolean flush,
                              boolean wait)
                       throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_compactTable

public void recv_compactTable()
                       throws AccumuloSecurityException,
                              TableNotFoundException,
                              AccumuloException,
                              org.apache.thrift.TException
Throws:
AccumuloSecurityException
TableNotFoundException
AccumuloException
org.apache.thrift.TException

cancelCompaction

public void cancelCompaction(ByteBuffer login,
                             String tableName)
                      throws AccumuloSecurityException,
                             TableNotFoundException,
                             AccumuloException,
                             org.apache.thrift.TException
Specified by:
cancelCompaction in interface AccumuloProxy.Iface
Throws:
AccumuloSecurityException
TableNotFoundException
AccumuloException
org.apache.thrift.TException

send_cancelCompaction

public void send_cancelCompaction(ByteBuffer login,
                                  String tableName)
                           throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_cancelCompaction

public void recv_cancelCompaction()
                           throws AccumuloSecurityException,
                                  TableNotFoundException,
                                  AccumuloException,
                                  org.apache.thrift.TException
Throws:
AccumuloSecurityException
TableNotFoundException
AccumuloException
org.apache.thrift.TException

createTable

public void createTable(ByteBuffer login,
                        String tableName,
                        boolean versioningIter,
                        TimeType type)
                 throws AccumuloException,
                        AccumuloSecurityException,
                        TableExistsException,
                        org.apache.thrift.TException
Specified by:
createTable in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
TableExistsException
org.apache.thrift.TException

send_createTable

public void send_createTable(ByteBuffer login,
                             String tableName,
                             boolean versioningIter,
                             TimeType type)
                      throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_createTable

public void recv_createTable()
                      throws AccumuloException,
                             AccumuloSecurityException,
                             TableExistsException,
                             org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
TableExistsException
org.apache.thrift.TException

deleteTable

public void deleteTable(ByteBuffer login,
                        String tableName)
                 throws AccumuloException,
                        AccumuloSecurityException,
                        TableNotFoundException,
                        org.apache.thrift.TException
Specified by:
deleteTable in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

send_deleteTable

public void send_deleteTable(ByteBuffer login,
                             String tableName)
                      throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_deleteTable

public void recv_deleteTable()
                      throws AccumuloException,
                             AccumuloSecurityException,
                             TableNotFoundException,
                             org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

deleteRows

public void deleteRows(ByteBuffer login,
                       String tableName,
                       ByteBuffer startRow,
                       ByteBuffer endRow)
                throws AccumuloException,
                       AccumuloSecurityException,
                       TableNotFoundException,
                       org.apache.thrift.TException
Specified by:
deleteRows in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

send_deleteRows

public void send_deleteRows(ByteBuffer login,
                            String tableName,
                            ByteBuffer startRow,
                            ByteBuffer endRow)
                     throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_deleteRows

public void recv_deleteRows()
                     throws AccumuloException,
                            AccumuloSecurityException,
                            TableNotFoundException,
                            org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

exportTable

public void exportTable(ByteBuffer login,
                        String tableName,
                        String exportDir)
                 throws AccumuloException,
                        AccumuloSecurityException,
                        TableNotFoundException,
                        org.apache.thrift.TException
Specified by:
exportTable in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

send_exportTable

public void send_exportTable(ByteBuffer login,
                             String tableName,
                             String exportDir)
                      throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_exportTable

public void recv_exportTable()
                      throws AccumuloException,
                             AccumuloSecurityException,
                             TableNotFoundException,
                             org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

flushTable

public void flushTable(ByteBuffer login,
                       String tableName,
                       ByteBuffer startRow,
                       ByteBuffer endRow,
                       boolean wait)
                throws AccumuloException,
                       AccumuloSecurityException,
                       TableNotFoundException,
                       org.apache.thrift.TException
Specified by:
flushTable in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

send_flushTable

public void send_flushTable(ByteBuffer login,
                            String tableName,
                            ByteBuffer startRow,
                            ByteBuffer endRow,
                            boolean wait)
                     throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_flushTable

public void recv_flushTable()
                     throws AccumuloException,
                            AccumuloSecurityException,
                            TableNotFoundException,
                            org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

getLocalityGroups

public Map<String,Set<String>> getLocalityGroups(ByteBuffer login,
                                                 String tableName)
                                          throws AccumuloException,
                                                 AccumuloSecurityException,
                                                 TableNotFoundException,
                                                 org.apache.thrift.TException
Specified by:
getLocalityGroups in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

send_getLocalityGroups

public void send_getLocalityGroups(ByteBuffer login,
                                   String tableName)
                            throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_getLocalityGroups

public Map<String,Set<String>> recv_getLocalityGroups()
                                               throws AccumuloException,
                                                      AccumuloSecurityException,
                                                      TableNotFoundException,
                                                      org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

getIteratorSetting

public IteratorSetting getIteratorSetting(ByteBuffer login,
                                          String tableName,
                                          String iteratorName,
                                          IteratorScope scope)
                                   throws AccumuloException,
                                          AccumuloSecurityException,
                                          TableNotFoundException,
                                          org.apache.thrift.TException
Specified by:
getIteratorSetting in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

send_getIteratorSetting

public void send_getIteratorSetting(ByteBuffer login,
                                    String tableName,
                                    String iteratorName,
                                    IteratorScope scope)
                             throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_getIteratorSetting

public IteratorSetting recv_getIteratorSetting()
                                        throws AccumuloException,
                                               AccumuloSecurityException,
                                               TableNotFoundException,
                                               org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

getMaxRow

public ByteBuffer getMaxRow(ByteBuffer login,
                            String tableName,
                            Set<ByteBuffer> auths,
                            ByteBuffer startRow,
                            boolean startInclusive,
                            ByteBuffer endRow,
                            boolean endInclusive)
                     throws AccumuloException,
                            AccumuloSecurityException,
                            TableNotFoundException,
                            org.apache.thrift.TException
Specified by:
getMaxRow in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

send_getMaxRow

public void send_getMaxRow(ByteBuffer login,
                           String tableName,
                           Set<ByteBuffer> auths,
                           ByteBuffer startRow,
                           boolean startInclusive,
                           ByteBuffer endRow,
                           boolean endInclusive)
                    throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_getMaxRow

public ByteBuffer recv_getMaxRow()
                          throws AccumuloException,
                                 AccumuloSecurityException,
                                 TableNotFoundException,
                                 org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

getTableProperties

public Map<String,String> getTableProperties(ByteBuffer login,
                                             String tableName)
                                      throws AccumuloException,
                                             AccumuloSecurityException,
                                             TableNotFoundException,
                                             org.apache.thrift.TException
Specified by:
getTableProperties in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

send_getTableProperties

public void send_getTableProperties(ByteBuffer login,
                                    String tableName)
                             throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_getTableProperties

public Map<String,String> recv_getTableProperties()
                                           throws AccumuloException,
                                                  AccumuloSecurityException,
                                                  TableNotFoundException,
                                                  org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

importDirectory

public void importDirectory(ByteBuffer login,
                            String tableName,
                            String importDir,
                            String failureDir,
                            boolean setTime)
                     throws TableNotFoundException,
                            AccumuloException,
                            AccumuloSecurityException,
                            org.apache.thrift.TException
Specified by:
importDirectory in interface AccumuloProxy.Iface
Throws:
TableNotFoundException
AccumuloException
AccumuloSecurityException
org.apache.thrift.TException

send_importDirectory

public void send_importDirectory(ByteBuffer login,
                                 String tableName,
                                 String importDir,
                                 String failureDir,
                                 boolean setTime)
                          throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_importDirectory

public void recv_importDirectory()
                          throws TableNotFoundException,
                                 AccumuloException,
                                 AccumuloSecurityException,
                                 org.apache.thrift.TException
Throws:
TableNotFoundException
AccumuloException
AccumuloSecurityException
org.apache.thrift.TException

importTable

public void importTable(ByteBuffer login,
                        String tableName,
                        String importDir)
                 throws TableExistsException,
                        AccumuloException,
                        AccumuloSecurityException,
                        org.apache.thrift.TException
Specified by:
importTable in interface AccumuloProxy.Iface
Throws:
TableExistsException
AccumuloException
AccumuloSecurityException
org.apache.thrift.TException

send_importTable

public void send_importTable(ByteBuffer login,
                             String tableName,
                             String importDir)
                      throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_importTable

public void recv_importTable()
                      throws TableExistsException,
                             AccumuloException,
                             AccumuloSecurityException,
                             org.apache.thrift.TException
Throws:
TableExistsException
AccumuloException
AccumuloSecurityException
org.apache.thrift.TException

listSplits

public List<ByteBuffer> listSplits(ByteBuffer login,
                                   String tableName,
                                   int maxSplits)
                            throws AccumuloException,
                                   AccumuloSecurityException,
                                   TableNotFoundException,
                                   org.apache.thrift.TException
Specified by:
listSplits in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

send_listSplits

public void send_listSplits(ByteBuffer login,
                            String tableName,
                            int maxSplits)
                     throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_listSplits

public List<ByteBuffer> recv_listSplits()
                                 throws AccumuloException,
                                        AccumuloSecurityException,
                                        TableNotFoundException,
                                        org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

listTables

public Set<String> listTables(ByteBuffer login)
                       throws org.apache.thrift.TException
Specified by:
listTables in interface AccumuloProxy.Iface
Throws:
org.apache.thrift.TException

send_listTables

public void send_listTables(ByteBuffer login)
                     throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_listTables

public Set<String> recv_listTables()
                            throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

listIterators

public Map<String,Set<IteratorScope>> listIterators(ByteBuffer login,
                                                    String tableName)
                                             throws AccumuloException,
                                                    AccumuloSecurityException,
                                                    TableNotFoundException,
                                                    org.apache.thrift.TException
Specified by:
listIterators in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

send_listIterators

public void send_listIterators(ByteBuffer login,
                               String tableName)
                        throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_listIterators

public Map<String,Set<IteratorScope>> recv_listIterators()
                                                  throws AccumuloException,
                                                         AccumuloSecurityException,
                                                         TableNotFoundException,
                                                         org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

listConstraints

public Map<String,Integer> listConstraints(ByteBuffer login,
                                           String tableName)
                                    throws AccumuloException,
                                           AccumuloSecurityException,
                                           TableNotFoundException,
                                           org.apache.thrift.TException
Specified by:
listConstraints in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

send_listConstraints

public void send_listConstraints(ByteBuffer login,
                                 String tableName)
                          throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_listConstraints

public Map<String,Integer> recv_listConstraints()
                                         throws AccumuloException,
                                                AccumuloSecurityException,
                                                TableNotFoundException,
                                                org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

mergeTablets

public void mergeTablets(ByteBuffer login,
                         String tableName,
                         ByteBuffer startRow,
                         ByteBuffer endRow)
                  throws AccumuloException,
                         AccumuloSecurityException,
                         TableNotFoundException,
                         org.apache.thrift.TException
Specified by:
mergeTablets in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

send_mergeTablets

public void send_mergeTablets(ByteBuffer login,
                              String tableName,
                              ByteBuffer startRow,
                              ByteBuffer endRow)
                       throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_mergeTablets

public void recv_mergeTablets()
                       throws AccumuloException,
                              AccumuloSecurityException,
                              TableNotFoundException,
                              org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

offlineTable

public void offlineTable(ByteBuffer login,
                         String tableName)
                  throws AccumuloException,
                         AccumuloSecurityException,
                         TableNotFoundException,
                         org.apache.thrift.TException
Specified by:
offlineTable in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

send_offlineTable

public void send_offlineTable(ByteBuffer login,
                              String tableName)
                       throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_offlineTable

public void recv_offlineTable()
                       throws AccumuloException,
                              AccumuloSecurityException,
                              TableNotFoundException,
                              org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

onlineTable

public void onlineTable(ByteBuffer login,
                        String tableName)
                 throws AccumuloException,
                        AccumuloSecurityException,
                        TableNotFoundException,
                        org.apache.thrift.TException
Specified by:
onlineTable in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

send_onlineTable

public void send_onlineTable(ByteBuffer login,
                             String tableName)
                      throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_onlineTable

public void recv_onlineTable()
                      throws AccumuloException,
                             AccumuloSecurityException,
                             TableNotFoundException,
                             org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

removeConstraint

public void removeConstraint(ByteBuffer login,
                             String tableName,
                             int constraint)
                      throws AccumuloException,
                             AccumuloSecurityException,
                             TableNotFoundException,
                             org.apache.thrift.TException
Specified by:
removeConstraint in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

send_removeConstraint

public void send_removeConstraint(ByteBuffer login,
                                  String tableName,
                                  int constraint)
                           throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_removeConstraint

public void recv_removeConstraint()
                           throws AccumuloException,
                                  AccumuloSecurityException,
                                  TableNotFoundException,
                                  org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

removeIterator

public void removeIterator(ByteBuffer login,
                           String tableName,
                           String iterName,
                           Set<IteratorScope> scopes)
                    throws AccumuloException,
                           AccumuloSecurityException,
                           TableNotFoundException,
                           org.apache.thrift.TException
Specified by:
removeIterator in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

send_removeIterator

public void send_removeIterator(ByteBuffer login,
                                String tableName,
                                String iterName,
                                Set<IteratorScope> scopes)
                         throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_removeIterator

public void recv_removeIterator()
                         throws AccumuloException,
                                AccumuloSecurityException,
                                TableNotFoundException,
                                org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

removeTableProperty

public void removeTableProperty(ByteBuffer login,
                                String tableName,
                                String property)
                         throws AccumuloException,
                                AccumuloSecurityException,
                                TableNotFoundException,
                                org.apache.thrift.TException
Specified by:
removeTableProperty in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

send_removeTableProperty

public void send_removeTableProperty(ByteBuffer login,
                                     String tableName,
                                     String property)
                              throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_removeTableProperty

public void recv_removeTableProperty()
                              throws AccumuloException,
                                     AccumuloSecurityException,
                                     TableNotFoundException,
                                     org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

renameTable

public void renameTable(ByteBuffer login,
                        String oldTableName,
                        String newTableName)
                 throws AccumuloException,
                        AccumuloSecurityException,
                        TableNotFoundException,
                        TableExistsException,
                        org.apache.thrift.TException
Specified by:
renameTable in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
TableExistsException
org.apache.thrift.TException

send_renameTable

public void send_renameTable(ByteBuffer login,
                             String oldTableName,
                             String newTableName)
                      throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_renameTable

public void recv_renameTable()
                      throws AccumuloException,
                             AccumuloSecurityException,
                             TableNotFoundException,
                             TableExistsException,
                             org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
TableExistsException
org.apache.thrift.TException

setLocalityGroups

public void setLocalityGroups(ByteBuffer login,
                              String tableName,
                              Map<String,Set<String>> groups)
                       throws AccumuloException,
                              AccumuloSecurityException,
                              TableNotFoundException,
                              org.apache.thrift.TException
Specified by:
setLocalityGroups in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

send_setLocalityGroups

public void send_setLocalityGroups(ByteBuffer login,
                                   String tableName,
                                   Map<String,Set<String>> groups)
                            throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_setLocalityGroups

public void recv_setLocalityGroups()
                            throws AccumuloException,
                                   AccumuloSecurityException,
                                   TableNotFoundException,
                                   org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

setTableProperty

public void setTableProperty(ByteBuffer login,
                             String tableName,
                             String property,
                             String value)
                      throws AccumuloException,
                             AccumuloSecurityException,
                             TableNotFoundException,
                             org.apache.thrift.TException
Specified by:
setTableProperty in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

send_setTableProperty

public void send_setTableProperty(ByteBuffer login,
                                  String tableName,
                                  String property,
                                  String value)
                           throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_setTableProperty

public void recv_setTableProperty()
                           throws AccumuloException,
                                  AccumuloSecurityException,
                                  TableNotFoundException,
                                  org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

splitRangeByTablets

public Set<Range> splitRangeByTablets(ByteBuffer login,
                                      String tableName,
                                      Range range,
                                      int maxSplits)
                               throws AccumuloException,
                                      AccumuloSecurityException,
                                      TableNotFoundException,
                                      org.apache.thrift.TException
Specified by:
splitRangeByTablets in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

send_splitRangeByTablets

public void send_splitRangeByTablets(ByteBuffer login,
                                     String tableName,
                                     Range range,
                                     int maxSplits)
                              throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_splitRangeByTablets

public Set<Range> recv_splitRangeByTablets()
                                    throws AccumuloException,
                                           AccumuloSecurityException,
                                           TableNotFoundException,
                                           org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

tableExists

public boolean tableExists(ByteBuffer login,
                           String tableName)
                    throws org.apache.thrift.TException
Specified by:
tableExists in interface AccumuloProxy.Iface
Throws:
org.apache.thrift.TException

send_tableExists

public void send_tableExists(ByteBuffer login,
                             String tableName)
                      throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_tableExists

public boolean recv_tableExists()
                         throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

tableIdMap

public Map<String,String> tableIdMap(ByteBuffer login)
                              throws org.apache.thrift.TException
Specified by:
tableIdMap in interface AccumuloProxy.Iface
Throws:
org.apache.thrift.TException

send_tableIdMap

public void send_tableIdMap(ByteBuffer login)
                     throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_tableIdMap

public Map<String,String> recv_tableIdMap()
                                   throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

testTableClassLoad

public boolean testTableClassLoad(ByteBuffer login,
                                  String tableName,
                                  String className,
                                  String asTypeName)
                           throws AccumuloException,
                                  AccumuloSecurityException,
                                  TableNotFoundException,
                                  org.apache.thrift.TException
Specified by:
testTableClassLoad in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

send_testTableClassLoad

public void send_testTableClassLoad(ByteBuffer login,
                                    String tableName,
                                    String className,
                                    String asTypeName)
                             throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_testTableClassLoad

public boolean recv_testTableClassLoad()
                                throws AccumuloException,
                                       AccumuloSecurityException,
                                       TableNotFoundException,
                                       org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

pingTabletServer

public void pingTabletServer(ByteBuffer login,
                             String tserver)
                      throws AccumuloException,
                             AccumuloSecurityException,
                             org.apache.thrift.TException
Specified by:
pingTabletServer in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
org.apache.thrift.TException

send_pingTabletServer

public void send_pingTabletServer(ByteBuffer login,
                                  String tserver)
                           throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_pingTabletServer

public void recv_pingTabletServer()
                           throws AccumuloException,
                                  AccumuloSecurityException,
                                  org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
org.apache.thrift.TException

getActiveScans

public List<ActiveScan> getActiveScans(ByteBuffer login,
                                       String tserver)
                                throws AccumuloException,
                                       AccumuloSecurityException,
                                       org.apache.thrift.TException
Specified by:
getActiveScans in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
org.apache.thrift.TException

send_getActiveScans

public void send_getActiveScans(ByteBuffer login,
                                String tserver)
                         throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_getActiveScans

public List<ActiveScan> recv_getActiveScans()
                                     throws AccumuloException,
                                            AccumuloSecurityException,
                                            org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
org.apache.thrift.TException

getActiveCompactions

public List<ActiveCompaction> getActiveCompactions(ByteBuffer login,
                                                   String tserver)
                                            throws AccumuloException,
                                                   AccumuloSecurityException,
                                                   org.apache.thrift.TException
Specified by:
getActiveCompactions in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
org.apache.thrift.TException

send_getActiveCompactions

public void send_getActiveCompactions(ByteBuffer login,
                                      String tserver)
                               throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_getActiveCompactions

public List<ActiveCompaction> recv_getActiveCompactions()
                                                 throws AccumuloException,
                                                        AccumuloSecurityException,
                                                        org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
org.apache.thrift.TException

getSiteConfiguration

public Map<String,String> getSiteConfiguration(ByteBuffer login)
                                        throws AccumuloException,
                                               AccumuloSecurityException,
                                               org.apache.thrift.TException
Specified by:
getSiteConfiguration in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
org.apache.thrift.TException

send_getSiteConfiguration

public void send_getSiteConfiguration(ByteBuffer login)
                               throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_getSiteConfiguration

public Map<String,String> recv_getSiteConfiguration()
                                             throws AccumuloException,
                                                    AccumuloSecurityException,
                                                    org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
org.apache.thrift.TException

getSystemConfiguration

public Map<String,String> getSystemConfiguration(ByteBuffer login)
                                          throws AccumuloException,
                                                 AccumuloSecurityException,
                                                 org.apache.thrift.TException
Specified by:
getSystemConfiguration in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
org.apache.thrift.TException

send_getSystemConfiguration

public void send_getSystemConfiguration(ByteBuffer login)
                                 throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_getSystemConfiguration

public Map<String,String> recv_getSystemConfiguration()
                                               throws AccumuloException,
                                                      AccumuloSecurityException,
                                                      org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
org.apache.thrift.TException

getTabletServers

public List<String> getTabletServers(ByteBuffer login)
                              throws org.apache.thrift.TException
Specified by:
getTabletServers in interface AccumuloProxy.Iface
Throws:
org.apache.thrift.TException

send_getTabletServers

public void send_getTabletServers(ByteBuffer login)
                           throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_getTabletServers

public List<String> recv_getTabletServers()
                                   throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

removeProperty

public void removeProperty(ByteBuffer login,
                           String property)
                    throws AccumuloException,
                           AccumuloSecurityException,
                           org.apache.thrift.TException
Specified by:
removeProperty in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
org.apache.thrift.TException

send_removeProperty

public void send_removeProperty(ByteBuffer login,
                                String property)
                         throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_removeProperty

public void recv_removeProperty()
                         throws AccumuloException,
                                AccumuloSecurityException,
                                org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
org.apache.thrift.TException

setProperty

public void setProperty(ByteBuffer login,
                        String property,
                        String value)
                 throws AccumuloException,
                        AccumuloSecurityException,
                        org.apache.thrift.TException
Specified by:
setProperty in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
org.apache.thrift.TException

send_setProperty

public void send_setProperty(ByteBuffer login,
                             String property,
                             String value)
                      throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_setProperty

public void recv_setProperty()
                      throws AccumuloException,
                             AccumuloSecurityException,
                             org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
org.apache.thrift.TException

testClassLoad

public boolean testClassLoad(ByteBuffer login,
                             String className,
                             String asTypeName)
                      throws AccumuloException,
                             AccumuloSecurityException,
                             org.apache.thrift.TException
Specified by:
testClassLoad in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
org.apache.thrift.TException

send_testClassLoad

public void send_testClassLoad(ByteBuffer login,
                               String className,
                               String asTypeName)
                        throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_testClassLoad

public boolean recv_testClassLoad()
                           throws AccumuloException,
                                  AccumuloSecurityException,
                                  org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
org.apache.thrift.TException

authenticateUser

public boolean authenticateUser(ByteBuffer login,
                                String user,
                                Map<String,String> properties)
                         throws AccumuloException,
                                AccumuloSecurityException,
                                org.apache.thrift.TException
Specified by:
authenticateUser in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
org.apache.thrift.TException

send_authenticateUser

public void send_authenticateUser(ByteBuffer login,
                                  String user,
                                  Map<String,String> properties)
                           throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_authenticateUser

public boolean recv_authenticateUser()
                              throws AccumuloException,
                                     AccumuloSecurityException,
                                     org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
org.apache.thrift.TException

changeUserAuthorizations

public void changeUserAuthorizations(ByteBuffer login,
                                     String user,
                                     Set<ByteBuffer> authorizations)
                              throws AccumuloException,
                                     AccumuloSecurityException,
                                     org.apache.thrift.TException
Specified by:
changeUserAuthorizations in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
org.apache.thrift.TException

send_changeUserAuthorizations

public void send_changeUserAuthorizations(ByteBuffer login,
                                          String user,
                                          Set<ByteBuffer> authorizations)
                                   throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_changeUserAuthorizations

public void recv_changeUserAuthorizations()
                                   throws AccumuloException,
                                          AccumuloSecurityException,
                                          org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
org.apache.thrift.TException

changeLocalUserPassword

public void changeLocalUserPassword(ByteBuffer login,
                                    String user,
                                    ByteBuffer password)
                             throws AccumuloException,
                                    AccumuloSecurityException,
                                    org.apache.thrift.TException
Specified by:
changeLocalUserPassword in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
org.apache.thrift.TException

send_changeLocalUserPassword

public void send_changeLocalUserPassword(ByteBuffer login,
                                         String user,
                                         ByteBuffer password)
                                  throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_changeLocalUserPassword

public void recv_changeLocalUserPassword()
                                  throws AccumuloException,
                                         AccumuloSecurityException,
                                         org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
org.apache.thrift.TException

createLocalUser

public void createLocalUser(ByteBuffer login,
                            String user,
                            ByteBuffer password)
                     throws AccumuloException,
                            AccumuloSecurityException,
                            org.apache.thrift.TException
Specified by:
createLocalUser in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
org.apache.thrift.TException

send_createLocalUser

public void send_createLocalUser(ByteBuffer login,
                                 String user,
                                 ByteBuffer password)
                          throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_createLocalUser

public void recv_createLocalUser()
                          throws AccumuloException,
                                 AccumuloSecurityException,
                                 org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
org.apache.thrift.TException

dropLocalUser

public void dropLocalUser(ByteBuffer login,
                          String user)
                   throws AccumuloException,
                          AccumuloSecurityException,
                          org.apache.thrift.TException
Specified by:
dropLocalUser in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
org.apache.thrift.TException

send_dropLocalUser

public void send_dropLocalUser(ByteBuffer login,
                               String user)
                        throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_dropLocalUser

public void recv_dropLocalUser()
                        throws AccumuloException,
                               AccumuloSecurityException,
                               org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
org.apache.thrift.TException

getUserAuthorizations

public List<ByteBuffer> getUserAuthorizations(ByteBuffer login,
                                              String user)
                                       throws AccumuloException,
                                              AccumuloSecurityException,
                                              org.apache.thrift.TException
Specified by:
getUserAuthorizations in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
org.apache.thrift.TException

send_getUserAuthorizations

public void send_getUserAuthorizations(ByteBuffer login,
                                       String user)
                                throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_getUserAuthorizations

public List<ByteBuffer> recv_getUserAuthorizations()
                                            throws AccumuloException,
                                                   AccumuloSecurityException,
                                                   org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
org.apache.thrift.TException

grantSystemPermission

public void grantSystemPermission(ByteBuffer login,
                                  String user,
                                  SystemPermission perm)
                           throws AccumuloException,
                                  AccumuloSecurityException,
                                  org.apache.thrift.TException
Specified by:
grantSystemPermission in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
org.apache.thrift.TException

send_grantSystemPermission

public void send_grantSystemPermission(ByteBuffer login,
                                       String user,
                                       SystemPermission perm)
                                throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_grantSystemPermission

public void recv_grantSystemPermission()
                                throws AccumuloException,
                                       AccumuloSecurityException,
                                       org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
org.apache.thrift.TException

grantTablePermission

public void grantTablePermission(ByteBuffer login,
                                 String user,
                                 String table,
                                 TablePermission perm)
                          throws AccumuloException,
                                 AccumuloSecurityException,
                                 TableNotFoundException,
                                 org.apache.thrift.TException
Specified by:
grantTablePermission in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

send_grantTablePermission

public void send_grantTablePermission(ByteBuffer login,
                                      String user,
                                      String table,
                                      TablePermission perm)
                               throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_grantTablePermission

public void recv_grantTablePermission()
                               throws AccumuloException,
                                      AccumuloSecurityException,
                                      TableNotFoundException,
                                      org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

hasSystemPermission

public boolean hasSystemPermission(ByteBuffer login,
                                   String user,
                                   SystemPermission perm)
                            throws AccumuloException,
                                   AccumuloSecurityException,
                                   org.apache.thrift.TException
Specified by:
hasSystemPermission in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
org.apache.thrift.TException

send_hasSystemPermission

public void send_hasSystemPermission(ByteBuffer login,
                                     String user,
                                     SystemPermission perm)
                              throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_hasSystemPermission

public boolean recv_hasSystemPermission()
                                 throws AccumuloException,
                                        AccumuloSecurityException,
                                        org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
org.apache.thrift.TException

hasTablePermission

public boolean hasTablePermission(ByteBuffer login,
                                  String user,
                                  String table,
                                  TablePermission perm)
                           throws AccumuloException,
                                  AccumuloSecurityException,
                                  TableNotFoundException,
                                  org.apache.thrift.TException
Specified by:
hasTablePermission in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

send_hasTablePermission

public void send_hasTablePermission(ByteBuffer login,
                                    String user,
                                    String table,
                                    TablePermission perm)
                             throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_hasTablePermission

public boolean recv_hasTablePermission()
                                throws AccumuloException,
                                       AccumuloSecurityException,
                                       TableNotFoundException,
                                       org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

listLocalUsers

public Set<String> listLocalUsers(ByteBuffer login)
                           throws AccumuloException,
                                  AccumuloSecurityException,
                                  TableNotFoundException,
                                  org.apache.thrift.TException
Specified by:
listLocalUsers in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

send_listLocalUsers

public void send_listLocalUsers(ByteBuffer login)
                         throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_listLocalUsers

public Set<String> recv_listLocalUsers()
                                throws AccumuloException,
                                       AccumuloSecurityException,
                                       TableNotFoundException,
                                       org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

revokeSystemPermission

public void revokeSystemPermission(ByteBuffer login,
                                   String user,
                                   SystemPermission perm)
                            throws AccumuloException,
                                   AccumuloSecurityException,
                                   org.apache.thrift.TException
Specified by:
revokeSystemPermission in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
org.apache.thrift.TException

send_revokeSystemPermission

public void send_revokeSystemPermission(ByteBuffer login,
                                        String user,
                                        SystemPermission perm)
                                 throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_revokeSystemPermission

public void recv_revokeSystemPermission()
                                 throws AccumuloException,
                                        AccumuloSecurityException,
                                        org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
org.apache.thrift.TException

revokeTablePermission

public void revokeTablePermission(ByteBuffer login,
                                  String user,
                                  String table,
                                  TablePermission perm)
                           throws AccumuloException,
                                  AccumuloSecurityException,
                                  TableNotFoundException,
                                  org.apache.thrift.TException
Specified by:
revokeTablePermission in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

send_revokeTablePermission

public void send_revokeTablePermission(ByteBuffer login,
                                       String user,
                                       String table,
                                       TablePermission perm)
                                throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_revokeTablePermission

public void recv_revokeTablePermission()
                                throws AccumuloException,
                                       AccumuloSecurityException,
                                       TableNotFoundException,
                                       org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

createBatchScanner

public String createBatchScanner(ByteBuffer login,
                                 String tableName,
                                 BatchScanOptions options)
                          throws AccumuloException,
                                 AccumuloSecurityException,
                                 TableNotFoundException,
                                 org.apache.thrift.TException
Specified by:
createBatchScanner in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

send_createBatchScanner

public void send_createBatchScanner(ByteBuffer login,
                                    String tableName,
                                    BatchScanOptions options)
                             throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_createBatchScanner

public String recv_createBatchScanner()
                               throws AccumuloException,
                                      AccumuloSecurityException,
                                      TableNotFoundException,
                                      org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

createScanner

public String createScanner(ByteBuffer login,
                            String tableName,
                            ScanOptions options)
                     throws AccumuloException,
                            AccumuloSecurityException,
                            TableNotFoundException,
                            org.apache.thrift.TException
Specified by:
createScanner in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

send_createScanner

public void send_createScanner(ByteBuffer login,
                               String tableName,
                               ScanOptions options)
                        throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_createScanner

public String recv_createScanner()
                          throws AccumuloException,
                                 AccumuloSecurityException,
                                 TableNotFoundException,
                                 org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

hasNext

public boolean hasNext(String scanner)
                throws UnknownScanner,
                       org.apache.thrift.TException
Specified by:
hasNext in interface AccumuloProxy.Iface
Throws:
UnknownScanner
org.apache.thrift.TException

send_hasNext

public void send_hasNext(String scanner)
                  throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_hasNext

public boolean recv_hasNext()
                     throws UnknownScanner,
                            org.apache.thrift.TException
Throws:
UnknownScanner
org.apache.thrift.TException

nextEntry

public KeyValueAndPeek nextEntry(String scanner)
                          throws NoMoreEntriesException,
                                 UnknownScanner,
                                 AccumuloSecurityException,
                                 org.apache.thrift.TException
Specified by:
nextEntry in interface AccumuloProxy.Iface
Throws:
NoMoreEntriesException
UnknownScanner
AccumuloSecurityException
org.apache.thrift.TException

send_nextEntry

public void send_nextEntry(String scanner)
                    throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_nextEntry

public KeyValueAndPeek recv_nextEntry()
                               throws NoMoreEntriesException,
                                      UnknownScanner,
                                      AccumuloSecurityException,
                                      org.apache.thrift.TException
Throws:
NoMoreEntriesException
UnknownScanner
AccumuloSecurityException
org.apache.thrift.TException

nextK

public ScanResult nextK(String scanner,
                        int k)
                 throws NoMoreEntriesException,
                        UnknownScanner,
                        AccumuloSecurityException,
                        org.apache.thrift.TException
Specified by:
nextK in interface AccumuloProxy.Iface
Throws:
NoMoreEntriesException
UnknownScanner
AccumuloSecurityException
org.apache.thrift.TException

send_nextK

public void send_nextK(String scanner,
                       int k)
                throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_nextK

public ScanResult recv_nextK()
                      throws NoMoreEntriesException,
                             UnknownScanner,
                             AccumuloSecurityException,
                             org.apache.thrift.TException
Throws:
NoMoreEntriesException
UnknownScanner
AccumuloSecurityException
org.apache.thrift.TException

closeScanner

public void closeScanner(String scanner)
                  throws UnknownScanner,
                         org.apache.thrift.TException
Specified by:
closeScanner in interface AccumuloProxy.Iface
Throws:
UnknownScanner
org.apache.thrift.TException

send_closeScanner

public void send_closeScanner(String scanner)
                       throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_closeScanner

public void recv_closeScanner()
                       throws UnknownScanner,
                              org.apache.thrift.TException
Throws:
UnknownScanner
org.apache.thrift.TException

updateAndFlush

public void updateAndFlush(ByteBuffer login,
                           String tableName,
                           Map<ByteBuffer,List<ColumnUpdate>> cells)
                    throws AccumuloException,
                           AccumuloSecurityException,
                           TableNotFoundException,
                           MutationsRejectedException,
                           org.apache.thrift.TException
Specified by:
updateAndFlush in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
MutationsRejectedException
org.apache.thrift.TException

send_updateAndFlush

public void send_updateAndFlush(ByteBuffer login,
                                String tableName,
                                Map<ByteBuffer,List<ColumnUpdate>> cells)
                         throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_updateAndFlush

public void recv_updateAndFlush()
                         throws AccumuloException,
                                AccumuloSecurityException,
                                TableNotFoundException,
                                MutationsRejectedException,
                                org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
MutationsRejectedException
org.apache.thrift.TException

createWriter

public String createWriter(ByteBuffer login,
                           String tableName,
                           WriterOptions opts)
                    throws AccumuloException,
                           AccumuloSecurityException,
                           TableNotFoundException,
                           org.apache.thrift.TException
Specified by:
createWriter in interface AccumuloProxy.Iface
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

send_createWriter

public void send_createWriter(ByteBuffer login,
                              String tableName,
                              WriterOptions opts)
                       throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_createWriter

public String recv_createWriter()
                         throws AccumuloException,
                                AccumuloSecurityException,
                                TableNotFoundException,
                                org.apache.thrift.TException
Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException

update

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

send_update

public void send_update(String writer,
                        Map<ByteBuffer,List<ColumnUpdate>> cells)
                 throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

flush

public void flush(String writer)
           throws UnknownWriter,
                  MutationsRejectedException,
                  org.apache.thrift.TException
Specified by:
flush in interface AccumuloProxy.Iface
Throws:
UnknownWriter
MutationsRejectedException
org.apache.thrift.TException

send_flush

public void send_flush(String writer)
                throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_flush

public void recv_flush()
                throws UnknownWriter,
                       MutationsRejectedException,
                       org.apache.thrift.TException
Throws:
UnknownWriter
MutationsRejectedException
org.apache.thrift.TException

closeWriter

public void closeWriter(String writer)
                 throws UnknownWriter,
                        MutationsRejectedException,
                        org.apache.thrift.TException
Specified by:
closeWriter in interface AccumuloProxy.Iface
Throws:
UnknownWriter
MutationsRejectedException
org.apache.thrift.TException

send_closeWriter

public void send_closeWriter(String writer)
                      throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_closeWriter

public void recv_closeWriter()
                      throws UnknownWriter,
                             MutationsRejectedException,
                             org.apache.thrift.TException
Throws:
UnknownWriter
MutationsRejectedException
org.apache.thrift.TException

getRowRange

public Range getRowRange(ByteBuffer row)
                  throws org.apache.thrift.TException
Specified by:
getRowRange in interface AccumuloProxy.Iface
Throws:
org.apache.thrift.TException

send_getRowRange

public void send_getRowRange(ByteBuffer row)
                      throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_getRowRange

public Range recv_getRowRange()
                       throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

getFollowing

public Key getFollowing(Key key,
                        PartialKey part)
                 throws org.apache.thrift.TException
Specified by:
getFollowing in interface AccumuloProxy.Iface
Throws:
org.apache.thrift.TException

send_getFollowing

public void send_getFollowing(Key key,
                              PartialKey part)
                       throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException

recv_getFollowing

public Key recv_getFollowing()
                      throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.