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 java.util.List<TKeyValue> Key.compress(java.util.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(java.util.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
 java.util.List<TKeyValue> MultiScanResult.results
           
 java.util.List<TKeyValue> ScanResult.results
           
 

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

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

Methods in org.apache.accumulo.core.data.thrift with parameters of type TKeyValue
 void MultiScanResult.addToResults(TKeyValue elem)
           
 void ScanResult.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
 MultiScanResult MultiScanResult.setResults(java.util.List<TKeyValue> results)
           
 ScanResult ScanResult.setResults(java.util.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(java.util.List<TKeyValue> results, java.util.Map<TKeyExtent,java.util.List<TRange>> failures, java.util.List<TKeyExtent> fullScans, TKeyExtent partScan, TKey partNextKey, boolean partNextKeyInclusive, boolean more)
           
ScanResult(java.util.List<TKeyValue> results, boolean more)
           
 



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