Uses of Interface
org.apache.storm.coordination.IBatchBolt
-
Packages that use IBatchBolt Package Description org.apache.storm.coordination org.apache.storm.drpc org.apache.storm.starter org.apache.storm.topology.base -
-
Uses of IBatchBolt in org.apache.storm.coordination
Methods in org.apache.storm.coordination with parameters of type IBatchBolt Modifier and Type Method Description BoltDeclarer
BatchSubtopologyBuilder. setBolt(String id, IBatchBolt bolt)
BoltDeclarer
BatchSubtopologyBuilder. setBolt(String id, IBatchBolt bolt, Number parallelism)
Constructors in org.apache.storm.coordination with parameters of type IBatchBolt Constructor Description BatchBoltExecutor(IBatchBolt bolt)
-
Uses of IBatchBolt in org.apache.storm.drpc
Methods in org.apache.storm.drpc with parameters of type IBatchBolt Modifier and Type Method Description LinearDRPCInputDeclarer
LinearDRPCTopologyBuilder. addBolt(IBatchBolt bolt)
LinearDRPCInputDeclarer
LinearDRPCTopologyBuilder. addBolt(IBatchBolt bolt, Number parallelism)
-
Uses of IBatchBolt in org.apache.storm.starter
Classes in org.apache.storm.starter that implement IBatchBolt Modifier and Type Class Description static class
ReachTopology.CountAggregator
static class
ReachTopology.PartialUniquer
-
Uses of IBatchBolt in org.apache.storm.topology.base
Classes in org.apache.storm.topology.base that implement IBatchBolt Modifier and Type Class Description class
BaseBatchBolt<T>
-