Package | Description |
---|---|
org.apache.accumulo.proxy | |
org.apache.accumulo.proxy.thrift |
Modifier and Type | Method and Description |
---|---|
String |
ProxyServer.createBatchScanner(ByteBuffer login,
String tableName,
BatchScanOptions opts) |
Modifier and Type | Field and Description |
---|---|
BatchScanOptions |
AccumuloProxy.createBatchScanner_args.options |
Modifier and Type | Method and Description |
---|---|
BatchScanOptions |
BatchScanOptions.deepCopy() |
BatchScanOptions |
AccumuloProxy.createBatchScanner_args.getOptions() |
BatchScanOptions |
BatchScanOptions.setAuthorizations(Set<ByteBuffer> authorizations) |
BatchScanOptions |
BatchScanOptions.setColumns(List<ScanColumn> columns) |
BatchScanOptions |
BatchScanOptions.setIterators(List<IteratorSetting> iterators) |
BatchScanOptions |
BatchScanOptions.setRanges(List<Range> ranges) |
BatchScanOptions |
BatchScanOptions.setThreads(int threads) |
Modifier and Type | Method and Description |
---|---|
int |
BatchScanOptions.compareTo(BatchScanOptions other) |
String |
AccumuloProxy.Iface.createBatchScanner(ByteBuffer login,
String tableName,
BatchScanOptions options) |
String |
AccumuloProxy.Client.createBatchScanner(ByteBuffer login,
String tableName,
BatchScanOptions options) |
void |
AccumuloProxy.AsyncIface.createBatchScanner(ByteBuffer login,
String tableName,
BatchScanOptions options,
org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.createBatchScanner_call> resultHandler) |
void |
AccumuloProxy.AsyncClient.createBatchScanner(ByteBuffer login,
String tableName,
BatchScanOptions options,
org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.createBatchScanner_call> resultHandler) |
boolean |
BatchScanOptions.equals(BatchScanOptions that) |
void |
AccumuloProxy.Client.send_createBatchScanner(ByteBuffer login,
String tableName,
BatchScanOptions options) |
AccumuloProxy.createBatchScanner_args |
AccumuloProxy.createBatchScanner_args.setOptions(BatchScanOptions options) |
Constructor and Description |
---|
AccumuloProxy.AsyncClient.createBatchScanner_call(ByteBuffer login,
String tableName,
BatchScanOptions options,
org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.createBatchScanner_call> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
AccumuloProxy.createBatchScanner_args(ByteBuffer login,
String tableName,
BatchScanOptions options) |
BatchScanOptions(BatchScanOptions other)
Performs a deep copy on other.
|
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.