Uses of Interface
org.apache.hadoop.hbase.ExtendedCell
Packages that use org.apache.hadoop.hbase.ExtendedCell
Package
Description
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
-
Uses of org.apache.hadoop.hbase.ExtendedCell in org.apache.hadoop.hbase
Classes in org.apache.hadoop.hbase that implement org.apache.hadoop.hbase.ExtendedCell in inModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.ByteBufferExtendedCellThis class is a server side extension to theCellinterface.classorg.apache.hadoop.hbase.ByteBufferKeyOnlyKeyValueThis 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).classorg.apache.hadoop.hbase.ByteBufferKeyValueThis Cell is an implementation ofByteBufferExtendedCellwhere the data resides in off heap/ on heap ByteBufferclassorg.apache.hadoop.hbase.IndividualBytesFieldCellclassorg.apache.hadoop.hbase.KeyValueAn HBase Key/Value.static classorg.apache.hadoop.hbase.KeyValue.KeyOnlyKeyValueA 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.classorg.apache.hadoop.hbase.NoTagsByteBufferKeyValueAn extension of the ByteBufferKeyValue where the tags length is always 0classorg.apache.hadoop.hbase.NoTagsKeyValueAn extension of the KeyValue 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.SizeCachedKeyValueThis class is an extension to KeyValue where rowLen and keyLen are cached.classorg.apache.hadoop.hbase.SizeCachedNoTagsByteBufferKeyValueThis Cell is an implementation ofByteBufferExtendedCellwhere the data resides in off heap/ on heap ByteBufferclassorg.apache.hadoop.hbase.SizeCachedNoTagsKeyValueThis class is an extension to ContentSizeCachedKeyValue where there are no tags in Cell.Methods in org.apache.hadoop.hbase that return org.apache.hadoop.hbase.ExtendedCell in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.ExtendedCellExtendedCellBuilder.build()org.apache.hadoop.hbase.ExtendedCellExtendedCellBuilderImpl.build()org.apache.hadoop.hbase.ExtendedCellByteBufferKeyValue.deepClone()default org.apache.hadoop.hbase.ExtendedCellExtendedCell.deepClone()Does a deep copy of the contents to a new memory area and returns it as a new cell.org.apache.hadoop.hbase.ExtendedCellKeyValue.deepClone()org.apache.hadoop.hbase.ExtendedCellNoTagsByteBufferKeyValue.deepClone()org.apache.hadoop.hbase.ExtendedCellNoTagsKeyValue.deepClone()protected abstract org.apache.hadoop.hbase.ExtendedCellExtendedCellBuilderImpl.innerBuild() -
Uses of org.apache.hadoop.hbase.ExtendedCell in org.apache.hadoop.hbase.mapreduce
Methods in org.apache.hadoop.hbase.mapreduce with parameters of type org.apache.hadoop.hbase.ExtendedCell in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.KeyValueExtendedCellSerialization.ExtendedCellDeserializer.deserialize(org.apache.hadoop.hbase.ExtendedCell ignore) voidExtendedCellSerialization.ExtendedCellSerializer.serialize(org.apache.hadoop.hbase.ExtendedCell kv) Method parameters in org.apache.hadoop.hbase.mapreduce with type arguments of type org.apache.hadoop.hbase.ExtendedCell in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.mapreduce.ExtendedCellSerialization.ExtendedCellDeserializerExtendedCellSerialization.getDeserializer(Class<org.apache.hadoop.hbase.ExtendedCell> t) org.apache.hadoop.hbase.mapreduce.ExtendedCellSerialization.ExtendedCellSerializerExtendedCellSerialization.getSerializer(Class<org.apache.hadoop.hbase.ExtendedCell> c) -
Uses of org.apache.hadoop.hbase.ExtendedCell in org.apache.hadoop.hbase.regionserver
Classes in org.apache.hadoop.hbase.regionserver that implement org.apache.hadoop.hbase.ExtendedCell in inModifier 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 -
Uses of org.apache.hadoop.hbase.ExtendedCell in org.apache.hadoop.hbase.util
Classes in org.apache.hadoop.hbase.util that implement org.apache.hadoop.hbase.ExtendedCell in inModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.util.MapReduceExtendedCellA wrapper for a cell to be used with mapreduce, as the output value class for mappers/reducers.Methods in org.apache.hadoop.hbase.util that return org.apache.hadoop.hbase.ExtendedCell in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.ExtendedCellMapReduceExtendedCell.deepClone()