Interface | Description |
---|---|
Codec |
Encoder/Decoder for KeyValue.
|
Decoder |
An interface for iterating through a sequence of KeyValues.
|
Encoder |
Accepts a stream of KeyValues.
|
Class | Description |
---|---|
BaseDecoder | |
BaseEncoder | |
KeyValueCodec |
Codec that does KeyValue version 1 serialization.
|
KeyValueCodec.KeyValueDecoder | |
KeyValueCodec.KeyValueEncoder |
Exception | Description |
---|---|
CodecException |
Thrown when problems in the codec whether setup or context.
|
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.