| Package | Description |
|---|---|
| org.apache.accumulo.proxy | |
| org.apache.accumulo.proxy.thrift |
| Modifier and Type | Method and Description |
|---|---|
Key |
ProxyServer.getFollowing(Key key,
PartialKey part) |
static Key |
Util.toThrift(Key key) |
| Modifier and Type | Method and Description |
|---|---|
static Key |
Util.fromThrift(Key pkey) |
Key |
ProxyServer.getFollowing(Key key,
PartialKey part) |
| Modifier and Type | Field and Description |
|---|---|
Key |
AccumuloProxy.getFollowing_args.key |
Key |
KeyValue.key |
Key |
Range.start |
Key |
Range.stop |
Key |
AccumuloProxy.getFollowing_result.success |
| Modifier and Type | Method and Description |
|---|---|
Key |
Key.deepCopy() |
Key |
AccumuloProxy.Iface.getFollowing(Key key,
PartialKey part) |
Key |
AccumuloProxy.Client.getFollowing(Key key,
PartialKey part) |
Key |
AccumuloProxy.getFollowing_args.getKey() |
Key |
KeyValue.getKey() |
Key |
AccumuloProxy.AsyncClient.getFollowing_call.getResult() |
Key |
Range.getStart() |
Key |
Range.getStop() |
Key |
AccumuloProxy.getFollowing_result.getSuccess() |
Key |
AccumuloProxy.Client.recv_getFollowing() |
Key |
Key.setColFamily(byte[] colFamily) |
Key |
Key.setColFamily(ByteBuffer colFamily) |
Key |
Key.setColQualifier(byte[] colQualifier) |
Key |
Key.setColQualifier(ByteBuffer colQualifier) |
Key |
Key.setColVisibility(byte[] colVisibility) |
Key |
Key.setColVisibility(ByteBuffer colVisibility) |
Key |
Key.setRow(byte[] row) |
Key |
Key.setRow(ByteBuffer row) |
Key |
Key.setTimestamp(long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.thrift.async.AsyncMethodCallback<Key> |
AccumuloProxy.AsyncProcessor.getFollowing.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
| Modifier and Type | Method and Description |
|---|---|
int |
Key.compareTo(Key other) |
boolean |
Key.equals(Key that) |
Key |
AccumuloProxy.Iface.getFollowing(Key key,
PartialKey part) |
Key |
AccumuloProxy.Client.getFollowing(Key key,
PartialKey part) |
void |
AccumuloProxy.AsyncIface.getFollowing(Key key,
PartialKey part,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
AccumuloProxy.AsyncClient.getFollowing(Key key,
PartialKey part,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
AccumuloProxy.Client.send_getFollowing(Key key,
PartialKey part) |
AccumuloProxy.getFollowing_args |
AccumuloProxy.getFollowing_args.setKey(Key key) |
KeyValue |
KeyValue.setKey(Key key) |
Range |
Range.setStart(Key start) |
Range |
Range.setStop(Key stop) |
AccumuloProxy.getFollowing_result |
AccumuloProxy.getFollowing_result.setSuccess(Key success) |
| Modifier and Type | Method and Description |
|---|---|
void |
AccumuloProxy.AsyncProcessor.getFollowing.start(I iface,
AccumuloProxy.getFollowing_args args,
org.apache.thrift.async.AsyncMethodCallback<Key> resultHandler) |
| Constructor and Description |
|---|
AccumuloProxy.AsyncClient.getFollowing_call(Key key,
PartialKey part,
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.getFollowing_args(Key key,
PartialKey part) |
AccumuloProxy.getFollowing_result(Key success) |
Key(Key other)
Performs a deep copy on other.
|
KeyValue(Key key,
ByteBuffer value) |
Range(Key start,
boolean startInclusive,
Key stop,
boolean stopInclusive) |
Copyright © 2015 Apache Accumulo Project. All rights reserved.