Package | Description |
---|---|
org.apache.accumulo.proxy | |
org.apache.accumulo.proxy.thrift |
Modifier and Type | Method and Description |
---|---|
int |
ProxyServer.addConstraint(ByteBuffer login,
String tableName,
String constraintClassName) |
void |
ProxyServer.addSplits(ByteBuffer login,
String tableName,
Set<ByteBuffer> splits) |
void |
ProxyServer.attachIterator(ByteBuffer login,
String tableName,
IteratorSetting setting,
Set<IteratorScope> scopes) |
boolean |
ProxyServer.authenticateUser(ByteBuffer login,
String user,
Map<String,String> properties) |
void |
ProxyServer.cancelCompaction(ByteBuffer login,
String tableName) |
void |
ProxyServer.changeLocalUserPassword(ByteBuffer login,
String user,
ByteBuffer password) |
void |
ProxyServer.changeUserAuthorizations(ByteBuffer login,
String user,
Set<ByteBuffer> authorizations) |
void |
ProxyServer.checkIteratorConflicts(ByteBuffer login,
String tableName,
IteratorSetting setting,
Set<IteratorScope> scopes) |
void |
ProxyServer.cloneTable(ByteBuffer login,
String tableName,
String newTableName,
boolean flush,
Map<String,String> propertiesToSet,
Set<String> propertiesToExclude) |
void |
ProxyServer.compactTable(ByteBuffer login,
String tableName,
ByteBuffer startRow,
ByteBuffer endRow,
List<IteratorSetting> iterators,
boolean flush,
boolean wait) |
String |
ProxyServer.createBatchScanner(ByteBuffer login,
String tableName,
BatchScanOptions opts) |
void |
ProxyServer.createLocalUser(ByteBuffer login,
String user,
ByteBuffer password) |
String |
ProxyServer.createScanner(ByteBuffer login,
String tableName,
ScanOptions opts) |
void |
ProxyServer.createTable(ByteBuffer login,
String tableName,
boolean versioningIter,
TimeType type) |
String |
ProxyServer.createWriter(ByteBuffer login,
String tableName,
WriterOptions opts) |
void |
ProxyServer.deleteRows(ByteBuffer login,
String tableName,
ByteBuffer startRow,
ByteBuffer endRow) |
void |
ProxyServer.deleteTable(ByteBuffer login,
String tableName) |
void |
ProxyServer.dropLocalUser(ByteBuffer login,
String user) |
void |
ProxyServer.exportTable(ByteBuffer login,
String tableName,
String exportDir) |
void |
ProxyServer.flushTable(ByteBuffer login,
String tableName,
ByteBuffer startRow,
ByteBuffer endRow,
boolean wait) |
List<ActiveCompaction> |
ProxyServer.getActiveCompactions(ByteBuffer login,
String tserver) |
List<ActiveScan> |
ProxyServer.getActiveScans(ByteBuffer login,
String tserver) |
IteratorSetting |
ProxyServer.getIteratorSetting(ByteBuffer login,
String tableName,
String iteratorName,
IteratorScope scope) |
Map<String,Set<String>> |
ProxyServer.getLocalityGroups(ByteBuffer login,
String tableName) |
ByteBuffer |
ProxyServer.getMaxRow(ByteBuffer login,
String tableName,
Set<ByteBuffer> auths,
ByteBuffer startRow,
boolean startInclusive,
ByteBuffer endRow,
boolean endInclusive) |
Map<String,String> |
ProxyServer.getSiteConfiguration(ByteBuffer login) |
Map<String,String> |
ProxyServer.getSystemConfiguration(ByteBuffer login) |
Map<String,String> |
ProxyServer.getTableProperties(ByteBuffer login,
String tableName) |
List<ByteBuffer> |
ProxyServer.getUserAuthorizations(ByteBuffer login,
String user) |
void |
ProxyServer.grantSystemPermission(ByteBuffer login,
String user,
SystemPermission perm) |
void |
ProxyServer.grantTablePermission(ByteBuffer login,
String user,
String table,
TablePermission perm) |
boolean |
ProxyServer.hasSystemPermission(ByteBuffer login,
String user,
SystemPermission perm) |
boolean |
ProxyServer.hasTablePermission(ByteBuffer login,
String user,
String table,
TablePermission perm) |
void |
ProxyServer.importDirectory(ByteBuffer login,
String tableName,
String importDir,
String failureDir,
boolean setTime) |
void |
ProxyServer.importTable(ByteBuffer login,
String tableName,
String importDir) |
Map<String,Set<IteratorScope>> |
ProxyServer.listIterators(ByteBuffer login,
String tableName) |
Set<String> |
ProxyServer.listLocalUsers(ByteBuffer login) |
List<ByteBuffer> |
ProxyServer.listSplits(ByteBuffer login,
String tableName,
int maxSplits) |
ByteBuffer |
ProxyServer.login(String principal,
Map<String,String> loginProperties) |
void |
ProxyServer.mergeTablets(ByteBuffer login,
String tableName,
ByteBuffer startRow,
ByteBuffer endRow) |
KeyValueAndPeek |
ProxyServer.nextEntry(String scanner) |
ScanResult |
ProxyServer.nextK(String scanner,
int k) |
void |
ProxyServer.offlineTable(ByteBuffer login,
String tableName) |
void |
ProxyServer.onlineTable(ByteBuffer login,
String tableName) |
void |
ProxyServer.pingTabletServer(ByteBuffer login,
String tserver) |
void |
ProxyServer.removeConstraint(ByteBuffer login,
String tableName,
int constraint) |
void |
ProxyServer.removeIterator(ByteBuffer login,
String tableName,
String iterName,
Set<IteratorScope> scopes) |
void |
ProxyServer.removeProperty(ByteBuffer login,
String property) |
void |
ProxyServer.removeTableProperty(ByteBuffer login,
String tableName,
String property) |
void |
ProxyServer.renameTable(ByteBuffer login,
String oldTableName,
String newTableName) |
void |
ProxyServer.revokeSystemPermission(ByteBuffer login,
String user,
SystemPermission perm) |
void |
ProxyServer.revokeTablePermission(ByteBuffer login,
String user,
String table,
TablePermission perm) |
void |
ProxyServer.setLocalityGroups(ByteBuffer login,
String tableName,
Map<String,Set<String>> groupStrings) |
void |
ProxyServer.setProperty(ByteBuffer login,
String property,
String value) |
void |
ProxyServer.setTableProperty(ByteBuffer login,
String tableName,
String property,
String value) |
Set<Range> |
ProxyServer.splitRangeByTablets(ByteBuffer login,
String tableName,
Range range,
int maxSplits) |
boolean |
ProxyServer.testClassLoad(ByteBuffer login,
String className,
String asTypeName) |
boolean |
ProxyServer.testTableClassLoad(ByteBuffer login,
String tableName,
String className,
String asTypeName) |
void |
ProxyServer.updateAndFlush(ByteBuffer login,
String tableName,
Map<ByteBuffer,List<ColumnUpdate>> cells) |
Modifier and Type | Field and Description |
---|---|
AccumuloSecurityException |
AccumuloProxy.attachIterator_result.ouch1 |
AccumuloSecurityException |
AccumuloProxy.checkIteratorConflicts_result.ouch1 |
AccumuloSecurityException |
AccumuloProxy.compactTable_result.ouch1 |
AccumuloSecurityException |
AccumuloProxy.cancelCompaction_result.ouch1 |
AccumuloSecurityException |
AccumuloProxy.login_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.addConstraint_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.addSplits_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.cloneTable_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.createTable_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.deleteTable_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.deleteRows_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.exportTable_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.flushTable_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.getLocalityGroups_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.getIteratorSetting_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.getMaxRow_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.getTableProperties_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.listSplits_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.listIterators_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.listConstraints_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.mergeTablets_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.offlineTable_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.onlineTable_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.removeConstraint_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.removeIterator_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.removeTableProperty_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.renameTable_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.setLocalityGroups_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.setTableProperty_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.splitRangeByTablets_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.testTableClassLoad_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.pingTabletServer_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.getActiveScans_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.getActiveCompactions_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.getSiteConfiguration_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.getSystemConfiguration_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.removeProperty_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.setProperty_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.testClassLoad_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.authenticateUser_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.changeUserAuthorizations_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.changeLocalUserPassword_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.createLocalUser_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.dropLocalUser_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.getUserAuthorizations_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.grantSystemPermission_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.grantTablePermission_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.hasSystemPermission_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.hasTablePermission_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.listLocalUsers_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.revokeSystemPermission_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.revokeTablePermission_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.createBatchScanner_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.createScanner_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.updateAndFlush_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.createWriter_result.ouch2 |
AccumuloSecurityException |
AccumuloProxy.importTable_result.ouch3 |
AccumuloSecurityException |
AccumuloProxy.nextEntry_result.ouch3 |
AccumuloSecurityException |
AccumuloProxy.nextK_result.ouch3 |
AccumuloSecurityException |
AccumuloProxy.importDirectory_result.ouch4 |
Modifier and Type | Method and Description |
---|---|
AccumuloSecurityException |
AccumuloSecurityException.deepCopy() |
AccumuloSecurityException |
AccumuloProxy.attachIterator_result.getOuch1() |
AccumuloSecurityException |
AccumuloProxy.checkIteratorConflicts_result.getOuch1() |
AccumuloSecurityException |
AccumuloProxy.compactTable_result.getOuch1() |
AccumuloSecurityException |
AccumuloProxy.cancelCompaction_result.getOuch1() |
AccumuloSecurityException |
AccumuloProxy.login_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.addConstraint_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.addSplits_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.cloneTable_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.createTable_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.deleteTable_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.deleteRows_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.exportTable_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.flushTable_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.getLocalityGroups_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.getIteratorSetting_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.getMaxRow_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.getTableProperties_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.listSplits_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.listIterators_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.listConstraints_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.mergeTablets_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.offlineTable_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.onlineTable_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.removeConstraint_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.removeIterator_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.removeTableProperty_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.renameTable_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.setLocalityGroups_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.setTableProperty_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.splitRangeByTablets_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.testTableClassLoad_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.pingTabletServer_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.getActiveScans_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.getActiveCompactions_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.getSiteConfiguration_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.getSystemConfiguration_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.removeProperty_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.setProperty_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.testClassLoad_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.authenticateUser_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.changeUserAuthorizations_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.changeLocalUserPassword_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.createLocalUser_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.dropLocalUser_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.getUserAuthorizations_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.grantSystemPermission_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.grantTablePermission_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.hasSystemPermission_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.hasTablePermission_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.listLocalUsers_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.revokeSystemPermission_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.revokeTablePermission_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.createBatchScanner_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.createScanner_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.updateAndFlush_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.createWriter_result.getOuch2() |
AccumuloSecurityException |
AccumuloProxy.importTable_result.getOuch3() |
AccumuloSecurityException |
AccumuloProxy.nextEntry_result.getOuch3() |
AccumuloSecurityException |
AccumuloProxy.nextK_result.getOuch3() |
AccumuloSecurityException |
AccumuloProxy.importDirectory_result.getOuch4() |
AccumuloSecurityException |
AccumuloSecurityException.setMsg(String msg) |
Modifier and Type | Method and Description |
---|---|
int |
AccumuloProxy.Iface.addConstraint(ByteBuffer login,
String tableName,
String constraintClassName) |
int |
AccumuloProxy.Client.addConstraint(ByteBuffer login,
String tableName,
String constraintClassName) |
void |
AccumuloProxy.Iface.addSplits(ByteBuffer login,
String tableName,
Set<ByteBuffer> splits) |
void |
AccumuloProxy.Client.addSplits(ByteBuffer login,
String tableName,
Set<ByteBuffer> splits) |
void |
AccumuloProxy.Iface.attachIterator(ByteBuffer login,
String tableName,
IteratorSetting setting,
Set<IteratorScope> scopes) |
void |
AccumuloProxy.Client.attachIterator(ByteBuffer login,
String tableName,
IteratorSetting setting,
Set<IteratorScope> scopes) |
boolean |
AccumuloProxy.Iface.authenticateUser(ByteBuffer login,
String user,
Map<String,String> properties) |
boolean |
AccumuloProxy.Client.authenticateUser(ByteBuffer login,
String user,
Map<String,String> properties) |
void |
AccumuloProxy.Iface.cancelCompaction(ByteBuffer login,
String tableName) |
void |
AccumuloProxy.Client.cancelCompaction(ByteBuffer login,
String tableName) |
void |
AccumuloProxy.Iface.changeLocalUserPassword(ByteBuffer login,
String user,
ByteBuffer password) |
void |
AccumuloProxy.Client.changeLocalUserPassword(ByteBuffer login,
String user,
ByteBuffer password) |
void |
AccumuloProxy.Iface.changeUserAuthorizations(ByteBuffer login,
String user,
Set<ByteBuffer> authorizations) |
void |
AccumuloProxy.Client.changeUserAuthorizations(ByteBuffer login,
String user,
Set<ByteBuffer> authorizations) |
void |
AccumuloProxy.Iface.checkIteratorConflicts(ByteBuffer login,
String tableName,
IteratorSetting setting,
Set<IteratorScope> scopes) |
void |
AccumuloProxy.Client.checkIteratorConflicts(ByteBuffer login,
String tableName,
IteratorSetting setting,
Set<IteratorScope> scopes) |
void |
AccumuloProxy.Iface.cloneTable(ByteBuffer login,
String tableName,
String newTableName,
boolean flush,
Map<String,String> propertiesToSet,
Set<String> propertiesToExclude) |
void |
AccumuloProxy.Client.cloneTable(ByteBuffer login,
String tableName,
String newTableName,
boolean flush,
Map<String,String> propertiesToSet,
Set<String> propertiesToExclude) |
void |
AccumuloProxy.Iface.compactTable(ByteBuffer login,
String tableName,
ByteBuffer startRow,
ByteBuffer endRow,
List<IteratorSetting> iterators,
boolean flush,
boolean wait) |
void |
AccumuloProxy.Client.compactTable(ByteBuffer login,
String tableName,
ByteBuffer startRow,
ByteBuffer endRow,
List<IteratorSetting> iterators,
boolean flush,
boolean wait) |
String |
AccumuloProxy.Iface.createBatchScanner(ByteBuffer login,
String tableName,
BatchScanOptions options) |
String |
AccumuloProxy.Client.createBatchScanner(ByteBuffer login,
String tableName,
BatchScanOptions options) |
void |
AccumuloProxy.Iface.createLocalUser(ByteBuffer login,
String user,
ByteBuffer password) |
void |
AccumuloProxy.Client.createLocalUser(ByteBuffer login,
String user,
ByteBuffer password) |
String |
AccumuloProxy.Iface.createScanner(ByteBuffer login,
String tableName,
ScanOptions options) |
String |
AccumuloProxy.Client.createScanner(ByteBuffer login,
String tableName,
ScanOptions options) |
void |
AccumuloProxy.Iface.createTable(ByteBuffer login,
String tableName,
boolean versioningIter,
TimeType type) |
void |
AccumuloProxy.Client.createTable(ByteBuffer login,
String tableName,
boolean versioningIter,
TimeType type) |
String |
AccumuloProxy.Iface.createWriter(ByteBuffer login,
String tableName,
WriterOptions opts) |
String |
AccumuloProxy.Client.createWriter(ByteBuffer login,
String tableName,
WriterOptions opts) |
void |
AccumuloProxy.Iface.deleteRows(ByteBuffer login,
String tableName,
ByteBuffer startRow,
ByteBuffer endRow) |
void |
AccumuloProxy.Client.deleteRows(ByteBuffer login,
String tableName,
ByteBuffer startRow,
ByteBuffer endRow) |
void |
AccumuloProxy.Iface.deleteTable(ByteBuffer login,
String tableName) |
void |
AccumuloProxy.Client.deleteTable(ByteBuffer login,
String tableName) |
void |
AccumuloProxy.Iface.dropLocalUser(ByteBuffer login,
String user) |
void |
AccumuloProxy.Client.dropLocalUser(ByteBuffer login,
String user) |
void |
AccumuloProxy.Iface.exportTable(ByteBuffer login,
String tableName,
String exportDir) |
void |
AccumuloProxy.Client.exportTable(ByteBuffer login,
String tableName,
String exportDir) |
void |
AccumuloProxy.Iface.flushTable(ByteBuffer login,
String tableName,
ByteBuffer startRow,
ByteBuffer endRow,
boolean wait) |
void |
AccumuloProxy.Client.flushTable(ByteBuffer login,
String tableName,
ByteBuffer startRow,
ByteBuffer endRow,
boolean wait) |
List<ActiveCompaction> |
AccumuloProxy.Iface.getActiveCompactions(ByteBuffer login,
String tserver) |
List<ActiveCompaction> |
AccumuloProxy.Client.getActiveCompactions(ByteBuffer login,
String tserver) |
List<ActiveScan> |
AccumuloProxy.Iface.getActiveScans(ByteBuffer login,
String tserver) |
List<ActiveScan> |
AccumuloProxy.Client.getActiveScans(ByteBuffer login,
String tserver) |
IteratorSetting |
AccumuloProxy.Iface.getIteratorSetting(ByteBuffer login,
String tableName,
String iteratorName,
IteratorScope scope) |
IteratorSetting |
AccumuloProxy.Client.getIteratorSetting(ByteBuffer login,
String tableName,
String iteratorName,
IteratorScope scope) |
Map<String,Set<String>> |
AccumuloProxy.Iface.getLocalityGroups(ByteBuffer login,
String tableName) |
Map<String,Set<String>> |
AccumuloProxy.Client.getLocalityGroups(ByteBuffer login,
String tableName) |
ByteBuffer |
AccumuloProxy.Iface.getMaxRow(ByteBuffer login,
String tableName,
Set<ByteBuffer> auths,
ByteBuffer startRow,
boolean startInclusive,
ByteBuffer endRow,
boolean endInclusive) |
ByteBuffer |
AccumuloProxy.Client.getMaxRow(ByteBuffer login,
String tableName,
Set<ByteBuffer> auths,
ByteBuffer startRow,
boolean startInclusive,
ByteBuffer endRow,
boolean endInclusive) |
ByteBuffer |
AccumuloProxy.AsyncClient.login_call.getResult() |
int |
AccumuloProxy.AsyncClient.addConstraint_call.getResult() |
void |
AccumuloProxy.AsyncClient.addSplits_call.getResult() |
void |
AccumuloProxy.AsyncClient.attachIterator_call.getResult() |
void |
AccumuloProxy.AsyncClient.checkIteratorConflicts_call.getResult() |
void |
AccumuloProxy.AsyncClient.cloneTable_call.getResult() |
void |
AccumuloProxy.AsyncClient.compactTable_call.getResult() |
void |
AccumuloProxy.AsyncClient.cancelCompaction_call.getResult() |
void |
AccumuloProxy.AsyncClient.createTable_call.getResult() |
void |
AccumuloProxy.AsyncClient.deleteTable_call.getResult() |
void |
AccumuloProxy.AsyncClient.deleteRows_call.getResult() |
void |
AccumuloProxy.AsyncClient.exportTable_call.getResult() |
void |
AccumuloProxy.AsyncClient.flushTable_call.getResult() |
Map<String,Set<String>> |
AccumuloProxy.AsyncClient.getLocalityGroups_call.getResult() |
IteratorSetting |
AccumuloProxy.AsyncClient.getIteratorSetting_call.getResult() |
ByteBuffer |
AccumuloProxy.AsyncClient.getMaxRow_call.getResult() |
Map<String,String> |
AccumuloProxy.AsyncClient.getTableProperties_call.getResult() |
void |
AccumuloProxy.AsyncClient.importDirectory_call.getResult() |
void |
AccumuloProxy.AsyncClient.importTable_call.getResult() |
List<ByteBuffer> |
AccumuloProxy.AsyncClient.listSplits_call.getResult() |
Map<String,Set<IteratorScope>> |
AccumuloProxy.AsyncClient.listIterators_call.getResult() |
Map<String,Integer> |
AccumuloProxy.AsyncClient.listConstraints_call.getResult() |
void |
AccumuloProxy.AsyncClient.mergeTablets_call.getResult() |
void |
AccumuloProxy.AsyncClient.offlineTable_call.getResult() |
void |
AccumuloProxy.AsyncClient.onlineTable_call.getResult() |
void |
AccumuloProxy.AsyncClient.removeConstraint_call.getResult() |
void |
AccumuloProxy.AsyncClient.removeIterator_call.getResult() |
void |
AccumuloProxy.AsyncClient.removeTableProperty_call.getResult() |
void |
AccumuloProxy.AsyncClient.renameTable_call.getResult() |
void |
AccumuloProxy.AsyncClient.setLocalityGroups_call.getResult() |
void |
AccumuloProxy.AsyncClient.setTableProperty_call.getResult() |
Set<Range> |
AccumuloProxy.AsyncClient.splitRangeByTablets_call.getResult() |
boolean |
AccumuloProxy.AsyncClient.testTableClassLoad_call.getResult() |
void |
AccumuloProxy.AsyncClient.pingTabletServer_call.getResult() |
List<ActiveScan> |
AccumuloProxy.AsyncClient.getActiveScans_call.getResult() |
List<ActiveCompaction> |
AccumuloProxy.AsyncClient.getActiveCompactions_call.getResult() |
Map<String,String> |
AccumuloProxy.AsyncClient.getSiteConfiguration_call.getResult() |
Map<String,String> |
AccumuloProxy.AsyncClient.getSystemConfiguration_call.getResult() |
void |
AccumuloProxy.AsyncClient.removeProperty_call.getResult() |
void |
AccumuloProxy.AsyncClient.setProperty_call.getResult() |
boolean |
AccumuloProxy.AsyncClient.testClassLoad_call.getResult() |
boolean |
AccumuloProxy.AsyncClient.authenticateUser_call.getResult() |
void |
AccumuloProxy.AsyncClient.changeUserAuthorizations_call.getResult() |
void |
AccumuloProxy.AsyncClient.changeLocalUserPassword_call.getResult() |
void |
AccumuloProxy.AsyncClient.createLocalUser_call.getResult() |
void |
AccumuloProxy.AsyncClient.dropLocalUser_call.getResult() |
List<ByteBuffer> |
AccumuloProxy.AsyncClient.getUserAuthorizations_call.getResult() |
void |
AccumuloProxy.AsyncClient.grantSystemPermission_call.getResult() |
void |
AccumuloProxy.AsyncClient.grantTablePermission_call.getResult() |
boolean |
AccumuloProxy.AsyncClient.hasSystemPermission_call.getResult() |
boolean |
AccumuloProxy.AsyncClient.hasTablePermission_call.getResult() |
Set<String> |
AccumuloProxy.AsyncClient.listLocalUsers_call.getResult() |
void |
AccumuloProxy.AsyncClient.revokeSystemPermission_call.getResult() |
void |
AccumuloProxy.AsyncClient.revokeTablePermission_call.getResult() |
String |
AccumuloProxy.AsyncClient.createBatchScanner_call.getResult() |
String |
AccumuloProxy.AsyncClient.createScanner_call.getResult() |
KeyValueAndPeek |
AccumuloProxy.AsyncClient.nextEntry_call.getResult() |
ScanResult |
AccumuloProxy.AsyncClient.nextK_call.getResult() |
void |
AccumuloProxy.AsyncClient.updateAndFlush_call.getResult() |
String |
AccumuloProxy.AsyncClient.createWriter_call.getResult() |
Map<String,String> |
AccumuloProxy.Iface.getSiteConfiguration(ByteBuffer login) |
Map<String,String> |
AccumuloProxy.Client.getSiteConfiguration(ByteBuffer login) |
Map<String,String> |
AccumuloProxy.Iface.getSystemConfiguration(ByteBuffer login) |
Map<String,String> |
AccumuloProxy.Client.getSystemConfiguration(ByteBuffer login) |
Map<String,String> |
AccumuloProxy.Iface.getTableProperties(ByteBuffer login,
String tableName) |
Map<String,String> |
AccumuloProxy.Client.getTableProperties(ByteBuffer login,
String tableName) |
List<ByteBuffer> |
AccumuloProxy.Iface.getUserAuthorizations(ByteBuffer login,
String user) |
List<ByteBuffer> |
AccumuloProxy.Client.getUserAuthorizations(ByteBuffer login,
String user) |
void |
AccumuloProxy.Iface.grantSystemPermission(ByteBuffer login,
String user,
SystemPermission perm) |
void |
AccumuloProxy.Client.grantSystemPermission(ByteBuffer login,
String user,
SystemPermission perm) |
void |
AccumuloProxy.Iface.grantTablePermission(ByteBuffer login,
String user,
String table,
TablePermission perm) |
void |
AccumuloProxy.Client.grantTablePermission(ByteBuffer login,
String user,
String table,
TablePermission perm) |
boolean |
AccumuloProxy.Iface.hasSystemPermission(ByteBuffer login,
String user,
SystemPermission perm) |
boolean |
AccumuloProxy.Client.hasSystemPermission(ByteBuffer login,
String user,
SystemPermission perm) |
boolean |
AccumuloProxy.Iface.hasTablePermission(ByteBuffer login,
String user,
String table,
TablePermission perm) |
boolean |
AccumuloProxy.Client.hasTablePermission(ByteBuffer login,
String user,
String table,
TablePermission perm) |
void |
AccumuloProxy.Iface.importDirectory(ByteBuffer login,
String tableName,
String importDir,
String failureDir,
boolean setTime) |
void |
AccumuloProxy.Client.importDirectory(ByteBuffer login,
String tableName,
String importDir,
String failureDir,
boolean setTime) |
void |
AccumuloProxy.Iface.importTable(ByteBuffer login,
String tableName,
String importDir) |
void |
AccumuloProxy.Client.importTable(ByteBuffer login,
String tableName,
String importDir) |
Map<String,Integer> |
AccumuloProxy.Iface.listConstraints(ByteBuffer login,
String tableName) |
Map<String,Integer> |
AccumuloProxy.Client.listConstraints(ByteBuffer login,
String tableName) |
Map<String,Set<IteratorScope>> |
AccumuloProxy.Iface.listIterators(ByteBuffer login,
String tableName) |
Map<String,Set<IteratorScope>> |
AccumuloProxy.Client.listIterators(ByteBuffer login,
String tableName) |
Set<String> |
AccumuloProxy.Iface.listLocalUsers(ByteBuffer login) |
Set<String> |
AccumuloProxy.Client.listLocalUsers(ByteBuffer login) |
List<ByteBuffer> |
AccumuloProxy.Iface.listSplits(ByteBuffer login,
String tableName,
int maxSplits) |
List<ByteBuffer> |
AccumuloProxy.Client.listSplits(ByteBuffer login,
String tableName,
int maxSplits) |
ByteBuffer |
AccumuloProxy.Iface.login(String principal,
Map<String,String> loginProperties) |
ByteBuffer |
AccumuloProxy.Client.login(String principal,
Map<String,String> loginProperties) |
void |
AccumuloProxy.Iface.mergeTablets(ByteBuffer login,
String tableName,
ByteBuffer startRow,
ByteBuffer endRow) |
void |
AccumuloProxy.Client.mergeTablets(ByteBuffer login,
String tableName,
ByteBuffer startRow,
ByteBuffer endRow) |
KeyValueAndPeek |
AccumuloProxy.Iface.nextEntry(String scanner) |
KeyValueAndPeek |
AccumuloProxy.Client.nextEntry(String scanner) |
ScanResult |
AccumuloProxy.Iface.nextK(String scanner,
int k) |
ScanResult |
AccumuloProxy.Client.nextK(String scanner,
int k) |
void |
AccumuloProxy.Iface.offlineTable(ByteBuffer login,
String tableName) |
void |
AccumuloProxy.Client.offlineTable(ByteBuffer login,
String tableName) |
void |
AccumuloProxy.Iface.onlineTable(ByteBuffer login,
String tableName) |
void |
AccumuloProxy.Client.onlineTable(ByteBuffer login,
String tableName) |
void |
AccumuloProxy.Iface.pingTabletServer(ByteBuffer login,
String tserver) |
void |
AccumuloProxy.Client.pingTabletServer(ByteBuffer login,
String tserver) |
int |
AccumuloProxy.Client.recv_addConstraint() |
void |
AccumuloProxy.Client.recv_addSplits() |
void |
AccumuloProxy.Client.recv_attachIterator() |
boolean |
AccumuloProxy.Client.recv_authenticateUser() |
void |
AccumuloProxy.Client.recv_cancelCompaction() |
void |
AccumuloProxy.Client.recv_changeLocalUserPassword() |
void |
AccumuloProxy.Client.recv_changeUserAuthorizations() |
void |
AccumuloProxy.Client.recv_checkIteratorConflicts() |
void |
AccumuloProxy.Client.recv_cloneTable() |
void |
AccumuloProxy.Client.recv_compactTable() |
String |
AccumuloProxy.Client.recv_createBatchScanner() |
void |
AccumuloProxy.Client.recv_createLocalUser() |
String |
AccumuloProxy.Client.recv_createScanner() |
void |
AccumuloProxy.Client.recv_createTable() |
String |
AccumuloProxy.Client.recv_createWriter() |
void |
AccumuloProxy.Client.recv_deleteRows() |
void |
AccumuloProxy.Client.recv_deleteTable() |
void |
AccumuloProxy.Client.recv_dropLocalUser() |
void |
AccumuloProxy.Client.recv_exportTable() |
void |
AccumuloProxy.Client.recv_flushTable() |
List<ActiveCompaction> |
AccumuloProxy.Client.recv_getActiveCompactions() |
List<ActiveScan> |
AccumuloProxy.Client.recv_getActiveScans() |
IteratorSetting |
AccumuloProxy.Client.recv_getIteratorSetting() |
Map<String,Set<String>> |
AccumuloProxy.Client.recv_getLocalityGroups() |
ByteBuffer |
AccumuloProxy.Client.recv_getMaxRow() |
Map<String,String> |
AccumuloProxy.Client.recv_getSiteConfiguration() |
Map<String,String> |
AccumuloProxy.Client.recv_getSystemConfiguration() |
Map<String,String> |
AccumuloProxy.Client.recv_getTableProperties() |
List<ByteBuffer> |
AccumuloProxy.Client.recv_getUserAuthorizations() |
void |
AccumuloProxy.Client.recv_grantSystemPermission() |
void |
AccumuloProxy.Client.recv_grantTablePermission() |
boolean |
AccumuloProxy.Client.recv_hasSystemPermission() |
boolean |
AccumuloProxy.Client.recv_hasTablePermission() |
void |
AccumuloProxy.Client.recv_importDirectory() |
void |
AccumuloProxy.Client.recv_importTable() |
Map<String,Integer> |
AccumuloProxy.Client.recv_listConstraints() |
Map<String,Set<IteratorScope>> |
AccumuloProxy.Client.recv_listIterators() |
Set<String> |
AccumuloProxy.Client.recv_listLocalUsers() |
List<ByteBuffer> |
AccumuloProxy.Client.recv_listSplits() |
ByteBuffer |
AccumuloProxy.Client.recv_login() |
void |
AccumuloProxy.Client.recv_mergeTablets() |
KeyValueAndPeek |
AccumuloProxy.Client.recv_nextEntry() |
ScanResult |
AccumuloProxy.Client.recv_nextK() |
void |
AccumuloProxy.Client.recv_offlineTable() |
void |
AccumuloProxy.Client.recv_onlineTable() |
void |
AccumuloProxy.Client.recv_pingTabletServer() |
void |
AccumuloProxy.Client.recv_removeConstraint() |
void |
AccumuloProxy.Client.recv_removeIterator() |
void |
AccumuloProxy.Client.recv_removeProperty() |
void |
AccumuloProxy.Client.recv_removeTableProperty() |
void |
AccumuloProxy.Client.recv_renameTable() |
void |
AccumuloProxy.Client.recv_revokeSystemPermission() |
void |
AccumuloProxy.Client.recv_revokeTablePermission() |
void |
AccumuloProxy.Client.recv_setLocalityGroups() |
void |
AccumuloProxy.Client.recv_setProperty() |
void |
AccumuloProxy.Client.recv_setTableProperty() |
Set<Range> |
AccumuloProxy.Client.recv_splitRangeByTablets() |
boolean |
AccumuloProxy.Client.recv_testClassLoad() |
boolean |
AccumuloProxy.Client.recv_testTableClassLoad() |
void |
AccumuloProxy.Client.recv_updateAndFlush() |
void |
AccumuloProxy.Iface.removeConstraint(ByteBuffer login,
String tableName,
int constraint) |
void |
AccumuloProxy.Client.removeConstraint(ByteBuffer login,
String tableName,
int constraint) |
void |
AccumuloProxy.Iface.removeIterator(ByteBuffer login,
String tableName,
String iterName,
Set<IteratorScope> scopes) |
void |
AccumuloProxy.Client.removeIterator(ByteBuffer login,
String tableName,
String iterName,
Set<IteratorScope> scopes) |
void |
AccumuloProxy.Iface.removeProperty(ByteBuffer login,
String property) |
void |
AccumuloProxy.Client.removeProperty(ByteBuffer login,
String property) |
void |
AccumuloProxy.Iface.removeTableProperty(ByteBuffer login,
String tableName,
String property) |
void |
AccumuloProxy.Client.removeTableProperty(ByteBuffer login,
String tableName,
String property) |
void |
AccumuloProxy.Iface.renameTable(ByteBuffer login,
String oldTableName,
String newTableName) |
void |
AccumuloProxy.Client.renameTable(ByteBuffer login,
String oldTableName,
String newTableName) |
void |
AccumuloProxy.Iface.revokeSystemPermission(ByteBuffer login,
String user,
SystemPermission perm) |
void |
AccumuloProxy.Client.revokeSystemPermission(ByteBuffer login,
String user,
SystemPermission perm) |
void |
AccumuloProxy.Iface.revokeTablePermission(ByteBuffer login,
String user,
String table,
TablePermission perm) |
void |
AccumuloProxy.Client.revokeTablePermission(ByteBuffer login,
String user,
String table,
TablePermission perm) |
void |
AccumuloProxy.Iface.setLocalityGroups(ByteBuffer login,
String tableName,
Map<String,Set<String>> groups) |
void |
AccumuloProxy.Client.setLocalityGroups(ByteBuffer login,
String tableName,
Map<String,Set<String>> groups) |
void |
AccumuloProxy.Iface.setProperty(ByteBuffer login,
String property,
String value) |
void |
AccumuloProxy.Client.setProperty(ByteBuffer login,
String property,
String value) |
void |
AccumuloProxy.Iface.setTableProperty(ByteBuffer login,
String tableName,
String property,
String value) |
void |
AccumuloProxy.Client.setTableProperty(ByteBuffer login,
String tableName,
String property,
String value) |
Set<Range> |
AccumuloProxy.Iface.splitRangeByTablets(ByteBuffer login,
String tableName,
Range range,
int maxSplits) |
Set<Range> |
AccumuloProxy.Client.splitRangeByTablets(ByteBuffer login,
String tableName,
Range range,
int maxSplits) |
boolean |
AccumuloProxy.Iface.testClassLoad(ByteBuffer login,
String className,
String asTypeName) |
boolean |
AccumuloProxy.Client.testClassLoad(ByteBuffer login,
String className,
String asTypeName) |
boolean |
AccumuloProxy.Iface.testTableClassLoad(ByteBuffer login,
String tableName,
String className,
String asTypeName) |
boolean |
AccumuloProxy.Client.testTableClassLoad(ByteBuffer login,
String tableName,
String className,
String asTypeName) |
void |
AccumuloProxy.Iface.updateAndFlush(ByteBuffer login,
String tableName,
Map<ByteBuffer,List<ColumnUpdate>> cells) |
void |
AccumuloProxy.Client.updateAndFlush(ByteBuffer login,
String tableName,
Map<ByteBuffer,List<ColumnUpdate>> cells) |
Copyright © 2015 Apache Accumulo Project. All Rights Reserved.