Uses of Interface
org.apache.storm.sql.runtime.IOutputSerializer
Package
Description
-
Uses of IOutputSerializer in org.apache.storm.sql.runtime.datasource.socket.bolt
ModifierConstructorDescriptionSocketBolt
(IOutputSerializer serializer, String host, int port) Constructor. -
Uses of IOutputSerializer in org.apache.storm.sql.runtime.serde.avro
Modifier and TypeClassDescriptionclass
AvroSerializer uses generic(without code generation) instead of specific(with code generation) writers. -
Uses of IOutputSerializer in org.apache.storm.sql.runtime.serde.csv
Modifier and TypeClassDescriptionclass
CsvSerializer uses the standard RFC4180 CSV Parser One of the difference from Tsv format is that fields with embedded commas will be quoted. -
Uses of IOutputSerializer in org.apache.storm.sql.runtime.serde.json
-
Uses of IOutputSerializer in org.apache.storm.sql.runtime.serde.tsv
Modifier and TypeClassDescriptionclass
TsvSerializer uses a simple delimited format implemention by splitting string, and it supports user defined delimiter. -
Uses of IOutputSerializer in org.apache.storm.sql.runtime.utils
Modifier and TypeMethodDescriptionstatic IOutputSerializer
SerdeUtils.getSerializer
(String outputFormatClass, Properties properties, List<String> fieldNames) Get a OutputSerializer instance based on specific configurations.