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

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

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

Fields in org.apache.accumulo.proxy.thrift declared as KeyValue
 KeyValue KeyValueAndPeek.keyValue
           
 

Fields in org.apache.accumulo.proxy.thrift with type parameters of type KeyValue
 List<KeyValue> ScanResult.results
           
 

Methods in org.apache.accumulo.proxy.thrift that return KeyValue
 KeyValue KeyValue.deepCopy()
           
 KeyValue KeyValueAndPeek.getKeyValue()
           
 KeyValue KeyValue.setKey(Key key)
           
 KeyValue KeyValue.setValue(byte[] value)
           
 KeyValue KeyValue.setValue(ByteBuffer value)
           
 

Methods in org.apache.accumulo.proxy.thrift that return types with arguments of type KeyValue
 List<KeyValue> ScanResult.getResults()
           
 Iterator<KeyValue> ScanResult.getResultsIterator()
           
 

Methods in org.apache.accumulo.proxy.thrift with parameters of type KeyValue
 void ScanResult.addToResults(KeyValue elem)
           
 int KeyValue.compareTo(KeyValue other)
           
 boolean KeyValue.equals(KeyValue that)
           
 KeyValueAndPeek KeyValueAndPeek.setKeyValue(KeyValue keyValue)
           
 

Method parameters in org.apache.accumulo.proxy.thrift with type arguments of type KeyValue
 ScanResult ScanResult.setResults(List<KeyValue> results)
           
 

Constructors in org.apache.accumulo.proxy.thrift with parameters of type KeyValue
KeyValue(KeyValue other)
          Performs a deep copy on other.
KeyValueAndPeek(KeyValue keyValue, boolean hasNext)
           
 

Constructor parameters in org.apache.accumulo.proxy.thrift with type arguments of type KeyValue
ScanResult(List<KeyValue> results, boolean more)
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.