Uses of Class
org.apache.hadoop.hbase.ByteBufferKeyValue
Packages that use org.apache.hadoop.hbase.ByteBufferKeyValue
-
Uses of org.apache.hadoop.hbase.ByteBufferKeyValue in org.apache.hadoop.hbase
Subclasses of org.apache.hadoop.hbase.ByteBufferKeyValue in in org.apache.hadoop.hbaseModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.NoTagsByteBufferKeyValueAn extension of the ByteBufferKeyValue where the tags length is always 0classorg.apache.hadoop.hbase.SizeCachedByteBufferKeyValueThis Cell is an implementation ofByteBufferExtendedCellwhere the data resides in off heap/ on heap ByteBufferclassorg.apache.hadoop.hbase.SizeCachedNoTagsByteBufferKeyValueThis Cell is an implementation ofByteBufferExtendedCellwhere the data resides in off heap/ on heap ByteBufferMethods in org.apache.hadoop.hbase with parameters of type org.apache.hadoop.hbase.ByteBufferKeyValue in inModifier and TypeMethodDescriptionprotected intCellComparatorImpl.compareFamilies(org.apache.hadoop.hbase.ByteBufferKeyValue left, int leftFamilyPosition, int leftFamilyLength, org.apache.hadoop.hbase.ByteBufferKeyValue right, int rightFamilyPosition, int rightFamilyLength) This method will be overridden when we compare cells inner store to bypass family comparing.protected intCellComparatorImpl.compareFamilies(org.apache.hadoop.hbase.KeyValue left, int leftFamilyPosition, int leftFamilyLength, org.apache.hadoop.hbase.ByteBufferKeyValue right, int rightFamilyPosition, int rightFamilyLength) This method will be overridden when we compare cells inner store to bypass family comparing.protected intInnerStoreCellComparator.compareFamilies(org.apache.hadoop.hbase.ByteBufferKeyValue left, int leftFamilyPosition, int leftFamilyLength, org.apache.hadoop.hbase.ByteBufferKeyValue right, int rightFamilyPosition, int rightFamilyLength) protected intInnerStoreCellComparator.compareFamilies(org.apache.hadoop.hbase.KeyValue left, int leftFamilyPosition, int leftFamilyLength, org.apache.hadoop.hbase.ByteBufferKeyValue right, int rightFamilyPosition, int rightFamilyLength) -
Uses of org.apache.hadoop.hbase.ByteBufferKeyValue in org.apache.hadoop.hbase.regionserver
Subclasses of org.apache.hadoop.hbase.ByteBufferKeyValue in in org.apache.hadoop.hbase.regionserverModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.regionserver.ByteBufferChunkKeyValueByteBuffer based cell which has the chunkid at the 0th offsetclassorg.apache.hadoop.hbase.regionserver.NoTagByteBufferChunkKeyValueByteBuffer based cell which has the chunkid at the 0th offset and with no tags