Uses of Class
org.apache.accumulo.proxy.thrift.Key

Packages that use Key
org.apache.accumulo.proxy   
org.apache.accumulo.proxy.thrift   
 

Uses of Key in org.apache.accumulo.proxy
 

Methods in org.apache.accumulo.proxy that return Key
 Key ProxyServer.getFollowing(Key key, PartialKey part)
           
static Key Util.toThrift(Key key)
           
 

Methods in org.apache.accumulo.proxy with parameters of type Key
static Key Util.fromThrift(Key pkey)
           
 Key ProxyServer.getFollowing(Key key, PartialKey part)
           
 

Uses of Key in org.apache.accumulo.proxy.thrift
 

Fields in org.apache.accumulo.proxy.thrift declared as Key
 Key KeyValue.key
           
 Key AccumuloProxy.getFollowing_args.key
           
 Key Range.start
           
 Key Range.stop
           
 Key AccumuloProxy.getFollowing_result.success
           
 

Methods in org.apache.accumulo.proxy.thrift that return Key
 Key Key.deepCopy()
           
 Key AccumuloProxy.Iface.getFollowing(Key key, PartialKey part)
           
 Key AccumuloProxy.Client.getFollowing(Key key, PartialKey part)
           
 Key KeyValue.getKey()
           
 Key AccumuloProxy.getFollowing_args.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)
           
 

Methods in org.apache.accumulo.proxy.thrift with parameters of type Key
 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<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)
           
 KeyValue KeyValue.setKey(Key key)
           
 AccumuloProxy.getFollowing_args AccumuloProxy.getFollowing_args.setKey(Key key)
           
 Range Range.setStart(Key start)
           
 Range Range.setStop(Key stop)
           
 AccumuloProxy.getFollowing_result AccumuloProxy.getFollowing_result.setSuccess(Key success)
           
 

Constructors in org.apache.accumulo.proxy.thrift with parameters of type Key
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)
           
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 © 2013 Apache Accumulo Project. All Rights Reserved.