| Package | Description |
|---|---|
| org.apache.accumulo.proxy | |
| org.apache.accumulo.proxy.thrift |
| Modifier and Type | Method and Description |
|---|---|
List<ActiveScan> |
ProxyServer.getActiveScans(ByteBuffer login,
String tserver) |
| Modifier and Type | Field and Description |
|---|---|
List<ActiveScan> |
AccumuloProxy.getActiveScans_result.success |
| Modifier and Type | Method and Description |
|---|---|
ActiveScan |
ActiveScan.deepCopy() |
ActiveScan |
ActiveScan.setAge(long age) |
ActiveScan |
ActiveScan.setAuthorizations(List<ByteBuffer> authorizations) |
ActiveScan |
ActiveScan.setClient(String client) |
ActiveScan |
ActiveScan.setColumns(List<Column> columns) |
ActiveScan |
ActiveScan.setExtent(KeyExtent extent) |
ActiveScan |
ActiveScan.setIdleTime(long idleTime) |
ActiveScan |
ActiveScan.setIterators(List<IteratorSetting> iterators) |
ActiveScan |
ActiveScan.setState(ScanState state) |
ActiveScan |
ActiveScan.setTable(String table) |
ActiveScan |
ActiveScan.setType(ScanType type) |
ActiveScan |
ActiveScan.setUser(String user) |
| Modifier and Type | Method and Description |
|---|---|
List<ActiveScan> |
AccumuloProxy.Iface.getActiveScans(ByteBuffer login,
String tserver) |
List<ActiveScan> |
AccumuloProxy.Client.getActiveScans(ByteBuffer login,
String tserver) |
List<ActiveScan> |
AccumuloProxy.AsyncClient.getActiveScans_call.getResult() |
org.apache.thrift.async.AsyncMethodCallback<List<ActiveScan>> |
AccumuloProxy.AsyncProcessor.getActiveScans.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
List<ActiveScan> |
AccumuloProxy.getActiveScans_result.getSuccess() |
Iterator<ActiveScan> |
AccumuloProxy.getActiveScans_result.getSuccessIterator() |
List<ActiveScan> |
AccumuloProxy.Client.recv_getActiveScans() |
| Modifier and Type | Method and Description |
|---|---|
void |
AccumuloProxy.getActiveScans_result.addToSuccess(ActiveScan elem) |
int |
ActiveScan.compareTo(ActiveScan other) |
boolean |
ActiveScan.equals(ActiveScan that) |
| Modifier and Type | Method and Description |
|---|---|
AccumuloProxy.getActiveScans_result |
AccumuloProxy.getActiveScans_result.setSuccess(List<ActiveScan> success) |
void |
AccumuloProxy.AsyncProcessor.getActiveScans.start(I iface,
AccumuloProxy.getActiveScans_args args,
org.apache.thrift.async.AsyncMethodCallback<List<ActiveScan>> resultHandler) |
| Constructor and Description |
|---|
ActiveScan(ActiveScan other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
AccumuloProxy.getActiveScans_result(List<ActiveScan> success,
AccumuloException ouch1,
AccumuloSecurityException ouch2) |
Copyright © 2015 Apache Accumulo Project. All rights reserved.