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 TypeMethodDescriptionvoid
KeyValue.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.KeyOnlyKeyValue
BufferedDataBlockEncoder.SeekerState.currentKey
protected KeyValue.KeyOnlyKeyValue
BufferedDataBlockEncoder.BufferedEncodedSeeker.keyOnlyKV
Methods in org.apache.hadoop.hbase.io.encoding with parameters of type KeyValue.KeyOnlyKeyValueModifier and TypeMethodDescriptionprivate static int
BufferedDataBlockEncoder.BufferedEncodedSeeker.findCommonPrefixInFamilyPart
(Cell left, KeyValue.KeyOnlyKeyValue right, int familyCommonPrefix) private static int
BufferedDataBlockEncoder.BufferedEncodedSeeker.findCommonPrefixInQualifierPart
(Cell left, KeyValue.KeyOnlyKeyValue right, int qualifierCommonPrefix) private static int
BufferedDataBlockEncoder.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.KeyOnlyKeyValue
StoreFileReader.lastBloomKeyOnlyKV