Class ByteBufferKeyOnlyKeyValue

java.lang.Object
org.apache.hadoop.hbase.ByteBufferExtendedCell
org.apache.hadoop.hbase.ByteBufferKeyOnlyKeyValue
All Implemented Interfaces:
Cell, ExtendedCell, HeapSize, RawCell

This is a key only Cell implementation which is identical to KeyValue.KeyOnlyKeyValue with respect to key serialization but have its data in the form of Byte buffer (onheap and offheap).