Uses of Interface
org.apache.storm.spout.ISpout
Package
Description
ElasticSearch examples classes.
-
Uses of ISpout in org.apache.storm
-
Uses of ISpout in org.apache.storm.clojure
-
Uses of ISpout in org.apache.storm.drpc
-
Uses of ISpout in org.apache.storm.elasticsearch.bolt
-
Uses of ISpout in org.apache.storm.executor.spout
ModifierConstructorDescriptionSpoutOutputCollectorImpl
(ISpout spout, SpoutExecutor executor, Task taskData, MutableLong emittedCount, boolean hasAckers, Random random, Boolean isEventLoggers, Boolean isDebug, RotatingMap<Long, TupleInfo> pending) -
Uses of ISpout in org.apache.storm.flux.wrappers.spouts
Modifier and TypeClassDescriptionclass
A generic `ShellSpout` implementation that allows you specify output fields and even streams without having to subclass `ShellSpout` to do so. -
Uses of ISpout in org.apache.storm.hdfs.bolt
Modifier and TypeClassDescriptionstatic class
static class
-
Uses of ISpout in org.apache.storm.hdfs.spout
-
Uses of ISpout in org.apache.storm.hive.bolt
Modifier and TypeClassDescriptionstatic class
static class
static class
-
Uses of ISpout in org.apache.storm.jdbc.spout
-
Uses of ISpout in org.apache.storm.jms.spout
Modifier and TypeClassDescriptionclass
A StormSpout
implementation that listens to a JMS topic or queue and outputs tuples based on the messages it receives. -
Uses of ISpout in org.apache.storm.kafka.spout
-
Uses of ISpout in org.apache.storm.lambda
-
Uses of ISpout in org.apache.storm.loadgen
Modifier and TypeClassDescriptionclass
A spout that simulates a real world spout based off of statistics about it.static class
-
Uses of ISpout in org.apache.storm.perf.spout
Modifier and TypeClassDescriptionclass
class
class
Spout pre-computes a list with 30k fixed length random strings.class
-
Uses of ISpout in org.apache.storm.redis.topology
-
Uses of ISpout in org.apache.storm.spout
Modifier and TypeClassDescriptionclass
Emits checkpoint tuples which is used to save the state of theIStatefulComponent
across the topology.class
-
Uses of ISpout in org.apache.storm.sql.runtime.datasource.socket.spout
-
Uses of ISpout in org.apache.storm.st.topology.window
-
Uses of ISpout in org.apache.storm.starter
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
-
Uses of ISpout in org.apache.storm.starter.spout
Modifier and TypeClassDescriptionclass
Emits a random integer and a timestamp value (offset by one day), every 100 ms.class
static class
-
Uses of ISpout in org.apache.storm.testing
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
-
Uses of ISpout in org.apache.storm.topology
Modifier and TypeInterfaceDescriptioninterface
When writing topologies using Java,IRichBolt
andIRichSpout
are the main interfaces to use to implement components of the topology. -
Uses of ISpout in org.apache.storm.topology.base
-
Uses of ISpout in org.apache.storm.trident.spout
-
Uses of ISpout in org.apache.storm.trident.topology