Uses of Class
org.apache.hadoop.hbase.ByteBufferKeyValue
Packages that use ByteBufferKeyValue
- 
Uses of ByteBufferKeyValue in org.apache.hadoop.hbaseSubclasses of ByteBufferKeyValue in org.apache.hadoop.hbaseModifier and TypeClassDescriptionclassAn extension of the ByteBufferKeyValue where the tags length is always 0classThis Cell is an implementation ofByteBufferExtendedCellwhere the data resides in off heap/ on heap ByteBufferclassThis Cell is an implementation ofByteBufferExtendedCellwhere the data resides in off heap/ on heap ByteBufferMethods in org.apache.hadoop.hbase with parameters of type ByteBufferKeyValueModifier and TypeMethodDescriptionprivate intCellComparatorImpl.compareBBKV(ByteBufferKeyValue left, ByteBufferKeyValue right) protected intCellComparatorImpl.compareFamilies(ByteBufferKeyValue left, int leftFamilyPosition, int leftFamilyLength, ByteBufferKeyValue right, int rightFamilyPosition, int rightFamilyLength) This method will be overridden when we compare cells inner store to bypass family comparing.protected intCellComparatorImpl.compareFamilies(KeyValue left, int leftFamilyPosition, int leftFamilyLength, ByteBufferKeyValue right, int rightFamilyPosition, int rightFamilyLength) This method will be overridden when we compare cells inner store to bypass family comparing.protected intInnerStoreCellComparator.compareFamilies(ByteBufferKeyValue left, int leftFamilyPosition, int leftFamilyLength, ByteBufferKeyValue right, int rightFamilyPosition, int rightFamilyLength) protected intInnerStoreCellComparator.compareFamilies(KeyValue left, int leftFamilyPosition, int leftFamilyLength, ByteBufferKeyValue right, int rightFamilyPosition, int rightFamilyLength) private intCellComparatorImpl.compareKVVsBBKV(KeyValue left, ByteBufferKeyValue right) (package private) static intCellComparatorImpl.compareQualifiers(ByteBufferKeyValue left, ByteBufferKeyValue right) (package private) static intCellComparatorImpl.compareQualifiers(ByteBufferKeyValue left, KeyValue right) (package private) static intCellComparatorImpl.compareQualifiers(KeyValue left, ByteBufferKeyValue right) 
- 
Uses of ByteBufferKeyValue in org.apache.hadoop.hbase.regionserverSubclasses of ByteBufferKeyValue in org.apache.hadoop.hbase.regionserverModifier and TypeClassDescriptionclassByteBuffer based cell which has the chunkid at the 0th offsetclassByteBuffer based cell which has the chunkid at the 0th offset and with no tagsMethods in org.apache.hadoop.hbase.regionserver with parameters of type ByteBufferKeyValueModifier and TypeMethodDescriptionprivate intCellChunkImmutableSegment.createCellReference(ByteBufferKeyValue cell, ByteBuffer idxBuffer, int idxOffset)