Package | Description |
---|---|
org.apache.accumulo.proxy | |
org.apache.accumulo.proxy.thrift |
Modifier and Type | Method and Description |
---|---|
Key |
ProxyServer.getFollowing(Key key,
PartialKey part) |
Modifier and Type | Field and Description |
---|---|
PartialKey |
AccumuloProxy.getFollowing_args.part |
Modifier and Type | Method and Description |
---|---|
static PartialKey |
PartialKey.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
PartialKey |
AccumuloProxy.getFollowing_args.getPart() |
static PartialKey |
PartialKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PartialKey[] |
PartialKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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<AccumuloProxy.AsyncClient.getFollowing_call> resultHandler) |
void |
AccumuloProxy.AsyncClient.getFollowing(Key key,
PartialKey part,
org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.getFollowing_call> resultHandler) |
void |
AccumuloProxy.Client.send_getFollowing(Key key,
PartialKey part) |
AccumuloProxy.getFollowing_args |
AccumuloProxy.getFollowing_args.setPart(PartialKey part) |
Constructor and Description |
---|
AccumuloProxy.AsyncClient.getFollowing_call(Key key,
PartialKey part,
org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.getFollowing_call> 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) |
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.