Package | Description |
---|---|
org.apache.hadoop.hbase.codec |
Modifier and Type | Class and Description |
---|---|
class |
BaseDecoder
TODO javadoc
|
static class |
KeyValueCodec.KeyValueDecoder |
static class |
KeyValueCodecWithTags.KeyValueDecoder |
Modifier and Type | Method and Description |
---|---|
Codec.Decoder |
KeyValueCodecWithTags.getDecoder(InputStream is)
Implementation depends on
InputStream.available() |
Codec.Decoder |
KeyValueCodec.getDecoder(InputStream is)
Implementation depends on
InputStream.available() |
Codec.Decoder |
Codec.getDecoder(InputStream is) |
Codec.Decoder |
CellCodecWithTags.getDecoder(InputStream is) |
Codec.Decoder |
CellCodec.getDecoder(InputStream is) |
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.