public static interface AccumuloProxy.Iface
ByteBuffer login(String principal, Map<String,String> loginProperties) throws AccumuloSecurityException, org.apache.thrift.TException
AccumuloSecurityExceptionorg.apache.thrift.TExceptionint addConstraint(ByteBuffer login, String tableName, String constraintClassName) throws AccumuloException, AccumuloSecurityException, TableNotFoundException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionTableNotFoundExceptionorg.apache.thrift.TExceptionvoid addSplits(ByteBuffer login, String tableName, Set<ByteBuffer> splits) throws AccumuloException, AccumuloSecurityException, TableNotFoundException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionTableNotFoundExceptionorg.apache.thrift.TExceptionvoid attachIterator(ByteBuffer login, String tableName, IteratorSetting setting, Set<IteratorScope> scopes) throws AccumuloSecurityException, AccumuloException, TableNotFoundException, org.apache.thrift.TException
AccumuloSecurityExceptionAccumuloExceptionTableNotFoundExceptionorg.apache.thrift.TExceptionvoid checkIteratorConflicts(ByteBuffer login, String tableName, IteratorSetting setting, Set<IteratorScope> scopes) throws AccumuloSecurityException, AccumuloException, TableNotFoundException, org.apache.thrift.TException
AccumuloSecurityExceptionAccumuloExceptionTableNotFoundExceptionorg.apache.thrift.TExceptionvoid clearLocatorCache(ByteBuffer login, String tableName) throws TableNotFoundException, org.apache.thrift.TException
TableNotFoundExceptionorg.apache.thrift.TExceptionvoid 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
AccumuloExceptionAccumuloSecurityExceptionTableNotFoundExceptionTableExistsExceptionorg.apache.thrift.TExceptionvoid compactTable(ByteBuffer login, String tableName, ByteBuffer startRow, ByteBuffer endRow, List<IteratorSetting> iterators, boolean flush, boolean wait, CompactionStrategyConfig compactionStrategy) throws AccumuloSecurityException, TableNotFoundException, AccumuloException, org.apache.thrift.TException
AccumuloSecurityExceptionTableNotFoundExceptionAccumuloExceptionorg.apache.thrift.TExceptionvoid cancelCompaction(ByteBuffer login, String tableName) throws AccumuloSecurityException, TableNotFoundException, AccumuloException, org.apache.thrift.TException
AccumuloSecurityExceptionTableNotFoundExceptionAccumuloExceptionorg.apache.thrift.TExceptionvoid createTable(ByteBuffer login, String tableName, boolean versioningIter, TimeType type) throws AccumuloException, AccumuloSecurityException, TableExistsException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionTableExistsExceptionorg.apache.thrift.TExceptionvoid deleteTable(ByteBuffer login, String tableName) throws AccumuloException, AccumuloSecurityException, TableNotFoundException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionTableNotFoundExceptionorg.apache.thrift.TExceptionvoid deleteRows(ByteBuffer login, String tableName, ByteBuffer startRow, ByteBuffer endRow) throws AccumuloException, AccumuloSecurityException, TableNotFoundException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionTableNotFoundExceptionorg.apache.thrift.TExceptionvoid exportTable(ByteBuffer login, String tableName, String exportDir) throws AccumuloException, AccumuloSecurityException, TableNotFoundException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionTableNotFoundExceptionorg.apache.thrift.TExceptionvoid flushTable(ByteBuffer login, String tableName, ByteBuffer startRow, ByteBuffer endRow, boolean wait) throws AccumuloException, AccumuloSecurityException, TableNotFoundException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionTableNotFoundExceptionorg.apache.thrift.TExceptionList<DiskUsage> getDiskUsage(ByteBuffer login, Set<String> tables) throws AccumuloException, AccumuloSecurityException, TableNotFoundException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionTableNotFoundExceptionorg.apache.thrift.TExceptionMap<String,Set<String>> getLocalityGroups(ByteBuffer login, String tableName) throws AccumuloException, AccumuloSecurityException, TableNotFoundException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionTableNotFoundExceptionorg.apache.thrift.TExceptionIteratorSetting getIteratorSetting(ByteBuffer login, String tableName, String iteratorName, IteratorScope scope) throws AccumuloException, AccumuloSecurityException, TableNotFoundException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionTableNotFoundExceptionorg.apache.thrift.TExceptionByteBuffer getMaxRow(ByteBuffer login, String tableName, Set<ByteBuffer> auths, ByteBuffer startRow, boolean startInclusive, ByteBuffer endRow, boolean endInclusive) throws AccumuloException, AccumuloSecurityException, TableNotFoundException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionTableNotFoundExceptionorg.apache.thrift.TExceptionMap<String,String> getTableProperties(ByteBuffer login, String tableName) throws AccumuloException, AccumuloSecurityException, TableNotFoundException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionTableNotFoundExceptionorg.apache.thrift.TExceptionvoid importDirectory(ByteBuffer login, String tableName, String importDir, String failureDir, boolean setTime) throws TableNotFoundException, AccumuloException, AccumuloSecurityException, org.apache.thrift.TException
TableNotFoundExceptionAccumuloExceptionAccumuloSecurityExceptionorg.apache.thrift.TExceptionvoid importTable(ByteBuffer login, String tableName, String importDir) throws TableExistsException, AccumuloException, AccumuloSecurityException, org.apache.thrift.TException
TableExistsExceptionAccumuloExceptionAccumuloSecurityExceptionorg.apache.thrift.TExceptionList<ByteBuffer> listSplits(ByteBuffer login, String tableName, int maxSplits) throws AccumuloException, AccumuloSecurityException, TableNotFoundException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionTableNotFoundExceptionorg.apache.thrift.TExceptionSet<String> listTables(ByteBuffer login) throws org.apache.thrift.TException
org.apache.thrift.TExceptionMap<String,Set<IteratorScope>> listIterators(ByteBuffer login, String tableName) throws AccumuloException, AccumuloSecurityException, TableNotFoundException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionTableNotFoundExceptionorg.apache.thrift.TExceptionMap<String,Integer> listConstraints(ByteBuffer login, String tableName) throws AccumuloException, AccumuloSecurityException, TableNotFoundException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionTableNotFoundExceptionorg.apache.thrift.TExceptionvoid mergeTablets(ByteBuffer login, String tableName, ByteBuffer startRow, ByteBuffer endRow) throws AccumuloException, AccumuloSecurityException, TableNotFoundException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionTableNotFoundExceptionorg.apache.thrift.TExceptionvoid offlineTable(ByteBuffer login, String tableName, boolean wait) throws AccumuloException, AccumuloSecurityException, TableNotFoundException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionTableNotFoundExceptionorg.apache.thrift.TExceptionvoid onlineTable(ByteBuffer login, String tableName, boolean wait) throws AccumuloException, AccumuloSecurityException, TableNotFoundException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionTableNotFoundExceptionorg.apache.thrift.TExceptionvoid removeConstraint(ByteBuffer login, String tableName, int constraint) throws AccumuloException, AccumuloSecurityException, TableNotFoundException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionTableNotFoundExceptionorg.apache.thrift.TExceptionvoid removeIterator(ByteBuffer login, String tableName, String iterName, Set<IteratorScope> scopes) throws AccumuloException, AccumuloSecurityException, TableNotFoundException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionTableNotFoundExceptionorg.apache.thrift.TExceptionvoid removeTableProperty(ByteBuffer login, String tableName, String property) throws AccumuloException, AccumuloSecurityException, TableNotFoundException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionTableNotFoundExceptionorg.apache.thrift.TExceptionvoid renameTable(ByteBuffer login, String oldTableName, String newTableName) throws AccumuloException, AccumuloSecurityException, TableNotFoundException, TableExistsException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionTableNotFoundExceptionTableExistsExceptionorg.apache.thrift.TExceptionvoid setLocalityGroups(ByteBuffer login, String tableName, Map<String,Set<String>> groups) throws AccumuloException, AccumuloSecurityException, TableNotFoundException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionTableNotFoundExceptionorg.apache.thrift.TExceptionvoid setTableProperty(ByteBuffer login, String tableName, String property, String value) throws AccumuloException, AccumuloSecurityException, TableNotFoundException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionTableNotFoundExceptionorg.apache.thrift.TExceptionSet<Range> splitRangeByTablets(ByteBuffer login, String tableName, Range range, int maxSplits) throws AccumuloException, AccumuloSecurityException, TableNotFoundException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionTableNotFoundExceptionorg.apache.thrift.TExceptionboolean tableExists(ByteBuffer login, String tableName) throws org.apache.thrift.TException
org.apache.thrift.TExceptionMap<String,String> tableIdMap(ByteBuffer login) throws org.apache.thrift.TException
org.apache.thrift.TExceptionboolean testTableClassLoad(ByteBuffer login, String tableName, String className, String asTypeName) throws AccumuloException, AccumuloSecurityException, TableNotFoundException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionTableNotFoundExceptionorg.apache.thrift.TExceptionvoid pingTabletServer(ByteBuffer login, String tserver) throws AccumuloException, AccumuloSecurityException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionorg.apache.thrift.TExceptionList<ActiveScan> getActiveScans(ByteBuffer login, String tserver) throws AccumuloException, AccumuloSecurityException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionorg.apache.thrift.TExceptionList<ActiveCompaction> getActiveCompactions(ByteBuffer login, String tserver) throws AccumuloException, AccumuloSecurityException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionorg.apache.thrift.TExceptionMap<String,String> getSiteConfiguration(ByteBuffer login) throws AccumuloException, AccumuloSecurityException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionorg.apache.thrift.TExceptionMap<String,String> getSystemConfiguration(ByteBuffer login) throws AccumuloException, AccumuloSecurityException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionorg.apache.thrift.TExceptionList<String> getTabletServers(ByteBuffer login) throws org.apache.thrift.TException
org.apache.thrift.TExceptionvoid removeProperty(ByteBuffer login, String property) throws AccumuloException, AccumuloSecurityException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionorg.apache.thrift.TExceptionvoid setProperty(ByteBuffer login, String property, String value) throws AccumuloException, AccumuloSecurityException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionorg.apache.thrift.TExceptionboolean testClassLoad(ByteBuffer login, String className, String asTypeName) throws AccumuloException, AccumuloSecurityException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionorg.apache.thrift.TExceptionboolean authenticateUser(ByteBuffer login, String user, Map<String,String> properties) throws AccumuloException, AccumuloSecurityException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionorg.apache.thrift.TExceptionvoid changeUserAuthorizations(ByteBuffer login, String user, Set<ByteBuffer> authorizations) throws AccumuloException, AccumuloSecurityException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionorg.apache.thrift.TExceptionvoid changeLocalUserPassword(ByteBuffer login, String user, ByteBuffer password) throws AccumuloException, AccumuloSecurityException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionorg.apache.thrift.TExceptionvoid createLocalUser(ByteBuffer login, String user, ByteBuffer password) throws AccumuloException, AccumuloSecurityException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionorg.apache.thrift.TExceptionvoid dropLocalUser(ByteBuffer login, String user) throws AccumuloException, AccumuloSecurityException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionorg.apache.thrift.TExceptionList<ByteBuffer> getUserAuthorizations(ByteBuffer login, String user) throws AccumuloException, AccumuloSecurityException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionorg.apache.thrift.TExceptionvoid grantSystemPermission(ByteBuffer login, String user, SystemPermission perm) throws AccumuloException, AccumuloSecurityException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionorg.apache.thrift.TExceptionvoid grantTablePermission(ByteBuffer login, String user, String table, TablePermission perm) throws AccumuloException, AccumuloSecurityException, TableNotFoundException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionTableNotFoundExceptionorg.apache.thrift.TExceptionboolean hasSystemPermission(ByteBuffer login, String user, SystemPermission perm) throws AccumuloException, AccumuloSecurityException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionorg.apache.thrift.TExceptionboolean hasTablePermission(ByteBuffer login, String user, String table, TablePermission perm) throws AccumuloException, AccumuloSecurityException, TableNotFoundException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionTableNotFoundExceptionorg.apache.thrift.TExceptionSet<String> listLocalUsers(ByteBuffer login) throws AccumuloException, AccumuloSecurityException, TableNotFoundException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionTableNotFoundExceptionorg.apache.thrift.TExceptionvoid revokeSystemPermission(ByteBuffer login, String user, SystemPermission perm) throws AccumuloException, AccumuloSecurityException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionorg.apache.thrift.TExceptionvoid revokeTablePermission(ByteBuffer login, String user, String table, TablePermission perm) throws AccumuloException, AccumuloSecurityException, TableNotFoundException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionTableNotFoundExceptionorg.apache.thrift.TExceptionString createBatchScanner(ByteBuffer login, String tableName, BatchScanOptions options) throws AccumuloException, AccumuloSecurityException, TableNotFoundException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionTableNotFoundExceptionorg.apache.thrift.TExceptionString createScanner(ByteBuffer login, String tableName, ScanOptions options) throws AccumuloException, AccumuloSecurityException, TableNotFoundException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionTableNotFoundExceptionorg.apache.thrift.TExceptionboolean hasNext(String scanner) throws UnknownScanner, org.apache.thrift.TException
UnknownScannerorg.apache.thrift.TExceptionKeyValueAndPeek nextEntry(String scanner) throws NoMoreEntriesException, UnknownScanner, AccumuloSecurityException, org.apache.thrift.TException
NoMoreEntriesExceptionUnknownScannerAccumuloSecurityExceptionorg.apache.thrift.TExceptionScanResult nextK(String scanner, int k) throws NoMoreEntriesException, UnknownScanner, AccumuloSecurityException, org.apache.thrift.TException
NoMoreEntriesExceptionUnknownScannerAccumuloSecurityExceptionorg.apache.thrift.TExceptionvoid closeScanner(String scanner) throws UnknownScanner, org.apache.thrift.TException
UnknownScannerorg.apache.thrift.TExceptionvoid updateAndFlush(ByteBuffer login, String tableName, Map<ByteBuffer,List<ColumnUpdate>> cells) throws AccumuloException, AccumuloSecurityException, TableNotFoundException, MutationsRejectedException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionTableNotFoundExceptionMutationsRejectedExceptionorg.apache.thrift.TExceptionString createWriter(ByteBuffer login, String tableName, WriterOptions opts) throws AccumuloException, AccumuloSecurityException, TableNotFoundException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionTableNotFoundExceptionorg.apache.thrift.TExceptionvoid update(String writer, Map<ByteBuffer,List<ColumnUpdate>> cells) throws org.apache.thrift.TException
org.apache.thrift.TExceptionvoid flush(String writer) throws UnknownWriter, MutationsRejectedException, org.apache.thrift.TException
UnknownWriterMutationsRejectedExceptionorg.apache.thrift.TExceptionvoid closeWriter(String writer) throws UnknownWriter, MutationsRejectedException, org.apache.thrift.TException
UnknownWriterMutationsRejectedExceptionorg.apache.thrift.TExceptionConditionalStatus updateRowConditionally(ByteBuffer login, String tableName, ByteBuffer row, ConditionalUpdates updates) throws AccumuloException, AccumuloSecurityException, TableNotFoundException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionTableNotFoundExceptionorg.apache.thrift.TExceptionString createConditionalWriter(ByteBuffer login, String tableName, ConditionalWriterOptions options) throws AccumuloException, AccumuloSecurityException, TableNotFoundException, org.apache.thrift.TException
AccumuloExceptionAccumuloSecurityExceptionTableNotFoundExceptionorg.apache.thrift.TExceptionMap<ByteBuffer,ConditionalStatus> updateRowsConditionally(String conditionalWriter, Map<ByteBuffer,ConditionalUpdates> updates) throws UnknownWriter, AccumuloException, AccumuloSecurityException, org.apache.thrift.TException
UnknownWriterAccumuloExceptionAccumuloSecurityExceptionorg.apache.thrift.TExceptionvoid closeConditionalWriter(String conditionalWriter) throws org.apache.thrift.TException
org.apache.thrift.TExceptionRange getRowRange(ByteBuffer row) throws org.apache.thrift.TException
org.apache.thrift.TExceptionKey getFollowing(Key key, PartialKey part) throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright © 2015 Apache Accumulo Project. All rights reserved.