Uses of Interface
org.apache.storm.trident.spout.ITridentSpout.Emitter
Packages that use ITridentSpout.Emitter
Package
Description
-
Uses of ITridentSpout.Emitter in org.apache.storm.jms.trident
Methods in org.apache.storm.jms.trident that return ITridentSpout.EmitterModifier and TypeMethodDescriptionTridentJmsSpout.getEmitter
(String txStateId, Map<String, Object> conf, TopologyContext context) -
Uses of ITridentSpout.Emitter in org.apache.storm.trident.spout
Subinterfaces of ITridentSpout.Emitter in org.apache.storm.trident.spoutClasses in org.apache.storm.trident.spout that implement ITridentSpout.EmitterModifier and TypeClassDescriptionclass
class
Methods in org.apache.storm.trident.spout that return ITridentSpout.EmitterModifier and TypeMethodDescriptionBatchSpoutExecutor.getEmitter
(String txStateId, Map<String, Object> conf, TopologyContext context) ITridentSpout.getEmitter
(String txStateId, Map<String, Object> conf, TopologyContext context) The emitter for a TransactionalSpout runs as many tasks across the cluster.PartitionedTridentSpoutExecutor.getEmitter
(String txStateId, Map<String, Object> conf, TopologyContext context) RichSpoutBatchExecutor.getEmitter
(String txStateId, Map<String, Object> conf, TopologyContext context) -
Uses of ITridentSpout.Emitter in org.apache.storm.trident.testing
Methods in org.apache.storm.trident.testing that return ITridentSpout.EmitterModifier and TypeMethodDescriptionFeederBatchSpout.getEmitter
(String txStateId, Map<String, Object> conf, TopologyContext context)