Uses of Class
org.apache.hadoop.hbase.ByteBufferExtendedCell
Packages that use ByteBufferExtendedCell
Package
Description
Provides row-level filters applied to HRegion scan results during calls to
ResultScanner.next()
.-
Uses of ByteBufferExtendedCell in org.apache.hadoop.hbase
Subclasses of ByteBufferExtendedCell in org.apache.hadoop.hbaseModifier and TypeClassDescriptionclass
This is a key only Cell implementation which is identical toKeyValue.KeyOnlyKeyValue
with respect to key serialization but have its data in the form of Byte buffer (onheap and offheap).class
This Cell is an implementation ofByteBufferExtendedCell
where the data resides in off heap/ on heap ByteBufferclass
An extension of the ByteBufferKeyValue where the tags length is always 0private static class
These cells are used in reseeks/seeks to improve the read performance.private static class
private static class
private static class
private static class
private static class
(package private) static class
(package private) static class
class
This Cell is an implementation ofByteBufferExtendedCell
where the data resides in off heap/ on heap ByteBufferclass
This Cell is an implementation ofByteBufferExtendedCell
where the data resides in off heap/ on heap ByteBufferFields in org.apache.hadoop.hbase declared as ByteBufferExtendedCellModifier and TypeFieldDescriptionprotected ByteBufferExtendedCell
PrivateCellUtil.TagRewriteByteBufferExtendedCell.cell
Methods in org.apache.hadoop.hbase with parameters of type ByteBufferExtendedCellModifier and TypeMethodDescriptionprivate int
ByteBufferKeyValue.calculateHashForKey
(ByteBufferExtendedCell cell) Constructors in org.apache.hadoop.hbase with parameters of type ByteBufferExtendedCellModifierConstructorDescriptionTagRewriteByteBufferExtendedCell
(ByteBufferExtendedCell cell, byte[] tags) ValueAndTagRewriteByteBufferExtendedCell
(ByteBufferExtendedCell cell, byte[] value, byte[] tags) -
Uses of ByteBufferExtendedCell in org.apache.hadoop.hbase.filter
Subclasses of ByteBufferExtendedCell in org.apache.hadoop.hbase.filterModifier and TypeClassDescription(package private) static class
Fields in org.apache.hadoop.hbase.filter declared as ByteBufferExtendedCellModifier and TypeFieldDescriptionprivate ByteBufferExtendedCell
KeyOnlyFilter.KeyOnlyByteBufferExtendedCell.cell
Constructors in org.apache.hadoop.hbase.filter with parameters of type ByteBufferExtendedCellModifierConstructorDescriptionKeyOnlyByteBufferExtendedCell
(ByteBufferExtendedCell c, boolean lenAsVal) -
Uses of ByteBufferExtendedCell in org.apache.hadoop.hbase.io.encoding
Subclasses of ByteBufferExtendedCell in org.apache.hadoop.hbase.io.encodingModifier and TypeClassDescriptionprotected static class
-
Uses of ByteBufferExtendedCell in org.apache.hadoop.hbase.regionserver
Subclasses of ByteBufferExtendedCell in org.apache.hadoop.hbase.regionserverModifier and TypeClassDescriptionclass
ByteBuffer based cell which has the chunkid at the 0th offsetclass
ByteBuffer based cell which has the chunkid at the 0th offset and with no tagsMethods in org.apache.hadoop.hbase.regionserver with parameters of type ByteBufferExtendedCellModifier and TypeMethodDescriptionprivate ExtendedCell
MemStoreLABImpl.copyBBECellInto
(ByteBufferExtendedCell cell, int maxAlloc) Mostly a duplicate of#copyCellInto(Cell, int)
} done for perf sake.private static ExtendedCell
MemStoreLABImpl.copyBBECToChunkCell
(ByteBufferExtendedCell cell, ByteBuffer buf, int offset, int len) Clone the passed cell by copying its data into the passed buf and create a cell with a chunkid out of it -
Uses of ByteBufferExtendedCell in org.apache.hadoop.hbase.util
Subclasses of ByteBufferExtendedCell in org.apache.hadoop.hbase.utilModifier and TypeClassDescriptionclass
A wrapper for a cell to be used with mapreduce, as the output value class for mappers/reducers.