|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Codec.Decoder | |
---|---|
org.apache.hadoop.hbase.codec |
Uses of Codec.Decoder in org.apache.hadoop.hbase.codec |
---|
Classes in org.apache.hadoop.hbase.codec that implement Codec.Decoder | |
---|---|
class |
BaseDecoder
TODO javadoc |
static class |
KeyValueCodec.KeyValueDecoder
|
static class |
KeyValueCodecWithTags.KeyValueDecoder
|
Methods in org.apache.hadoop.hbase.codec that return Codec.Decoder | |
---|---|
Codec.Decoder |
KeyValueCodec.getDecoder(InputStream is)
Implementation depends on InputStream.available() |
Codec.Decoder |
Codec.getDecoder(InputStream is)
|
Codec.Decoder |
KeyValueCodecWithTags.getDecoder(InputStream is)
Implementation depends on InputStream.available() |
Codec.Decoder |
CellCodec.getDecoder(InputStream is)
|
Codec.Decoder |
CellCodecWithTags.getDecoder(InputStream is)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |