Uses of Interface
storm.trident.spout.IBatchSpout

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

Uses of IBatchSpout in storm.trident
 

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

Uses of IBatchSpout in storm.trident.spout
 

Constructors in storm.trident.spout with parameters of type IBatchSpout
BatchSpoutExecutor(IBatchSpout spout)
           
 

Uses of IBatchSpout in storm.trident.testing
 

Classes in storm.trident.testing that implement IBatchSpout
 class FixedBatchSpout
           
 

Uses of IBatchSpout in storm.trident.topology
 

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



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