Uses of Interface
org.apache.hadoop.hbase.codec.Codec.Decoder
Packages that use org.apache.hadoop.hbase.codec.Codec.Decoder
Package
Description
-
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 inModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.codec.BaseDecoderBase implementation forCodec.Decoder.static classorg.apache.hadoop.hbase.codec.KeyValueCodec.ByteBuffKeyValueDecoderstatic classorg.apache.hadoop.hbase.codec.KeyValueCodec.KeyValueDecoderstatic classorg.apache.hadoop.hbase.codec.KeyValueCodecWithTags.ByteBuffKeyValueDecoderstatic classorg.apache.hadoop.hbase.codec.KeyValueCodecWithTags.KeyValueDecoderMethods in org.apache.hadoop.hbase.codec that return org.apache.hadoop.hbase.codec.Codec.Decoder in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.codec.Codec.DecoderCellCodec.getDecoder(InputStream is) org.apache.hadoop.hbase.codec.Codec.DecoderCellCodec.getDecoder(org.apache.hadoop.hbase.nio.ByteBuff buf) org.apache.hadoop.hbase.codec.Codec.DecoderCellCodecWithTags.getDecoder(InputStream is) org.apache.hadoop.hbase.codec.Codec.DecoderCellCodecWithTags.getDecoder(org.apache.hadoop.hbase.nio.ByteBuff buf) org.apache.hadoop.hbase.codec.Codec.DecoderCodec.getDecoder(InputStream is) org.apache.hadoop.hbase.codec.Codec.DecoderCodec.getDecoder(org.apache.hadoop.hbase.nio.ByteBuff buf) org.apache.hadoop.hbase.codec.Codec.DecoderKeyValueCodec.getDecoder(InputStream is) Implementation depends onInputStream.available()org.apache.hadoop.hbase.codec.Codec.DecoderKeyValueCodec.getDecoder(org.apache.hadoop.hbase.nio.ByteBuff buf) org.apache.hadoop.hbase.codec.Codec.DecoderKeyValueCodecWithTags.getDecoder(InputStream is) Implementation depends onInputStream.available()org.apache.hadoop.hbase.codec.Codec.DecoderKeyValueCodecWithTags.getDecoder(org.apache.hadoop.hbase.nio.ByteBuff buf) org.apache.hadoop.hbase.codec.Codec.DecoderMessageCodec.getDecoder(InputStream is) org.apache.hadoop.hbase.codec.Codec.DecoderMessageCodec.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 inModifier and TypeFieldDescriptionprotected org.apache.hadoop.hbase.codec.Codec.DecoderAbstractProtobufWALReader.cellDecoderMethods in org.apache.hadoop.hbase.regionserver.wal that return org.apache.hadoop.hbase.codec.Codec.Decoder in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.codec.Codec.DecoderSecureWALCellCodec.getDecoder(InputStream is) org.apache.hadoop.hbase.codec.Codec.DecoderWALCellCodec.getDecoder(InputStream is) org.apache.hadoop.hbase.codec.Codec.DecoderWALCellCodec.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 inModifier and TypeMethodDescriptionintWALEdit.readFromCells(org.apache.hadoop.hbase.codec.Codec.Decoder cellDecoder, int expectedCount) Reads WALEdit from cells.