Uses of Interface
org.apache.storm.spout.Scheme
Packages that use Scheme
Package
Description
-
Uses of Scheme in org.apache.storm.spout
Classes 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.kafka
Constructors in org.apache.storm.sql.kafka with parameters of type Scheme -
Uses of Scheme in org.apache.storm.sql.runtime.datasource.socket.spout
Constructors 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.avro
Classes in org.apache.storm.sql.runtime.serde.avro that implement SchemeModifier and TypeClassDescriptionclass
AvroScheme uses generic(without code generation) instead of specific(with code generation) readers. -
Uses of Scheme in org.apache.storm.sql.runtime.serde.csv
Classes in org.apache.storm.sql.runtime.serde.csv that implement SchemeModifier and TypeClassDescriptionclass
CsvScheme 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.json
Classes in org.apache.storm.sql.runtime.serde.json that implement Scheme -
Uses of Scheme in org.apache.storm.sql.runtime.serde.tsv
Classes in org.apache.storm.sql.runtime.serde.tsv that implement SchemeModifier and TypeClassDescriptionclass
TsvScheme uses a simple delimited format implemention by splitting string, and it supports user defined delimiter. -
Uses of Scheme in org.apache.storm.sql.runtime.utils
Methods in org.apache.storm.sql.runtime.utils that return Scheme