Uses of Class
org.apache.accumulo.core.dataImpl.thrift.TKeyValue
-
Packages that use TKeyValue Package Description org.apache.accumulo.core.data org.apache.accumulo.core.dataImpl.thrift org.apache.accumulo.core.replication.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 Modifier and Type Method Description static List<TKeyValue>Key. compress(List<? extends KeyValue> param)Compresses a list of key/value pairs before sending them via thrift.Method parameters in org.apache.accumulo.core.data with type arguments of type TKeyValue Modifier and Type Method Description static voidKey. decompress(List<TKeyValue> param)Decompresses a list of key/value pairs received from thrift. -
Uses of TKeyValue in org.apache.accumulo.core.dataImpl.thrift
Fields in org.apache.accumulo.core.dataImpl.thrift with type parameters of type TKeyValue Modifier and Type Field Description List<TKeyValue>MultiScanResult. resultsList<TKeyValue>ScanResult. resultsMethods in org.apache.accumulo.core.dataImpl.thrift that return TKeyValue Modifier and Type Method Description TKeyValueTKeyValue. deepCopy()TKeyValueTKeyValue. setKey(TKey key)TKeyValueTKeyValue. setValue(byte[] value)TKeyValueTKeyValue. setValue(ByteBuffer value)Methods in org.apache.accumulo.core.dataImpl.thrift that return types with arguments of type TKeyValue Modifier and Type Method Description List<TKeyValue>MultiScanResult. getResults()List<TKeyValue>ScanResult. getResults()Iterator<TKeyValue>MultiScanResult. getResultsIterator()Iterator<TKeyValue>ScanResult. getResultsIterator()Methods in org.apache.accumulo.core.dataImpl.thrift with parameters of type TKeyValue Modifier and Type Method Description voidMultiScanResult. addToResults(TKeyValue elem)voidScanResult. addToResults(TKeyValue elem)intTKeyValue. compareTo(TKeyValue other)booleanTKeyValue. equals(TKeyValue that)Method parameters in org.apache.accumulo.core.dataImpl.thrift with type arguments of type TKeyValue Modifier and Type Method Description MultiScanResultMultiScanResult. setResults(List<TKeyValue> results)ScanResultScanResult. setResults(List<TKeyValue> results)Constructors in org.apache.accumulo.core.dataImpl.thrift with parameters of type TKeyValue Constructor Description TKeyValue(TKeyValue other)Performs a deep copy on other.Constructor parameters in org.apache.accumulo.core.dataImpl.thrift with type arguments of type TKeyValue Constructor Description 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) -
Uses of TKeyValue in org.apache.accumulo.core.replication.thrift
Fields in org.apache.accumulo.core.replication.thrift with type parameters of type TKeyValue Modifier and Type Field Description List<TKeyValue>KeyValues. keyValuesMethods in org.apache.accumulo.core.replication.thrift that return types with arguments of type TKeyValue Modifier and Type Method Description List<TKeyValue>KeyValues. getKeyValues()Iterator<TKeyValue>KeyValues. getKeyValuesIterator()Methods in org.apache.accumulo.core.replication.thrift with parameters of type TKeyValue Modifier and Type Method Description voidKeyValues. addToKeyValues(TKeyValue elem)Method parameters in org.apache.accumulo.core.replication.thrift with type arguments of type TKeyValue Modifier and Type Method Description KeyValuesKeyValues. setKeyValues(List<TKeyValue> keyValues)Constructor parameters in org.apache.accumulo.core.replication.thrift with type arguments of type TKeyValue Constructor Description KeyValues(List<TKeyValue> keyValues)
-