Uses of Interface
org.apache.hadoop.hbase.codec.Codec.Decoder

Packages that use org.apache.hadoop.hbase.codec.Codec.Decoder
  • Uses of org.apache.hadoop.hbase.codec.Codec.Decoder in org.apache.hadoop.hbase.codec

    Classes in org.apache.hadoop.hbase.codec that implement org.apache.hadoop.hbase.codec.Codec.Decoder in in
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.codec.BaseDecoder
    TODO javadoc
    static class 
    org.apache.hadoop.hbase.codec.KeyValueCodec.ByteBuffKeyValueDecoder
     
    static class 
    org.apache.hadoop.hbase.codec.KeyValueCodec.KeyValueDecoder
     
    static class 
    org.apache.hadoop.hbase.codec.KeyValueCodecWithTags.ByteBuffKeyValueDecoder
     
    static class 
    org.apache.hadoop.hbase.codec.KeyValueCodecWithTags.KeyValueDecoder
     
    Methods in org.apache.hadoop.hbase.codec that return org.apache.hadoop.hbase.codec.Codec.Decoder in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.codec.Codec.Decoder
    CellCodec.getDecoder(InputStream is)
     
    org.apache.hadoop.hbase.codec.Codec.Decoder
    CellCodec.getDecoder(org.apache.hadoop.hbase.nio.ByteBuff buf)
     
    org.apache.hadoop.hbase.codec.Codec.Decoder
    CellCodecWithTags.getDecoder(InputStream is)
     
    org.apache.hadoop.hbase.codec.Codec.Decoder
    CellCodecWithTags.getDecoder(org.apache.hadoop.hbase.nio.ByteBuff buf)
     
    org.apache.hadoop.hbase.codec.Codec.Decoder
    Codec.getDecoder(InputStream is)
     
    org.apache.hadoop.hbase.codec.Codec.Decoder
    Codec.getDecoder(org.apache.hadoop.hbase.nio.ByteBuff buf)
     
    org.apache.hadoop.hbase.codec.Codec.Decoder
    KeyValueCodec.getDecoder(InputStream is)
    Implementation depends on InputStream.available()
    org.apache.hadoop.hbase.codec.Codec.Decoder
    KeyValueCodec.getDecoder(org.apache.hadoop.hbase.nio.ByteBuff buf)
     
    org.apache.hadoop.hbase.codec.Codec.Decoder
    KeyValueCodecWithTags.getDecoder(InputStream is)
    Implementation depends on InputStream.available()
    org.apache.hadoop.hbase.codec.Codec.Decoder
    KeyValueCodecWithTags.getDecoder(org.apache.hadoop.hbase.nio.ByteBuff buf)
     
    org.apache.hadoop.hbase.codec.Codec.Decoder
    MessageCodec.getDecoder(InputStream is)
     
    org.apache.hadoop.hbase.codec.Codec.Decoder
    MessageCodec.getDecoder(org.apache.hadoop.hbase.nio.ByteBuff buf)
     
  • Uses of org.apache.hadoop.hbase.codec.Codec.Decoder in org.apache.hadoop.hbase.regionserver.wal

    Fields in org.apache.hadoop.hbase.regionserver.wal declared as org.apache.hadoop.hbase.codec.Codec.Decoder in in
    Modifier and Type
    Field
    Description
    protected org.apache.hadoop.hbase.codec.Codec.Decoder
    AbstractProtobufWALReader.cellDecoder
     
    Methods in org.apache.hadoop.hbase.regionserver.wal that return org.apache.hadoop.hbase.codec.Codec.Decoder in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.codec.Codec.Decoder
    SecureWALCellCodec.getDecoder(InputStream is)
     
    org.apache.hadoop.hbase.codec.Codec.Decoder
    WALCellCodec.getDecoder(InputStream is)
     
    org.apache.hadoop.hbase.codec.Codec.Decoder
    WALCellCodec.getDecoder(org.apache.hadoop.hbase.nio.ByteBuff buf)
     
  • Uses of org.apache.hadoop.hbase.codec.Codec.Decoder in org.apache.hadoop.hbase.wal

    Methods in org.apache.hadoop.hbase.wal with parameters of type org.apache.hadoop.hbase.codec.Codec.Decoder in in
    Modifier and Type
    Method
    Description
    int
    WALEdit.readFromCells(org.apache.hadoop.hbase.codec.Codec.Decoder cellDecoder, int expectedCount)
    Reads WALEdit from cells.