| Package | Description |
|---|---|
| org.apache.accumulo.proxy | |
| org.apache.accumulo.proxy.thrift |
| Modifier and Type | Method and Description |
|---|---|
void |
ProxyServer.compactTable(ByteBuffer login,
String tableName,
ByteBuffer startRow,
ByteBuffer endRow,
List<IteratorSetting> iterators,
boolean flush,
boolean wait,
CompactionStrategyConfig compactionStrategy) |
| Modifier and Type | Field and Description |
|---|---|
CompactionStrategyConfig |
AccumuloProxy.compactTable_args.compactionStrategy |
| Modifier and Type | Method and Description |
|---|---|
CompactionStrategyConfig |
CompactionStrategyConfig.deepCopy() |
CompactionStrategyConfig |
AccumuloProxy.compactTable_args.getCompactionStrategy() |
CompactionStrategyConfig |
CompactionStrategyConfig.setClassName(String className) |
CompactionStrategyConfig |
CompactionStrategyConfig.setOptions(Map<String,String> options) |
| Modifier and Type | Method and Description |
|---|---|
void |
AccumuloProxy.Iface.compactTable(ByteBuffer login,
String tableName,
ByteBuffer startRow,
ByteBuffer endRow,
List<IteratorSetting> iterators,
boolean flush,
boolean wait,
CompactionStrategyConfig compactionStrategy) |
void |
AccumuloProxy.Client.compactTable(ByteBuffer login,
String tableName,
ByteBuffer startRow,
ByteBuffer endRow,
List<IteratorSetting> iterators,
boolean flush,
boolean wait,
CompactionStrategyConfig compactionStrategy) |
void |
AccumuloProxy.AsyncIface.compactTable(ByteBuffer login,
String tableName,
ByteBuffer startRow,
ByteBuffer endRow,
List<IteratorSetting> iterators,
boolean flush,
boolean wait,
CompactionStrategyConfig compactionStrategy,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
AccumuloProxy.AsyncClient.compactTable(ByteBuffer login,
String tableName,
ByteBuffer startRow,
ByteBuffer endRow,
List<IteratorSetting> iterators,
boolean flush,
boolean wait,
CompactionStrategyConfig compactionStrategy,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
int |
CompactionStrategyConfig.compareTo(CompactionStrategyConfig other) |
boolean |
CompactionStrategyConfig.equals(CompactionStrategyConfig that) |
void |
AccumuloProxy.Client.send_compactTable(ByteBuffer login,
String tableName,
ByteBuffer startRow,
ByteBuffer endRow,
List<IteratorSetting> iterators,
boolean flush,
boolean wait,
CompactionStrategyConfig compactionStrategy) |
AccumuloProxy.compactTable_args |
AccumuloProxy.compactTable_args.setCompactionStrategy(CompactionStrategyConfig compactionStrategy) |
| Constructor and Description |
|---|
AccumuloProxy.AsyncClient.compactTable_call(ByteBuffer login,
String tableName,
ByteBuffer startRow,
ByteBuffer endRow,
List<IteratorSetting> iterators,
boolean flush,
boolean wait,
CompactionStrategyConfig compactionStrategy,
org.apache.thrift.async.AsyncMethodCallback resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
AccumuloProxy.compactTable_args(ByteBuffer login,
String tableName,
ByteBuffer startRow,
ByteBuffer endRow,
List<IteratorSetting> iterators,
boolean flush,
boolean wait,
CompactionStrategyConfig compactionStrategy) |
CompactionStrategyConfig(CompactionStrategyConfig other)
Performs a deep copy on other.
|
Copyright © 2015 Apache Accumulo Project. All rights reserved.