Uses of Interface
org.apache.storm.coordination.IBatchBolt
Packages that use IBatchBolt
Package
Description
- 
Uses of IBatchBolt in org.apache.storm.coordinationMethods in org.apache.storm.coordination with parameters of type IBatchBoltModifier and TypeMethodDescriptionBatchSubtopologyBuilder.setBolt(String id, IBatchBolt bolt) BatchSubtopologyBuilder.setBolt(String id, IBatchBolt bolt, Number parallelism) Constructors in org.apache.storm.coordination with parameters of type IBatchBolt
- 
Uses of IBatchBolt in org.apache.storm.drpcMethods in org.apache.storm.drpc with parameters of type IBatchBoltModifier and TypeMethodDescriptionLinearDRPCTopologyBuilder.addBolt(IBatchBolt bolt) LinearDRPCTopologyBuilder.addBolt(IBatchBolt bolt, Number parallelism) 
- 
Uses of IBatchBolt in org.apache.storm.starterClasses in org.apache.storm.starter that implement IBatchBoltModifier and TypeClassDescriptionstatic classstatic class
- 
Uses of IBatchBolt in org.apache.storm.topology.baseClasses in org.apache.storm.topology.base that implement IBatchBolt