@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Deserializer extends Object implements Serializable, Cloneable, StructuredPojo
The deserializer you want Kinesis Data Firehose to use for converting the input data from JSON. Kinesis Data Firehose then serializes the data to its final format using the Serializer. Kinesis Data Firehose supports two types of deserializers: the Apache Hive JSON SerDe and the OpenX JSON SerDe.
Constructor and Description |
---|
Deserializer() |
Modifier and Type | Method and Description |
---|---|
Deserializer |
clone() |
boolean |
equals(Object obj) |
HiveJsonSerDe |
getHiveJsonSerDe()
The native Hive / HCatalog JsonSerDe.
|
OpenXJsonSerDe |
getOpenXJsonSerDe()
The OpenX SerDe.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setHiveJsonSerDe(HiveJsonSerDe hiveJsonSerDe)
The native Hive / HCatalog JsonSerDe.
|
void |
setOpenXJsonSerDe(OpenXJsonSerDe openXJsonSerDe)
The OpenX SerDe.
|
String |
toString()
Returns a string representation of this object.
|
Deserializer |
withHiveJsonSerDe(HiveJsonSerDe hiveJsonSerDe)
The native Hive / HCatalog JsonSerDe.
|
Deserializer |
withOpenXJsonSerDe(OpenXJsonSerDe openXJsonSerDe)
The OpenX SerDe.
|
public void setOpenXJsonSerDe(OpenXJsonSerDe openXJsonSerDe)
The OpenX SerDe. Used by Kinesis Data Firehose for deserializing data, which means converting it from the JSON format in preparation for serializing it to the Parquet or ORC format. This is one of two deserializers you can choose, depending on which one offers the functionality you need. The other option is the native Hive / HCatalog JsonSerDe.
openXJsonSerDe
- The OpenX SerDe. Used by Kinesis Data Firehose for deserializing data, which means converting it from the
JSON format in preparation for serializing it to the Parquet or ORC format. This is one of two
deserializers you can choose, depending on which one offers the functionality you need. The other option
is the native Hive / HCatalog JsonSerDe.public OpenXJsonSerDe getOpenXJsonSerDe()
The OpenX SerDe. Used by Kinesis Data Firehose for deserializing data, which means converting it from the JSON format in preparation for serializing it to the Parquet or ORC format. This is one of two deserializers you can choose, depending on which one offers the functionality you need. The other option is the native Hive / HCatalog JsonSerDe.
public Deserializer withOpenXJsonSerDe(OpenXJsonSerDe openXJsonSerDe)
The OpenX SerDe. Used by Kinesis Data Firehose for deserializing data, which means converting it from the JSON format in preparation for serializing it to the Parquet or ORC format. This is one of two deserializers you can choose, depending on which one offers the functionality you need. The other option is the native Hive / HCatalog JsonSerDe.
openXJsonSerDe
- The OpenX SerDe. Used by Kinesis Data Firehose for deserializing data, which means converting it from the
JSON format in preparation for serializing it to the Parquet or ORC format. This is one of two
deserializers you can choose, depending on which one offers the functionality you need. The other option
is the native Hive / HCatalog JsonSerDe.public void setHiveJsonSerDe(HiveJsonSerDe hiveJsonSerDe)
The native Hive / HCatalog JsonSerDe. Used by Kinesis Data Firehose for deserializing data, which means converting it from the JSON format in preparation for serializing it to the Parquet or ORC format. This is one of two deserializers you can choose, depending on which one offers the functionality you need. The other option is the OpenX SerDe.
hiveJsonSerDe
- The native Hive / HCatalog JsonSerDe. Used by Kinesis Data Firehose for deserializing data, which means
converting it from the JSON format in preparation for serializing it to the Parquet or ORC format. This is
one of two deserializers you can choose, depending on which one offers the functionality you need. The
other option is the OpenX SerDe.public HiveJsonSerDe getHiveJsonSerDe()
The native Hive / HCatalog JsonSerDe. Used by Kinesis Data Firehose for deserializing data, which means converting it from the JSON format in preparation for serializing it to the Parquet or ORC format. This is one of two deserializers you can choose, depending on which one offers the functionality you need. The other option is the OpenX SerDe.
public Deserializer withHiveJsonSerDe(HiveJsonSerDe hiveJsonSerDe)
The native Hive / HCatalog JsonSerDe. Used by Kinesis Data Firehose for deserializing data, which means converting it from the JSON format in preparation for serializing it to the Parquet or ORC format. This is one of two deserializers you can choose, depending on which one offers the functionality you need. The other option is the OpenX SerDe.
hiveJsonSerDe
- The native Hive / HCatalog JsonSerDe. Used by Kinesis Data Firehose for deserializing data, which means
converting it from the JSON format in preparation for serializing it to the Parquet or ORC format. This is
one of two deserializers you can choose, depending on which one offers the functionality you need. The
other option is the OpenX SerDe.public String toString()
toString
in class Object
Object.toString()
public Deserializer clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2022. All rights reserved.