| Package | Description |
|---|---|
| org.apache.accumulo.proxy | |
| org.apache.accumulo.proxy.thrift |
| Modifier and Type | Method and Description |
|---|---|
List<DiskUsage> |
ProxyServer.getDiskUsage(ByteBuffer login,
Set<String> tables) |
| Modifier and Type | Field and Description |
|---|---|
List<DiskUsage> |
AccumuloProxy.getDiskUsage_result.success |
| Modifier and Type | Method and Description |
|---|---|
DiskUsage |
DiskUsage.deepCopy() |
DiskUsage |
DiskUsage.setTables(List<String> tables) |
DiskUsage |
DiskUsage.setUsage(long usage) |
| Modifier and Type | Method and Description |
|---|---|
List<DiskUsage> |
AccumuloProxy.Iface.getDiskUsage(ByteBuffer login,
Set<String> tables) |
List<DiskUsage> |
AccumuloProxy.Client.getDiskUsage(ByteBuffer login,
Set<String> tables) |
List<DiskUsage> |
AccumuloProxy.AsyncClient.getDiskUsage_call.getResult() |
org.apache.thrift.async.AsyncMethodCallback<List<DiskUsage>> |
AccumuloProxy.AsyncProcessor.getDiskUsage.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
List<DiskUsage> |
AccumuloProxy.getDiskUsage_result.getSuccess() |
Iterator<DiskUsage> |
AccumuloProxy.getDiskUsage_result.getSuccessIterator() |
List<DiskUsage> |
AccumuloProxy.Client.recv_getDiskUsage() |
| Modifier and Type | Method and Description |
|---|---|
void |
AccumuloProxy.getDiskUsage_result.addToSuccess(DiskUsage elem) |
int |
DiskUsage.compareTo(DiskUsage other) |
boolean |
DiskUsage.equals(DiskUsage that) |
| Modifier and Type | Method and Description |
|---|---|
AccumuloProxy.getDiskUsage_result |
AccumuloProxy.getDiskUsage_result.setSuccess(List<DiskUsage> success) |
void |
AccumuloProxy.AsyncProcessor.getDiskUsage.start(I iface,
AccumuloProxy.getDiskUsage_args args,
org.apache.thrift.async.AsyncMethodCallback<List<DiskUsage>> resultHandler) |
| Constructor and Description |
|---|
DiskUsage(DiskUsage other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
AccumuloProxy.getDiskUsage_result(List<DiskUsage> success,
AccumuloException ouch1,
AccumuloSecurityException ouch2,
TableNotFoundException ouch3) |
Copyright © 2015 Apache Accumulo Project. All rights reserved.