Uses of Interface
org.apache.storm.topology.IBasicBolt
Packages that use IBasicBolt
Package
Description
- 
Uses of IBasicBolt in org.apache.storm.coordinationMethods in org.apache.storm.coordination with parameters of type IBasicBoltModifier and TypeMethodDescriptionBatchSubtopologyBuilder.setBolt(String id, IBasicBolt bolt) BatchSubtopologyBuilder.setBolt(String id, IBasicBolt bolt, Number parallelism) Constructors in org.apache.storm.coordination with parameters of type IBasicBoltModifierConstructorDescriptionBatchSubtopologyBuilder(String masterBoltId, IBasicBolt masterBolt) BatchSubtopologyBuilder(String masterBoltId, IBasicBolt masterBolt, Number boltParallelism) 
- 
Uses of IBasicBolt in org.apache.storm.drpcClasses in org.apache.storm.drpc that implement IBasicBoltMethods in org.apache.storm.drpc with parameters of type IBasicBoltModifier and TypeMethodDescriptionLinearDRPCTopologyBuilder.addBolt(IBasicBolt bolt) LinearDRPCTopologyBuilder.addBolt(IBasicBolt bolt, Number parallelism) Constructors in org.apache.storm.drpc with parameters of type IBasicBolt
- 
Uses of IBasicBolt in org.apache.storm.flux.examplesClasses in org.apache.storm.flux.examples that implement IBasicBoltModifier and TypeClassDescriptionclassPrints the tuples to stdout.classThis bolt is used by the HBase example.
- 
Uses of IBasicBolt in org.apache.storm.flux.wrappers.boltsClasses in org.apache.storm.flux.wrappers.bolts that implement IBasicBoltModifier and TypeClassDescriptionclassSimple bolt that does nothing other than LOG.info() every tuple recieveed.
- 
Uses of IBasicBolt in org.apache.storm.lambdaClasses in org.apache.storm.lambda that implement IBasicBolt
- 
Uses of IBasicBolt in org.apache.storm.loadgenClasses in org.apache.storm.loadgen that implement IBasicBoltModifier and TypeClassDescriptionstatic classstatic class
- 
Uses of IBasicBolt in org.apache.storm.perf.boltClasses in org.apache.storm.perf.bolt that implement IBasicBolt
- 
Uses of IBasicBolt in org.apache.storm.redis.topologyClasses in org.apache.storm.redis.topology that implement IBasicBolt
- 
Uses of IBasicBolt in org.apache.storm.starterClasses in org.apache.storm.starter that implement IBasicBoltModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic class
- 
Uses of IBasicBolt in org.apache.storm.starter.boltClasses in org.apache.storm.starter.bolt that implement IBasicBoltModifier and TypeClassDescriptionclassThis abstract bolt provides the basic behavior of bolts that rank objects according to their count.final classThis bolt ranks incoming objects by their count.classfinal classThis bolt merges incomingRankings.class
- 
Uses of IBasicBolt in org.apache.storm.streamsMethods in org.apache.storm.streams with parameters of type IBasicBoltModifier and TypeMethodDescriptionvoidStream.to(IBasicBolt bolt) Sends the elements of this stream to a bolt.voidStream.to(IBasicBolt bolt, int parallelism) Sends the elements of this stream to a bolt.
- 
Uses of IBasicBolt in org.apache.storm.testingClasses in org.apache.storm.testing that implement IBasicBoltModifier and TypeClassDescriptionclassclassclassclassclass
- 
Uses of IBasicBolt in org.apache.storm.topologyMethods in org.apache.storm.topology with parameters of type IBasicBoltModifier and TypeMethodDescriptionTopologyBuilder.setBolt(String id, IBasicBolt bolt) Define a new bolt in this topology.TopologyBuilder.setBolt(String id, IBasicBolt bolt, Number parallelismHint) Define a new bolt in this topology.Constructors in org.apache.storm.topology with parameters of type IBasicBolt
- 
Uses of IBasicBolt in org.apache.storm.topology.baseClasses in org.apache.storm.topology.base that implement IBasicBolt
- 
Uses of IBasicBolt in org.apache.storm.trident.spoutClasses in org.apache.storm.trident.spout that implement IBasicBolt