Uses of Interface
org.apache.hadoop.hbase.codec.Codec.Decoder
Package
Description
-
Uses of Codec.Decoder in org.apache.hadoop.hbase.codec
Modifier 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
Modifier 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
Modifier and TypeClassDescription(package private) static class
(package private) static class
Modifier and TypeMethodDescriptionSecureWALCellCodec.getDecoder
(InputStream is) WALCellCodec.getDecoder
(InputStream is) WALCellCodec.getDecoder
(ByteBuff buf) -
Uses of Codec.Decoder in org.apache.hadoop.hbase.wal
Modifier and TypeMethodDescriptionint
WALEdit.readFromCells
(Codec.Decoder cellDecoder, int expectedCount) Reads WALEdit from cells.