Uses of Interface
org.apache.hadoop.hbase.codec.Codec.Decoder
Package
Description
-
Uses of org.apache.hadoop.hbase.codec.Codec.Decoder in org.apache.hadoop.hbase.codec
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.codec.BaseDecoder
Base implementation forCodec.Decoder
.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
Modifier and TypeMethodDescriptionorg.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 onInputStream.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 onInputStream.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
Modifier and TypeFieldDescriptionprotected org.apache.hadoop.hbase.codec.Codec.Decoder
AbstractProtobufWALReader.cellDecoder
Modifier and TypeMethodDescriptionorg.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
Modifier and TypeMethodDescriptionint
WALEdit.readFromCells
(org.apache.hadoop.hbase.codec.Codec.Decoder cellDecoder, int expectedCount) Reads WALEdit from cells.