Uses of Interface
org.apache.storm.spout.Scheme
Packages that use Scheme
Package
Description
- 
Uses of Scheme in org.apache.storm.spoutClasses in org.apache.storm.spout that implement SchemeFields in org.apache.storm.spout declared as SchemeMethods in org.apache.storm.spout that return SchemeMethods in org.apache.storm.spout with parameters of type SchemeConstructors in org.apache.storm.spout with parameters of type Scheme
- 
Uses of Scheme in org.apache.storm.sql.kafkaConstructors in org.apache.storm.sql.kafka with parameters of type Scheme
- 
Uses of Scheme in org.apache.storm.sql.runtime.datasource.socket.spoutConstructors in org.apache.storm.sql.runtime.datasource.socket.spout with parameters of type SchemeModifierConstructorDescriptionSocketSpout(Scheme scheme, String host, int port) SocketSpout Constructor.
- 
Uses of Scheme in org.apache.storm.sql.runtime.serde.avroClasses in org.apache.storm.sql.runtime.serde.avro that implement SchemeModifier and TypeClassDescriptionclassAvroScheme uses generic(without code generation) instead of specific(with code generation) readers.
- 
Uses of Scheme in org.apache.storm.sql.runtime.serde.csvClasses in org.apache.storm.sql.runtime.serde.csv that implement SchemeModifier and TypeClassDescriptionclassCsvScheme uses the standard RFC4180 CSV Parser One of the difference from Tsv format is that fields with embedded commas will be quoted.
- 
Uses of Scheme in org.apache.storm.sql.runtime.serde.jsonClasses in org.apache.storm.sql.runtime.serde.json that implement Scheme
- 
Uses of Scheme in org.apache.storm.sql.runtime.serde.tsvClasses in org.apache.storm.sql.runtime.serde.tsv that implement SchemeModifier and TypeClassDescriptionclassTsvScheme uses a simple delimited format implemention by splitting string, and it supports user defined delimiter.
- 
Uses of Scheme in org.apache.storm.sql.runtime.utilsMethods in org.apache.storm.sql.runtime.utils that return Scheme