Uses of Interface
org.apache.storm.sql.runtime.IOutputSerializer
Packages that use IOutputSerializer
Package
Description
- 
Uses of IOutputSerializer in org.apache.storm.sql.runtime.datasource.socket.boltConstructors in org.apache.storm.sql.runtime.datasource.socket.bolt with parameters of type IOutputSerializerModifierConstructorDescriptionSocketBolt(IOutputSerializer serializer, String host, int port) Constructor.
- 
Uses of IOutputSerializer in org.apache.storm.sql.runtime.serde.avroClasses in org.apache.storm.sql.runtime.serde.avro that implement IOutputSerializerModifier and TypeClassDescriptionclassAvroSerializer uses generic(without code generation) instead of specific(with code generation) writers.
- 
Uses of IOutputSerializer in org.apache.storm.sql.runtime.serde.csvClasses in org.apache.storm.sql.runtime.serde.csv that implement IOutputSerializerModifier and TypeClassDescriptionclassCsvSerializer 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.jsonClasses in org.apache.storm.sql.runtime.serde.json that implement IOutputSerializer
- 
Uses of IOutputSerializer in org.apache.storm.sql.runtime.serde.tsvClasses in org.apache.storm.sql.runtime.serde.tsv that implement IOutputSerializerModifier and TypeClassDescriptionclassTsvSerializer uses a simple delimited format implemention by splitting string, and it supports user defined delimiter.
- 
Uses of IOutputSerializer in org.apache.storm.sql.runtime.utilsMethods in org.apache.storm.sql.runtime.utils that return IOutputSerializerModifier and TypeMethodDescriptionstatic IOutputSerializerSerdeUtils.getSerializer(String outputFormatClass, Properties properties, List<String> fieldNames) Get a OutputSerializer instance based on specific configurations.