Uses of Interface
org.apache.hadoop.hbase.io.hfile.HFileIndexBlockEncoder
Packages that use HFileIndexBlockEncoder
-
Uses of HFileIndexBlockEncoder in org.apache.hadoop.hbase.io.hfile
Classes in org.apache.hadoop.hbase.io.hfile that implement HFileIndexBlockEncoderModifier and TypeClassDescriptionclass
Do different kinds of index block encoding according to column family options.class
Does not perform any kind of encoding/decoding.Fields in org.apache.hadoop.hbase.io.hfile declared as HFileIndexBlockEncoderModifier and TypeFieldDescriptionprivate HFileIndexBlockEncoder
HFileBlockIndex.BlockIndexWriter.indexBlockEncoder
Type of encoding used for index blocks in HFileprivate HFileIndexBlockEncoder
HFileBlockIndex.CellBasedKeyBlockIndexReaderV2.indexBlockEncoder
protected final HFileIndexBlockEncoder
HFileWriterImpl.indexBlockEncoder
Methods in org.apache.hadoop.hbase.io.hfile that return HFileIndexBlockEncoderModifier and TypeMethodDescriptionstatic HFileIndexBlockEncoder
HFileIndexBlockEncoderImpl.createFromFileInfo
(HFileInfo fileInfo) Constructors in org.apache.hadoop.hbase.io.hfile with parameters of type HFileIndexBlockEncoderModifierConstructorDescriptionBlockIndexWriter
(HFileBlock.Writer blockWriter, CacheConfig cacheConf, String nameForCaching, HFileIndexBlockEncoder indexBlockEncoder) Creates a multi-level block index writer.CellBasedKeyBlockIndexReaderV2
(CellComparator c, int treeLevel, HFileIndexBlockEncoder indexBlockEncoder)