Uses of Class
org.apache.accumulo.core.data.thrift.TKeyValue

Packages that use TKeyValue
org.apache.accumulo.core.data   
org.apache.accumulo.core.data.thrift   
 

Uses of TKeyValue in org.apache.accumulo.core.data
 

Methods in org.apache.accumulo.core.data that return types with arguments of type TKeyValue
static List<TKeyValue> Key.compress(List<? extends KeyValue> param)
          Use this to compress a list of keys before sending them via thrift.
 

Method parameters in org.apache.accumulo.core.data with type arguments of type TKeyValue
static void Key.decompress(List<TKeyValue> param)
          Use this to decompress a list of keys received from thrift.
 

Uses of TKeyValue in org.apache.accumulo.core.data.thrift
 

Fields in org.apache.accumulo.core.data.thrift with type parameters of type TKeyValue
 List<TKeyValue> ScanResult.results
           
 List<TKeyValue> MultiScanResult.results
           
 

Methods in org.apache.accumulo.core.data.thrift that return TKeyValue
 TKeyValue TKeyValue.deepCopy()
           
 TKeyValue TKeyValue.setKey(TKey key)
           
 TKeyValue TKeyValue.setValue(byte[] value)
           
 TKeyValue TKeyValue.setValue(ByteBuffer value)
           
 

Methods in org.apache.accumulo.core.data.thrift that return types with arguments of type TKeyValue
 List<TKeyValue> ScanResult.getResults()
           
 List<TKeyValue> MultiScanResult.getResults()
           
 Iterator<TKeyValue> ScanResult.getResultsIterator()
           
 Iterator<TKeyValue> MultiScanResult.getResultsIterator()
           
 

Methods in org.apache.accumulo.core.data.thrift with parameters of type TKeyValue
 void ScanResult.addToResults(TKeyValue elem)
           
 void MultiScanResult.addToResults(TKeyValue elem)
           
 int TKeyValue.compareTo(TKeyValue other)
           
 boolean TKeyValue.equals(TKeyValue that)
           
 

Method parameters in org.apache.accumulo.core.data.thrift with type arguments of type TKeyValue
 ScanResult ScanResult.setResults(List<TKeyValue> results)
           
 MultiScanResult MultiScanResult.setResults(List<TKeyValue> results)
           
 

Constructors in org.apache.accumulo.core.data.thrift with parameters of type TKeyValue
TKeyValue(TKeyValue other)
          Performs a deep copy on other.
 

Constructor parameters in org.apache.accumulo.core.data.thrift with type arguments of type TKeyValue
MultiScanResult(List<TKeyValue> results, Map<TKeyExtent,List<TRange>> failures, List<TKeyExtent> fullScans, TKeyExtent partScan, TKey partNextKey, boolean partNextKeyInclusive, boolean more)
           
ScanResult(List<TKeyValue> results, boolean more)
           
 



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.