Uses of Interface
storm.trident.spout.ITridentSpout.Emitter

Packages that use ITridentSpout.Emitter
storm.trident.spout   
storm.trident.testing   
 

Uses of ITridentSpout.Emitter in storm.trident.spout
 

Subinterfaces of ITridentSpout.Emitter in storm.trident.spout
static interface ICommitterTridentSpout.Emitter
           
 

Classes in storm.trident.spout that implement ITridentSpout.Emitter
 class BatchSpoutExecutor.BatchSpoutEmitter
           
 class OpaquePartitionedTridentSpoutExecutor.Emitter
           
 

Methods in storm.trident.spout that return ITridentSpout.Emitter
 ITridentSpout.Emitter RichSpoutBatchExecutor.getEmitter(String txStateId, Map conf, TopologyContext context)
           
 ITridentSpout.Emitter PartitionedTridentSpoutExecutor.getEmitter(String txStateId, Map conf, TopologyContext context)
           
 ITridentSpout.Emitter<T> ITridentSpout.getEmitter(String txStateId, Map conf, TopologyContext context)
          The emitter for a TransactionalSpout runs as many tasks across the cluster.
 ITridentSpout.Emitter BatchSpoutExecutor.getEmitter(String txStateId, Map conf, TopologyContext context)
           
 

Uses of ITridentSpout.Emitter in storm.trident.testing
 

Classes in storm.trident.testing that implement ITridentSpout.Emitter
 class FeederBatchSpout.FeederEmitter
           
 

Methods in storm.trident.testing that return ITridentSpout.Emitter
 ITridentSpout.Emitter FeederBatchSpout.getEmitter(String txStateId, Map conf, TopologyContext context)
           
 



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.