Uses of Interface
backtype.storm.topology.IRichSpout

Packages that use IRichSpout
backtype.storm.clojure   
backtype.storm.drpc   
backtype.storm.testing   
backtype.storm.topology   
backtype.storm.topology.base   
backtype.storm.transactional   
storm.trident   
storm.trident.spout   
storm.trident.topology   
 

Uses of IRichSpout in backtype.storm.clojure
 

Classes in backtype.storm.clojure that implement IRichSpout
 class ClojureSpout
           
 class RichShellSpout
           
 

Uses of IRichSpout in backtype.storm.drpc
 

Classes in backtype.storm.drpc that implement IRichSpout
 class DRPCSpout
           
 

Uses of IRichSpout in backtype.storm.testing
 

Classes in backtype.storm.testing that implement IRichSpout
 class FeederSpout
           
 class FixedTupleSpout
           
 class SpoutTracker
           
 class TestEventLogSpout
           
 class TestPlannerSpout
           
 class TestWordSpout
           
 

Constructors in backtype.storm.testing with parameters of type IRichSpout
SpoutTracker(IRichSpout delegate, String trackId)
           
 

Uses of IRichSpout in backtype.storm.topology
 

Methods in backtype.storm.topology with parameters of type IRichSpout
 SpoutDeclarer TopologyBuilder.setSpout(String id, IRichSpout spout)
          Define a new spout in this topology.
 SpoutDeclarer TopologyBuilder.setSpout(String id, IRichSpout spout, Number parallelism_hint)
          Define a new spout in this topology with the specified parallelism.
 

Uses of IRichSpout in backtype.storm.topology.base
 

Classes in backtype.storm.topology.base that implement IRichSpout
 class BaseRichSpout
           
 

Uses of IRichSpout in backtype.storm.transactional
 

Classes in backtype.storm.transactional that implement IRichSpout
 class TransactionalSpoutCoordinator
           
 

Uses of IRichSpout in storm.trident
 

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

Uses of IRichSpout in storm.trident.spout
 

Classes in storm.trident.spout that implement IRichSpout
 class RichSpoutBatchTriggerer
           
 

Constructors in storm.trident.spout with parameters of type IRichSpout
RichSpoutBatchExecutor(IRichSpout spout)
           
RichSpoutBatchTriggerer(IRichSpout delegate, String streamName, String batchGroup)
           
 

Uses of IRichSpout in storm.trident.topology
 

Classes in storm.trident.topology that implement IRichSpout
 class MasterBatchCoordinator
           
 

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



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