| Interface | Description |
|---|---|
| ByteStream.RandomAccessOutput | |
| Deserializer |
HiveDeserializer is used to deserialize the data from hadoop Writable to a
custom java object that can be of any type that the developer wants.
|
| FetchFormatter<T> |
internal-use only
Used in ListSinkOperator for formatting final output
|
| SerDeStatsStruct | |
| Serializer |
HiveSerializer is used to serialize data to a Hadoop Writable object.
|
| StructObject |
| Class | Description |
|---|---|
| AbstractDeserializer |
Abstract class for implementing Deserializer.
|
| AbstractEncodingAwareSerDe |
AbstractEncodingAwareSerDe aware the encoding from table properties,
transform data from specified charset to UTF-8 during serialize, and
transform data from UTF-8 to specified charset during deserialize.
|
| AbstractSerDe |
Abstract class for implementing SerDe.
|
| AbstractSerializer |
Abstract class for implementing Serializer.
|
| BaseStructObjectInspector | |
| BaseStructObjectInspector.MyField | |
| ByteStream |
Extensions to bytearrayinput/output streams.
|
| ByteStream.Input |
Input.
|
| ByteStream.Output |
Output.
|
| ByteStreamTypedSerDe |
ByteStreamTypedSerDe.
|
| ColumnProjectionUtils |
ColumnProjectionUtils.
|
| ColumnSet |
ColumnSet.
|
| DefaultFetchFormatter<T> |
serialize row by user specified serde and call toString() to make string type result
|
| DelimitedJSONSerDe |
DelimitedJSONSerDe.
|
| JsonSerDe | |
| MetadataTypedColumnsetSerDe |
MetadataTypedColumnsetSerDe.
|
| NoOpFetchFormatter<T> |
A No-op fetch formatter.
|
| NullStructSerDe |
Placeholder SerDe for cases where neither serialization nor deserialization is needed
|
| NullStructSerDe.NullStructSerDeObjectInspector |
A object inspector for null struct serde.
|
| OpenCSVSerde |
OpenCSVSerde use opencsv to deserialize CSV format.
|
| RandomTypeUtil | |
| RegexSerDe |
RegexSerDe uses regular expression (regex) to deserialize data.
|
| SerDeStats | |
| SerDeUtils |
SerDeUtils.
|
| TypedSerDe |
TypedSerDe.
|
| WriteBuffers |
The structure storing arbitrary amount of data as a set of fixed-size byte buffers.
|
| WriteBuffers.ByteSegmentRef |
The class representing a segment of bytes in the buffer.
|
| WriteBuffers.Position |
| Exception | Description |
|---|---|
| SerDeException |
Generic exception class for SerDes.
|
| Annotation Type | Description |
|---|---|
| SerDeSpec |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.