Package org.apache.hadoop.hbase.codec


package org.apache.hadoop.hbase.codec
  • Class
    Description
    org.apache.hadoop.hbase.codec.BaseDecoder
    Base implementation for Codec.Decoder.
    org.apache.hadoop.hbase.codec.BaseDecoder.PBIS
     
    org.apache.hadoop.hbase.codec.BaseEncoder
    TODO javadoc
    org.apache.hadoop.hbase.codec.CellCodec
    Basic Cell codec that just writes out all the individual elements of a Cell.
    org.apache.hadoop.hbase.codec.CellCodecWithTags
    Basic Cell codec that just writes out all the individual elements of a Cell including the tags.
    org.apache.hadoop.hbase.codec.Codec
    Encoder/Decoder for Cell.
    org.apache.hadoop.hbase.codec.Codec.Decoder
    Implementations should implicitly clean up any resources allocated when the Decoder/CellScanner runs off the end of the cell block.
    org.apache.hadoop.hbase.codec.Codec.Encoder
    Call flush when done.
    org.apache.hadoop.hbase.codec.CodecException
    Thrown when problems in the codec whether setup or context.
    org.apache.hadoop.hbase.codec.KeyValueCodec
    Codec that does KeyValue version 1 serialization.
    org.apache.hadoop.hbase.codec.KeyValueCodec.ByteBuffKeyValueDecoder
     
    org.apache.hadoop.hbase.codec.KeyValueCodec.KeyValueDecoder
     
    org.apache.hadoop.hbase.codec.KeyValueCodec.KeyValueEncoder
     
    org.apache.hadoop.hbase.codec.KeyValueCodecWithTags
    Codec that does KeyValue version 1 serialization with serializing tags also.
    org.apache.hadoop.hbase.codec.KeyValueCodecWithTags.ByteBuffKeyValueDecoder
     
    org.apache.hadoop.hbase.codec.KeyValueCodecWithTags.KeyValueDecoder
     
    org.apache.hadoop.hbase.codec.KeyValueCodecWithTags.KeyValueEncoder
     
    org.apache.hadoop.hbase.codec.MessageCodec
    Codec that just writes out Cell as a protobuf Cell Message.