Uses of Interface
backtype.storm.coordination.IBatchBolt

Packages that use IBatchBolt
backtype.storm.coordination   
backtype.storm.drpc   
backtype.storm.testing   
backtype.storm.topology.base   
backtype.storm.transactional   
 

Uses of IBatchBolt in backtype.storm.coordination
 

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

Constructors in backtype.storm.coordination with parameters of type IBatchBolt
BatchBoltExecutor(IBatchBolt bolt)
           
 

Uses of IBatchBolt in backtype.storm.drpc
 

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

Uses of IBatchBolt in backtype.storm.testing
 

Classes in backtype.storm.testing that implement IBatchBolt
 class BatchNumberList
           
 class CountingBatchBolt
           
 class CountingCommitBolt
           
 class KeyedCountingBatchBolt
           
 class KeyedCountingCommitterBolt
           
 class KeyedSummingBatchBolt
           
 

Uses of IBatchBolt in backtype.storm.topology.base
 

Classes in backtype.storm.topology.base that implement IBatchBolt
 class BaseBatchBolt<T>
           
 class BaseTransactionalBolt
           
 

Uses of IBatchBolt in backtype.storm.transactional
 

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



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