Uses of Interface
org.apache.storm.coordination.IBatchBolt
Packages that use IBatchBolt
Package
Description
-
Uses of IBatchBolt in org.apache.storm.coordination
Methods 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.drpc
Methods 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.starter
Classes in org.apache.storm.starter that implement IBatchBoltModifier and TypeClassDescriptionstatic class
static class
-
Uses of IBatchBolt in org.apache.storm.topology.base
Classes in org.apache.storm.topology.base that implement IBatchBolt