Uses of Class
org.apache.accumulo.core.dataImpl.thrift.TKey
-
Packages that use TKey Package Description org.apache.accumulo.core.data org.apache.accumulo.core.dataImpl.thrift -
-
Uses of TKey in org.apache.accumulo.core.data
Methods in org.apache.accumulo.core.data that return TKey Modifier and Type Method Description TKeyKey. toThrift()Converts this key to Thrift.Constructors in org.apache.accumulo.core.data with parameters of type TKey Constructor Description Key(TKey tkey)Creates a key from Thrift. -
Uses of TKey in org.apache.accumulo.core.dataImpl.thrift
Fields in org.apache.accumulo.core.dataImpl.thrift declared as TKey Modifier and Type Field Description TKeyTKeyValue. keyTKeyMultiScanResult. partNextKeyTKeyTRange. startTKeyTRange. stopMethods in org.apache.accumulo.core.dataImpl.thrift that return TKey Modifier and Type Method Description TKeyTKey. deepCopy()TKeyTKeyValue. getKey()TKeyMultiScanResult. getPartNextKey()TKeyTRange. getStart()TKeyTRange. getStop()TKeyTKey. setColFamily(byte[] colFamily)TKeyTKey. setColFamily(ByteBuffer colFamily)TKeyTKey. setColQualifier(byte[] colQualifier)TKeyTKey. setColQualifier(ByteBuffer colQualifier)TKeyTKey. setColVisibility(byte[] colVisibility)TKeyTKey. setColVisibility(ByteBuffer colVisibility)TKeyTKey. setRow(byte[] row)TKeyTKey. setRow(ByteBuffer row)TKeyTKey. setTimestamp(long timestamp)Methods in org.apache.accumulo.core.dataImpl.thrift with parameters of type TKey Modifier and Type Method Description intTKey. compareTo(TKey other)booleanTKey. equals(TKey that)TKeyValueTKeyValue. setKey(TKey key)MultiScanResultMultiScanResult. setPartNextKey(TKey partNextKey)TRangeTRange. setStart(TKey start)TRangeTRange. setStop(TKey stop)Constructors in org.apache.accumulo.core.dataImpl.thrift with parameters of type TKey Constructor Description 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)
-