Uses of Package
org.apache.hadoop.hbase.io.encoding
Package
Description
Provides HBase Client
Provides implementations of
HFile
and HFile
BlockCache
.Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
Provides an HBase Thrift
service.
-
-
ClassDescriptionProvide access to all data block encoding algorithms.Provide access to all index block encoding algorithms.
-
ClassDescriptionDecorates EncodedSeeker with a
HFileBlockDecodingContext
Base class for all data block encoders that use a buffer.Stores the state of data block encoder at the beginning of new key.Encoding of KeyValue.An interface which enable to seek while underlying data is encoded.Provide access to all data block encoding algorithms.Internal error which indicates a bug in a data block encoding algorithm.Keeps track of the encoding state.A decoding context that is created by a reader's encoder, and is shared across all of the reader's read operations.A default implementation ofHFileBlockDecodingContext
.A default implementation ofHFileBlockEncodingContext
.An encoding context that is created by a writer's encoder, and is shared across the writer's whole lifetime.Provide access to all index block encoding algorithms. -
ClassDescriptionEncoding of KeyValue.An interface which enable to seek while underlying data is encoded.Provide access to all data block encoding algorithms.Keeps track of the encoding state.A decoding context that is created by a reader's encoder, and is shared across all of the reader's read operations.A default implementation of
HFileBlockDecodingContext
.A default implementation ofHFileBlockEncodingContext
.An encoding context that is created by a writer's encoder, and is shared across the writer's whole lifetime.Provide access to all index block encoding algorithms. -
-
-