Uses of Class
org.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValue
Package
Description
-
Uses of KeyValue.KeyOnlyKeyValue in org.apache.hadoop.hbase
Modifier and TypeMethodDescriptionvoid
KeyValue.KeyOnlyKeyValue.set
(KeyValue.KeyOnlyKeyValue keyOnlyKeyValue) -
Uses of KeyValue.KeyOnlyKeyValue in org.apache.hadoop.hbase.io.encoding
Modifier and TypeFieldDescriptionprotected KeyValue.KeyOnlyKeyValue
BufferedDataBlockEncoder.SeekerState.currentKey
protected KeyValue.KeyOnlyKeyValue
BufferedDataBlockEncoder.BufferedEncodedSeeker.keyOnlyKV
Modifier 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
Modifier and TypeFieldDescriptionprivate KeyValue.KeyOnlyKeyValue
StoreFileReader.lastBloomKeyOnlyKV