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

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

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

Methods in org.apache.accumulo.core.data that return TKey
 TKey Key.toThrift()
           
 

Constructors in org.apache.accumulo.core.data with parameters of type TKey
Key(TKey tkey)
           
 

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

Fields in org.apache.accumulo.core.data.thrift declared as TKey
 TKey TKeyValue.key
           
 TKey MultiScanResult.partNextKey
           
 TKey TRange.start
           
 TKey TRange.stop
           
 

Methods in org.apache.accumulo.core.data.thrift that return TKey
 TKey TKey.deepCopy()
           
 TKey TKeyValue.getKey()
           
 TKey MultiScanResult.getPartNextKey()
           
 TKey TRange.getStart()
           
 TKey TRange.getStop()
           
 TKey TKey.setColFamily(byte[] colFamily)
           
 TKey TKey.setColFamily(ByteBuffer colFamily)
           
 TKey TKey.setColQualifier(byte[] colQualifier)
           
 TKey TKey.setColQualifier(ByteBuffer colQualifier)
           
 TKey TKey.setColVisibility(byte[] colVisibility)
           
 TKey TKey.setColVisibility(ByteBuffer colVisibility)
           
 TKey TKey.setRow(byte[] row)
           
 TKey TKey.setRow(ByteBuffer row)
           
 TKey TKey.setTimestamp(long timestamp)
           
 

Methods in org.apache.accumulo.core.data.thrift with parameters of type TKey
 int TKey.compareTo(TKey other)
           
 boolean TKey.equals(TKey that)
           
 TKeyValue TKeyValue.setKey(TKey key)
           
 MultiScanResult MultiScanResult.setPartNextKey(TKey partNextKey)
           
 TRange TRange.setStart(TKey start)
           
 TRange TRange.setStop(TKey stop)
           
 

Constructors in org.apache.accumulo.core.data.thrift with parameters of type TKey
MultiScanResult(List<TKeyValue> results, Map<TKeyExtent,List<TRange>> failures, List<TKeyExtent> fullScans, TKeyExtent partScan, TKey partNextKey, boolean partNextKeyInclusive, boolean more)
           
TKey(TKey other)
          Performs a deep copy on other.
TKeyValue(TKey key, ByteBuffer value)
           
TRange(TKey start, TKey stop, boolean startKeyInclusive, boolean stopKeyInclusive, boolean infiniteStartKey, boolean infiniteStopKey)
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.