Uses of Interface
storm.trident.spout.ITridentSpout

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

Uses of ITridentSpout in storm.trident
 

Methods in storm.trident with parameters of type ITridentSpout
 Stream TridentTopology.newStream(String txId, ITridentSpout spout)
           
 

Uses of ITridentSpout in storm.trident.spout
 

Subinterfaces of ITridentSpout in storm.trident.spout
 interface ICommitterTridentSpout<X>
           
 

Classes in storm.trident.spout that implement ITridentSpout
 class BatchSpoutExecutor
           
 class OpaquePartitionedTridentSpoutExecutor
           
 class PartitionedTridentSpoutExecutor
           
 class RichSpoutBatchExecutor
           
 

Constructors in storm.trident.spout with parameters of type ITridentSpout
TridentSpoutCoordinator(String id, ITridentSpout spout)
           
TridentSpoutExecutor(String txStateId, String streamName, ITridentSpout spout)
           
 

Uses of ITridentSpout in storm.trident.testing
 

Classes in storm.trident.testing that implement ITridentSpout
 class FeederBatchSpout
           
 class FeederCommitterBatchSpout
           
 

Uses of ITridentSpout in storm.trident.topology
 

Methods in storm.trident.topology with parameters of type ITridentSpout
 SpoutDeclarer TridentTopologyBuilder.setSpout(String id, String streamName, String txStateId, ITridentSpout spout, Integer parallelism, String batchGroup)
           
 

Constructor parameters in storm.trident.topology with type arguments of type ITridentSpout
MasterBatchCoordinator(List<String> spoutIds, List<ITridentSpout> spouts)
           
 



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