Uses of Interface
backtype.storm.topology.IRichBolt

Packages that use IRichBolt
backtype.storm.clojure   
backtype.storm.coordination   
backtype.storm.drpc   
backtype.storm.testing   
backtype.storm.topology   
backtype.storm.topology.base   
backtype.storm.transactional   
storm.trident.topology   
 

Uses of IRichBolt in backtype.storm.clojure
 

Classes in backtype.storm.clojure that implement IRichBolt
 class ClojureBolt
           
 class RichShellBolt
           
 

Uses of IRichBolt in backtype.storm.coordination
 

Classes in backtype.storm.coordination that implement IRichBolt
 class BatchBoltExecutor
           
 class CoordinatedBolt
          Coordination requires the request ids to be globally unique for awhile.
 

Constructors in backtype.storm.coordination with parameters of type IRichBolt
CoordinatedBolt(IRichBolt delegate)
           
CoordinatedBolt(IRichBolt delegate, Map<String,CoordinatedBolt.SourceArgs> sourceArgs, CoordinatedBolt.IdStreamSpec idStreamSpec)
           
CoordinatedBolt(IRichBolt delegate, String sourceComponent, CoordinatedBolt.SourceArgs sourceArgs, CoordinatedBolt.IdStreamSpec idStreamSpec)
           
 

Uses of IRichBolt in backtype.storm.drpc
 

Classes in backtype.storm.drpc that implement IRichBolt
 class JoinResult
           
 class KeyedFairBolt
           
 class ReturnResults
           
 

Methods in backtype.storm.drpc with parameters of type IRichBolt
 LinearDRPCInputDeclarer LinearDRPCTopologyBuilder.addBolt(IRichBolt bolt)
          Deprecated. 
 LinearDRPCInputDeclarer LinearDRPCTopologyBuilder.addBolt(IRichBolt bolt, Number parallelism)
          Deprecated. 
 

Constructors in backtype.storm.drpc with parameters of type IRichBolt
KeyedFairBolt(IRichBolt delegate)
           
 

Uses of IRichBolt in backtype.storm.testing
 

Classes in backtype.storm.testing that implement IRichBolt
 class BoltTracker
           
 class TestAggregatesCounter
           
 class TestEventOrderCheckBolt
           
 class TestGlobalCount
           
 class TestPlannerBolt
           
 class TupleCaptureBolt
           
 

Constructors in backtype.storm.testing with parameters of type IRichBolt
BoltTracker(IRichBolt delegate, String id)
           
 

Uses of IRichBolt in backtype.storm.topology
 

Classes in backtype.storm.topology that implement IRichBolt
 class BasicBoltExecutor
           
 

Methods in backtype.storm.topology with parameters of type IRichBolt
 BoltDeclarer TopologyBuilder.setBolt(String id, IRichBolt bolt)
          Define a new bolt in this topology with parallelism of just one thread.
 BoltDeclarer TopologyBuilder.setBolt(String id, IRichBolt bolt, Number parallelism_hint)
          Define a new bolt in this topology with the specified amount of parallelism.
 

Uses of IRichBolt in backtype.storm.topology.base
 

Classes in backtype.storm.topology.base that implement IRichBolt
 class BaseRichBolt
           
 

Uses of IRichBolt in backtype.storm.transactional
 

Classes in backtype.storm.transactional that implement IRichBolt
 class TransactionalSpoutBatchExecutor
           
 

Uses of IRichBolt in storm.trident.topology
 

Classes in storm.trident.topology that implement IRichBolt
 class TridentBoltExecutor
           
 



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