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

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

Uses of PartialKey in org.apache.accumulo.proxy
 

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

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

Fields in org.apache.accumulo.proxy.thrift declared as PartialKey
 PartialKey AccumuloProxy.getFollowing_args.part
           
 

Methods in org.apache.accumulo.proxy.thrift that return PartialKey
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.
 

Methods in org.apache.accumulo.proxy.thrift with parameters of type PartialKey
 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)
           
 

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