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) |
void |
ProxyServer.cancelCompaction(ByteBuffer login,
String tableName) |
void |
ProxyServer.checkIteratorConflicts(ByteBuffer login,
String tableName,
IteratorSetting setting,
Set<IteratorScope> scopes) |
void |
ProxyServer.clearLocatorCache(ByteBuffer login,
String tableName) |
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) |
String |
ProxyServer.createScanner(ByteBuffer login,
String tableName,
ScanOptions opts) |
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.exportTable(ByteBuffer login,
String tableName,
String exportDir) |
void |
ProxyServer.flushTable(ByteBuffer login,
String tableName,
ByteBuffer startRow,
ByteBuffer endRow,
boolean wait) |
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.getTableProperties(ByteBuffer login,
String tableName) |
void |
ProxyServer.grantTablePermission(ByteBuffer login,
String user,
String table,
TablePermission 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) |
Map<String,Integer> |
ProxyServer.listConstraints(ByteBuffer login,
String tableName) |
Map<String,Set<IteratorScope>> |
ProxyServer.listIterators(ByteBuffer login,
String tableName) |
List<ByteBuffer> |
ProxyServer.listSplits(ByteBuffer login,
String tableName,
int maxSplits) |
void |
ProxyServer.mergeTablets(ByteBuffer login,
String tableName,
ByteBuffer startRow,
ByteBuffer endRow) |
void |
ProxyServer.offlineTable(ByteBuffer login,
String tableName) |
void |
ProxyServer.onlineTable(ByteBuffer login,
String tableName) |
void |
ProxyServer.removeConstraint(ByteBuffer login,
String tableName,
int constraint) |
void |
ProxyServer.removeIterator(ByteBuffer login,
String tableName,
String iterName,
Set<IteratorScope> scopes) |
void |
ProxyServer.removeTableProperty(ByteBuffer login,
String tableName,
String property) |
void |
ProxyServer.renameTable(ByteBuffer login,
String oldTableName,
String newTableName) |
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.setTableProperty(ByteBuffer login,
String tableName,
String property,
String value) |
Set<Range> |
ProxyServer.splitRangeByTablets(ByteBuffer login,
String tableName,
Range range,
int maxSplits) |
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 |
---|---|
TableNotFoundException |
AccumuloProxy.clearLocatorCache_result.ouch1 |
TableNotFoundException |
AccumuloProxy.importDirectory_result.ouch1 |
TableNotFoundException |
AccumuloProxy.compactTable_result.ouch2 |
TableNotFoundException |
AccumuloProxy.cancelCompaction_result.ouch2 |
TableNotFoundException |
AccumuloProxy.addConstraint_result.ouch3 |
TableNotFoundException |
AccumuloProxy.addSplits_result.ouch3 |
TableNotFoundException |
AccumuloProxy.attachIterator_result.ouch3 |
TableNotFoundException |
AccumuloProxy.checkIteratorConflicts_result.ouch3 |
TableNotFoundException |
AccumuloProxy.cloneTable_result.ouch3 |
TableNotFoundException |
AccumuloProxy.deleteTable_result.ouch3 |
TableNotFoundException |
AccumuloProxy.deleteRows_result.ouch3 |
TableNotFoundException |
AccumuloProxy.exportTable_result.ouch3 |
TableNotFoundException |
AccumuloProxy.flushTable_result.ouch3 |
TableNotFoundException |
AccumuloProxy.getLocalityGroups_result.ouch3 |
TableNotFoundException |
AccumuloProxy.getIteratorSetting_result.ouch3 |
TableNotFoundException |
AccumuloProxy.getMaxRow_result.ouch3 |
TableNotFoundException |
AccumuloProxy.getTableProperties_result.ouch3 |
TableNotFoundException |
AccumuloProxy.listSplits_result.ouch3 |
TableNotFoundException |
AccumuloProxy.listIterators_result.ouch3 |
TableNotFoundException |
AccumuloProxy.listConstraints_result.ouch3 |
TableNotFoundException |
AccumuloProxy.mergeTablets_result.ouch3 |
TableNotFoundException |
AccumuloProxy.offlineTable_result.ouch3 |
TableNotFoundException |
AccumuloProxy.onlineTable_result.ouch3 |
TableNotFoundException |
AccumuloProxy.removeConstraint_result.ouch3 |
TableNotFoundException |
AccumuloProxy.removeIterator_result.ouch3 |
TableNotFoundException |
AccumuloProxy.removeTableProperty_result.ouch3 |
TableNotFoundException |
AccumuloProxy.renameTable_result.ouch3 |
TableNotFoundException |
AccumuloProxy.setLocalityGroups_result.ouch3 |
TableNotFoundException |
AccumuloProxy.setTableProperty_result.ouch3 |
TableNotFoundException |
AccumuloProxy.splitRangeByTablets_result.ouch3 |
TableNotFoundException |
AccumuloProxy.testTableClassLoad_result.ouch3 |
TableNotFoundException |
AccumuloProxy.grantTablePermission_result.ouch3 |
TableNotFoundException |
AccumuloProxy.hasTablePermission_result.ouch3 |
TableNotFoundException |
AccumuloProxy.listLocalUsers_result.ouch3 |
TableNotFoundException |
AccumuloProxy.revokeTablePermission_result.ouch3 |
TableNotFoundException |
AccumuloProxy.createBatchScanner_result.ouch3 |
TableNotFoundException |
AccumuloProxy.createScanner_result.ouch3 |
TableNotFoundException |
AccumuloProxy.updateAndFlush_result.ouch3 |
TableNotFoundException |
AccumuloProxy.createWriter_result.ouch3 |
Modifier and Type | Method and Description |
---|---|
TableNotFoundException |
TableNotFoundException.deepCopy() |
TableNotFoundException |
AccumuloProxy.clearLocatorCache_result.getOuch1() |
TableNotFoundException |
AccumuloProxy.importDirectory_result.getOuch1() |
TableNotFoundException |
AccumuloProxy.compactTable_result.getOuch2() |
TableNotFoundException |
AccumuloProxy.cancelCompaction_result.getOuch2() |
TableNotFoundException |
AccumuloProxy.addConstraint_result.getOuch3() |
TableNotFoundException |
AccumuloProxy.addSplits_result.getOuch3() |
TableNotFoundException |
AccumuloProxy.attachIterator_result.getOuch3() |
TableNotFoundException |
AccumuloProxy.checkIteratorConflicts_result.getOuch3() |
TableNotFoundException |
AccumuloProxy.cloneTable_result.getOuch3() |
TableNotFoundException |
AccumuloProxy.deleteTable_result.getOuch3() |
TableNotFoundException |
AccumuloProxy.deleteRows_result.getOuch3() |
TableNotFoundException |
AccumuloProxy.exportTable_result.getOuch3() |
TableNotFoundException |
AccumuloProxy.flushTable_result.getOuch3() |
TableNotFoundException |
AccumuloProxy.getLocalityGroups_result.getOuch3() |
TableNotFoundException |
AccumuloProxy.getIteratorSetting_result.getOuch3() |
TableNotFoundException |
AccumuloProxy.getMaxRow_result.getOuch3() |
TableNotFoundException |
AccumuloProxy.getTableProperties_result.getOuch3() |
TableNotFoundException |
AccumuloProxy.listSplits_result.getOuch3() |
TableNotFoundException |
AccumuloProxy.listIterators_result.getOuch3() |
TableNotFoundException |
AccumuloProxy.listConstraints_result.getOuch3() |
TableNotFoundException |
AccumuloProxy.mergeTablets_result.getOuch3() |
TableNotFoundException |
AccumuloProxy.offlineTable_result.getOuch3() |
TableNotFoundException |
AccumuloProxy.onlineTable_result.getOuch3() |
TableNotFoundException |
AccumuloProxy.removeConstraint_result.getOuch3() |
TableNotFoundException |
AccumuloProxy.removeIterator_result.getOuch3() |
TableNotFoundException |
AccumuloProxy.removeTableProperty_result.getOuch3() |
TableNotFoundException |
AccumuloProxy.renameTable_result.getOuch3() |
TableNotFoundException |
AccumuloProxy.setLocalityGroups_result.getOuch3() |
TableNotFoundException |
AccumuloProxy.setTableProperty_result.getOuch3() |
TableNotFoundException |
AccumuloProxy.splitRangeByTablets_result.getOuch3() |
TableNotFoundException |
AccumuloProxy.testTableClassLoad_result.getOuch3() |
TableNotFoundException |
AccumuloProxy.grantTablePermission_result.getOuch3() |
TableNotFoundException |
AccumuloProxy.hasTablePermission_result.getOuch3() |
TableNotFoundException |
AccumuloProxy.listLocalUsers_result.getOuch3() |
TableNotFoundException |
AccumuloProxy.revokeTablePermission_result.getOuch3() |
TableNotFoundException |
AccumuloProxy.createBatchScanner_result.getOuch3() |
TableNotFoundException |
AccumuloProxy.createScanner_result.getOuch3() |
TableNotFoundException |
AccumuloProxy.updateAndFlush_result.getOuch3() |
TableNotFoundException |
AccumuloProxy.createWriter_result.getOuch3() |
TableNotFoundException |
TableNotFoundException.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) |
void |
AccumuloProxy.Iface.cancelCompaction(ByteBuffer login,
String tableName) |
void |
AccumuloProxy.Client.cancelCompaction(ByteBuffer login,
String tableName) |
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.clearLocatorCache(ByteBuffer login,
String tableName) |
void |
AccumuloProxy.Client.clearLocatorCache(ByteBuffer login,
String tableName) |
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) |
String |
AccumuloProxy.Iface.createScanner(ByteBuffer login,
String tableName,
ScanOptions options) |
String |
AccumuloProxy.Client.createScanner(ByteBuffer login,
String tableName,
ScanOptions options) |
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.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) |
IteratorSetting |
AccumuloProxy.Iface.getIteratorSetting(ByteBuffer login,
String tableName,
String iteratorName,
IteratorScope scope) |
IteratorSetting |
AccumuloProxy.Client.getIteratorSetting(ByteBuffer login,
String tableName,
String iteratorName,
IteratorScope scope) |
Map<String,Set<String>> |
AccumuloProxy.Iface.getLocalityGroups(ByteBuffer login,
String tableName) |
Map<String,Set<String>> |
AccumuloProxy.Client.getLocalityGroups(ByteBuffer login,
String tableName) |
ByteBuffer |
AccumuloProxy.Iface.getMaxRow(ByteBuffer login,
String tableName,
Set<ByteBuffer> auths,
ByteBuffer startRow,
boolean startInclusive,
ByteBuffer endRow,
boolean endInclusive) |
ByteBuffer |
AccumuloProxy.Client.getMaxRow(ByteBuffer login,
String tableName,
Set<ByteBuffer> auths,
ByteBuffer startRow,
boolean startInclusive,
ByteBuffer endRow,
boolean endInclusive) |
int |
AccumuloProxy.AsyncClient.addConstraint_call.getResult() |
void |
AccumuloProxy.AsyncClient.addSplits_call.getResult() |
void |
AccumuloProxy.AsyncClient.attachIterator_call.getResult() |
void |
AccumuloProxy.AsyncClient.checkIteratorConflicts_call.getResult() |
void |
AccumuloProxy.AsyncClient.clearLocatorCache_call.getResult() |
void |
AccumuloProxy.AsyncClient.cloneTable_call.getResult() |
void |
AccumuloProxy.AsyncClient.compactTable_call.getResult() |
void |
AccumuloProxy.AsyncClient.cancelCompaction_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() |
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.grantTablePermission_call.getResult() |
boolean |
AccumuloProxy.AsyncClient.hasTablePermission_call.getResult() |
Set<String> |
AccumuloProxy.AsyncClient.listLocalUsers_call.getResult() |
void |
AccumuloProxy.AsyncClient.revokeTablePermission_call.getResult() |
String |
AccumuloProxy.AsyncClient.createBatchScanner_call.getResult() |
String |
AccumuloProxy.AsyncClient.createScanner_call.getResult() |
void |
AccumuloProxy.AsyncClient.updateAndFlush_call.getResult() |
String |
AccumuloProxy.AsyncClient.createWriter_call.getResult() |
Map<String,String> |
AccumuloProxy.Iface.getTableProperties(ByteBuffer login,
String tableName) |
Map<String,String> |
AccumuloProxy.Client.getTableProperties(ByteBuffer login,
String tableName) |
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.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) |
Map<String,Integer> |
AccumuloProxy.Iface.listConstraints(ByteBuffer login,
String tableName) |
Map<String,Integer> |
AccumuloProxy.Client.listConstraints(ByteBuffer login,
String tableName) |
Map<String,Set<IteratorScope>> |
AccumuloProxy.Iface.listIterators(ByteBuffer login,
String tableName) |
Map<String,Set<IteratorScope>> |
AccumuloProxy.Client.listIterators(ByteBuffer login,
String tableName) |
Set<String> |
AccumuloProxy.Iface.listLocalUsers(ByteBuffer login) |
Set<String> |
AccumuloProxy.Client.listLocalUsers(ByteBuffer login) |
List<ByteBuffer> |
AccumuloProxy.Iface.listSplits(ByteBuffer login,
String tableName,
int maxSplits) |
List<ByteBuffer> |
AccumuloProxy.Client.listSplits(ByteBuffer login,
String tableName,
int maxSplits) |
void |
AccumuloProxy.Iface.mergeTablets(ByteBuffer login,
String tableName,
ByteBuffer startRow,
ByteBuffer endRow) |
void |
AccumuloProxy.Client.mergeTablets(ByteBuffer login,
String tableName,
ByteBuffer startRow,
ByteBuffer endRow) |
void |
AccumuloProxy.Iface.offlineTable(ByteBuffer login,
String tableName) |
void |
AccumuloProxy.Client.offlineTable(ByteBuffer login,
String tableName) |
void |
AccumuloProxy.Iface.onlineTable(ByteBuffer login,
String tableName) |
void |
AccumuloProxy.Client.onlineTable(ByteBuffer login,
String tableName) |
int |
AccumuloProxy.Client.recv_addConstraint() |
void |
AccumuloProxy.Client.recv_addSplits() |
void |
AccumuloProxy.Client.recv_attachIterator() |
void |
AccumuloProxy.Client.recv_cancelCompaction() |
void |
AccumuloProxy.Client.recv_checkIteratorConflicts() |
void |
AccumuloProxy.Client.recv_clearLocatorCache() |
void |
AccumuloProxy.Client.recv_cloneTable() |
void |
AccumuloProxy.Client.recv_compactTable() |
String |
AccumuloProxy.Client.recv_createBatchScanner() |
String |
AccumuloProxy.Client.recv_createScanner() |
String |
AccumuloProxy.Client.recv_createWriter() |
void |
AccumuloProxy.Client.recv_deleteRows() |
void |
AccumuloProxy.Client.recv_deleteTable() |
void |
AccumuloProxy.Client.recv_exportTable() |
void |
AccumuloProxy.Client.recv_flushTable() |
IteratorSetting |
AccumuloProxy.Client.recv_getIteratorSetting() |
Map<String,Set<String>> |
AccumuloProxy.Client.recv_getLocalityGroups() |
ByteBuffer |
AccumuloProxy.Client.recv_getMaxRow() |
Map<String,String> |
AccumuloProxy.Client.recv_getTableProperties() |
void |
AccumuloProxy.Client.recv_grantTablePermission() |
boolean |
AccumuloProxy.Client.recv_hasTablePermission() |
void |
AccumuloProxy.Client.recv_importDirectory() |
Map<String,Integer> |
AccumuloProxy.Client.recv_listConstraints() |
Map<String,Set<IteratorScope>> |
AccumuloProxy.Client.recv_listIterators() |
Set<String> |
AccumuloProxy.Client.recv_listLocalUsers() |
List<ByteBuffer> |
AccumuloProxy.Client.recv_listSplits() |
void |
AccumuloProxy.Client.recv_mergeTablets() |
void |
AccumuloProxy.Client.recv_offlineTable() |
void |
AccumuloProxy.Client.recv_onlineTable() |
void |
AccumuloProxy.Client.recv_removeConstraint() |
void |
AccumuloProxy.Client.recv_removeIterator() |
void |
AccumuloProxy.Client.recv_removeTableProperty() |
void |
AccumuloProxy.Client.recv_renameTable() |
void |
AccumuloProxy.Client.recv_revokeTablePermission() |
void |
AccumuloProxy.Client.recv_setLocalityGroups() |
void |
AccumuloProxy.Client.recv_setTableProperty() |
Set<Range> |
AccumuloProxy.Client.recv_splitRangeByTablets() |
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.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.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.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.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 © 2011-2015 The Apache Software Foundation. All Rights Reserved.