Uses of Class
org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
Packages that use KeyValue.KeyOnlyKeyValue
Package
Description
-
Uses of KeyValue.KeyOnlyKeyValue in org.apache.hadoop.hbase
Methods in org.apache.hadoop.hbase with parameters of type KeyValue.KeyOnlyKeyValueModifier and TypeMethodDescriptionvoidKeyValue.KeyOnlyKeyValue.set(KeyValue.KeyOnlyKeyValue keyOnlyKeyValue) -
Uses of KeyValue.KeyOnlyKeyValue in org.apache.hadoop.hbase.io.encoding
Fields in org.apache.hadoop.hbase.io.encoding declared as KeyValue.KeyOnlyKeyValueModifier and TypeFieldDescriptionprotected KeyValue.KeyOnlyKeyValueBufferedDataBlockEncoder.SeekerState.currentKeyprotected KeyValue.KeyOnlyKeyValueBufferedDataBlockEncoder.BufferedEncodedSeeker.keyOnlyKVMethods in org.apache.hadoop.hbase.io.encoding with parameters of type KeyValue.KeyOnlyKeyValueModifier and TypeMethodDescriptionprivate static intBufferedDataBlockEncoder.BufferedEncodedSeeker.findCommonPrefixInFamilyPart(Cell left, KeyValue.KeyOnlyKeyValue right, int familyCommonPrefix) private static intBufferedDataBlockEncoder.BufferedEncodedSeeker.findCommonPrefixInQualifierPart(Cell left, KeyValue.KeyOnlyKeyValue right, int qualifierCommonPrefix) private static intBufferedDataBlockEncoder.BufferedEncodedSeeker.findCommonPrefixInRowPart(Cell left, KeyValue.KeyOnlyKeyValue right, int rowCommonPrefix) -
Uses of KeyValue.KeyOnlyKeyValue in org.apache.hadoop.hbase.regionserver
Fields in org.apache.hadoop.hbase.regionserver declared as KeyValue.KeyOnlyKeyValueModifier and TypeFieldDescriptionprivate KeyValue.KeyOnlyKeyValueStoreFileReader.lastBloomKeyOnlyKV