Uses of Interface
org.apache.hadoop.hbase.RawCell
Packages that use RawCell
Package
Description
Provides row-level filters applied to HRegion scan results during calls to
 
ResultScanner.next().- 
Uses of RawCell in org.apache.hadoop.hbaseSubinterfaces of RawCell in org.apache.hadoop.hbaseModifier and TypeInterfaceDescriptioninterfaceExtension toCellwith server side required functions.Classes in org.apache.hadoop.hbase that implement RawCellModifier and TypeClassDescriptionclassThis class is a server side extension to theCellinterface.classThis is a key only Cell implementation which is identical toKeyValue.KeyOnlyKeyValuewith respect to key serialization but have its data in the form of Byte buffer (onheap and offheap).classThis Cell is an implementation ofByteBufferExtendedCellwhere the data resides in off heap/ on heap ByteBufferclassclassAn HBase Key/Value.static classA simple form of KeyValue that creates a keyvalue with only the key part of the byte[] Mainly used in places where we need to compare two cells.classAn extension of the ByteBufferKeyValue where the tags length is always 0classAn extension of the KeyValue where the tags length is always 0private static classThese cells are used in reseeks/seeks to improve the read performance.private static classThese cells are used in reseeks/seeks to improve the read performance.private static classprivate static classprivate static classprivate static classprivate static classprivate static classprivate static classprivate static classprivate static classprivate static classprivate static class(package private) static class(package private) static classThis can be used when a Cell has to change with addition/removal of one or more tags.(package private) static class(package private) static classclassThis Cell is an implementation ofByteBufferExtendedCellwhere the data resides in off heap/ on heap ByteBufferclassThis class is an extension to KeyValue where rowLen and keyLen are cached.classThis Cell is an implementation ofByteBufferExtendedCellwhere the data resides in off heap/ on heap ByteBufferclassThis class is an extension to ContentSizeCachedKeyValue where there are no tags in Cell.Methods in org.apache.hadoop.hbase that return RawCell
- 
Uses of RawCell in org.apache.hadoop.hbase.filterClasses in org.apache.hadoop.hbase.filter that implement RawCellModifier and TypeClassDescription(package private) static class(package private) static class
- 
Uses of RawCell in org.apache.hadoop.hbase.io.encodingClasses in org.apache.hadoop.hbase.io.encoding that implement RawCellModifier and TypeClassDescriptionprotected static classprotected static classCopies only the key part of the keybuffer by doing a deep copy and passes the seeker state members for taking a clone.
- 
Uses of RawCell in org.apache.hadoop.hbase.regionserverClasses in org.apache.hadoop.hbase.regionserver that implement RawCellModifier 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 tags
- 
Uses of RawCell in org.apache.hadoop.hbase.utilClasses in org.apache.hadoop.hbase.util that implement RawCellModifier and TypeClassDescriptionclassA wrapper for a cell to be used with mapreduce, as the output value class for mappers/reducers.