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 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
Methods in org.apache.hadoop.hbase.codec that return org.apache.hadoop.hbase.codec.Codec.Decoder in inModifier 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
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.Decoder
AbstractProtobufWALReader.cellDecoder
Methods 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.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 inModifier and TypeMethodDescriptionint
WALEdit.readFromCells
(org.apache.hadoop.hbase.codec.Codec.Decoder cellDecoder, int expectedCount) Reads WALEdit from cells.