Uses of Interface
org.apache.hadoop.hbase.codec.Codec.Decoder
Packages that use Codec.Decoder
Package
Description
-
Uses of Codec.Decoder in org.apache.hadoop.hbase.codec
Classes in org.apache.hadoop.hbase.codec that implement Codec.DecoderModifier and TypeClassDescriptionclass
Base implementation forCodec.Decoder
.(package private) static class
(package private) static class
static class
static class
static class
static class
(package private) static class
Methods in org.apache.hadoop.hbase.codec that return Codec.DecoderModifier and TypeMethodDescriptionCellCodec.getDecoder
(InputStream is) CellCodec.getDecoder
(ByteBuff buf) CellCodecWithTags.getDecoder
(InputStream is) CellCodecWithTags.getDecoder
(ByteBuff buf) Codec.getDecoder
(InputStream is) Codec.getDecoder
(ByteBuff buf) KeyValueCodec.getDecoder
(InputStream is) Implementation depends onInputStream.available()
KeyValueCodec.getDecoder
(ByteBuff buf) KeyValueCodecWithTags.getDecoder
(InputStream is) Implementation depends onInputStream.available()
KeyValueCodecWithTags.getDecoder
(ByteBuff buf) MessageCodec.getDecoder
(InputStream is) MessageCodec.getDecoder
(ByteBuff buf) -
Uses of Codec.Decoder in org.apache.hadoop.hbase.regionserver.wal
Classes in org.apache.hadoop.hbase.regionserver.wal that implement Codec.DecoderModifier and TypeClassDescription(package private) static class
(package private) static class
Fields in org.apache.hadoop.hbase.regionserver.wal declared as Codec.DecoderMethods in org.apache.hadoop.hbase.regionserver.wal that return Codec.DecoderModifier and TypeMethodDescriptionSecureWALCellCodec.getDecoder
(InputStream is) WALCellCodec.getDecoder
(InputStream is) WALCellCodec.getDecoder
(ByteBuff buf) -
Uses of Codec.Decoder in org.apache.hadoop.hbase.wal
Methods in org.apache.hadoop.hbase.wal with parameters of type Codec.DecoderModifier and TypeMethodDescriptionint
WALEdit.readFromCells
(Codec.Decoder cellDecoder, int expectedCount) Reads WALEdit from cells.