Package | Description |
---|---|
org.apache.hadoop.hbase.codec | |
org.apache.hadoop.hbase.regionserver.wal |
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 |
MessageCodec.getDecoder(InputStream is) |
Codec.Decoder |
KeyValueCodecWithTags.getDecoder(InputStream is)
Implementation depends on
InputStream.available() |
Codec.Decoder |
KeyValueCodec.getDecoder(InputStream is)
Implementation depends on
InputStream.available() |
Codec.Decoder |
CellCodecWithTags.getDecoder(InputStream is) |
Codec.Decoder |
CellCodec.getDecoder(InputStream is) |
Codec.Decoder |
Codec.getDecoder(InputStream is) |
Modifier and Type | Field and Description |
---|---|
protected Codec.Decoder |
ProtobufLogReader.cellDecoder |
Modifier and Type | Method and Description |
---|---|
Codec.Decoder |
SecureWALCellCodec.getDecoder(InputStream is) |
Codec.Decoder |
WALCellCodec.getDecoder(InputStream is) |
Modifier and Type | Method and Description |
---|---|
int |
WALEdit.readFromCells(Codec.Decoder cellDecoder,
int expectedCount)
Reads WALEdit from cells.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.