|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BatchScanOptions | |
---|---|
org.apache.accumulo.proxy | |
org.apache.accumulo.proxy.thrift |
Uses of BatchScanOptions in org.apache.accumulo.proxy |
---|
Methods in org.apache.accumulo.proxy with parameters of type BatchScanOptions | |
---|---|
String |
ProxyServer.createBatchScanner(ByteBuffer login,
String tableName,
BatchScanOptions opts)
|
Uses of BatchScanOptions in org.apache.accumulo.proxy.thrift |
---|
Fields in org.apache.accumulo.proxy.thrift declared as BatchScanOptions | |
---|---|
BatchScanOptions |
AccumuloProxy.createBatchScanner_args.options
|
Methods in org.apache.accumulo.proxy.thrift that return BatchScanOptions | |
---|---|
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)
|
Methods in org.apache.accumulo.proxy.thrift with parameters of type BatchScanOptions | |
---|---|
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)
|
Constructors in org.apache.accumulo.proxy.thrift with parameters of type BatchScanOptions | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |