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

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

Uses of KeyValueAndPeek in org.apache.accumulo.proxy
 

Methods in org.apache.accumulo.proxy that return KeyValueAndPeek
 KeyValueAndPeek ProxyServer.nextEntry(String scanner)
           
 

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

Fields in org.apache.accumulo.proxy.thrift declared as KeyValueAndPeek
 KeyValueAndPeek AccumuloProxy.nextEntry_result.success
           
 

Methods in org.apache.accumulo.proxy.thrift that return KeyValueAndPeek
 KeyValueAndPeek KeyValueAndPeek.deepCopy()
           
 KeyValueAndPeek AccumuloProxy.AsyncClient.nextEntry_call.getResult()
           
 KeyValueAndPeek AccumuloProxy.nextEntry_result.getSuccess()
           
 KeyValueAndPeek AccumuloProxy.Iface.nextEntry(String scanner)
           
 KeyValueAndPeek AccumuloProxy.Client.nextEntry(String scanner)
           
 KeyValueAndPeek AccumuloProxy.Client.recv_nextEntry()
           
 KeyValueAndPeek KeyValueAndPeek.setHasNext(boolean hasNext)
           
 KeyValueAndPeek KeyValueAndPeek.setKeyValue(KeyValue keyValue)
           
 

Methods in org.apache.accumulo.proxy.thrift with parameters of type KeyValueAndPeek
 int KeyValueAndPeek.compareTo(KeyValueAndPeek other)
           
 boolean KeyValueAndPeek.equals(KeyValueAndPeek that)
           
 AccumuloProxy.nextEntry_result AccumuloProxy.nextEntry_result.setSuccess(KeyValueAndPeek success)
           
 

Constructors in org.apache.accumulo.proxy.thrift with parameters of type KeyValueAndPeek
AccumuloProxy.nextEntry_result(KeyValueAndPeek success, NoMoreEntriesException ouch1, UnknownScanner ouch2, AccumuloSecurityException ouch3)
           
KeyValueAndPeek(KeyValueAndPeek other)
          Performs a deep copy on other.
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.