Uses of Interface
backtype.storm.topology.IBasicBolt

Packages that use IBasicBolt
backtype.storm.coordination   
backtype.storm.drpc   
backtype.storm.testing   
backtype.storm.topology   
backtype.storm.topology.base   
backtype.storm.transactional   
storm.trident.spout   
 

Uses of IBasicBolt in backtype.storm.coordination
 

Methods in backtype.storm.coordination with parameters of type IBasicBolt
 BoltDeclarer BatchSubtopologyBuilder.setBolt(String id, IBasicBolt bolt)
           
 BoltDeclarer BatchSubtopologyBuilder.setBolt(String id, IBasicBolt bolt, Number parallelism)
           
 

Constructors in backtype.storm.coordination with parameters of type IBasicBolt
BatchSubtopologyBuilder(String masterBoltId, IBasicBolt masterBolt)
           
BatchSubtopologyBuilder(String masterBoltId, IBasicBolt masterBolt, Number boltParallelism)
           
 

Uses of IBasicBolt in backtype.storm.drpc
 

Classes in backtype.storm.drpc that implement IBasicBolt
 class PrepareRequest
           
 

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

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

Uses of IBasicBolt in backtype.storm.testing
 

Classes in backtype.storm.testing that implement IBasicBolt
 class BatchProcessWord
           
 class BatchRepeatA
           
 class IdentityBolt
           
 class PrepareBatchBolt
           
 class TestConfBolt
           
 class TestWordCounter
           
 

Uses of IBasicBolt in backtype.storm.topology
 

Methods in backtype.storm.topology with parameters of type IBasicBolt
 BoltDeclarer TopologyBuilder.setBolt(String id, IBasicBolt bolt)
          Define a new bolt in this topology.
 BoltDeclarer TopologyBuilder.setBolt(String id, IBasicBolt bolt, Number parallelism_hint)
          Define a new bolt in this topology.
 

Constructors in backtype.storm.topology with parameters of type IBasicBolt
BasicBoltExecutor(IBasicBolt bolt)
           
 

Uses of IBasicBolt in backtype.storm.topology.base
 

Classes in backtype.storm.topology.base that implement IBasicBolt
 class BaseBasicBolt
           
 

Uses of IBasicBolt in backtype.storm.transactional
 

Methods in backtype.storm.transactional with parameters of type IBasicBolt
 BoltDeclarer TransactionalTopologyBuilder.setBolt(String id, IBasicBolt bolt)
          Deprecated.  
 BoltDeclarer TransactionalTopologyBuilder.setBolt(String id, IBasicBolt bolt, Number parallelism)
          Deprecated.  
 

Uses of IBasicBolt in storm.trident.spout
 

Classes in storm.trident.spout that implement IBasicBolt
 class TridentSpoutCoordinator
           
 



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