Uses of Interface
org.apache.storm.topology.IBasicBolt
Packages that use IBasicBolt
Package
Description
-
Uses of IBasicBolt in org.apache.storm.coordination
Methods 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.drpc
Classes 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.examples
Classes in org.apache.storm.flux.examples that implement IBasicBoltModifier and TypeClassDescriptionclass
Prints the tuples to stdout.class
This bolt is used by the HBase example. -
Uses of IBasicBolt in org.apache.storm.flux.wrappers.bolts
Classes in org.apache.storm.flux.wrappers.bolts that implement IBasicBoltModifier and TypeClassDescriptionclass
Simple bolt that does nothing other than LOG.info() every tuple recieveed. -
Uses of IBasicBolt in org.apache.storm.lambda
Classes in org.apache.storm.lambda that implement IBasicBolt -
Uses of IBasicBolt in org.apache.storm.loadgen
Classes in org.apache.storm.loadgen that implement IBasicBoltModifier and TypeClassDescriptionstatic class
static class
-
Uses of IBasicBolt in org.apache.storm.perf.bolt
Classes in org.apache.storm.perf.bolt that implement IBasicBolt -
Uses of IBasicBolt in org.apache.storm.redis.topology
Classes in org.apache.storm.redis.topology that implement IBasicBolt -
Uses of IBasicBolt in org.apache.storm.starter
Classes in org.apache.storm.starter that implement IBasicBoltModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
-
Uses of IBasicBolt in org.apache.storm.starter.bolt
Classes in org.apache.storm.starter.bolt that implement IBasicBoltModifier and TypeClassDescriptionclass
This abstract bolt provides the basic behavior of bolts that rank objects according to their count.final class
This bolt ranks incoming objects by their count.class
final class
This bolt merges incomingRankings
.class
-
Uses of IBasicBolt in org.apache.storm.streams
Methods in org.apache.storm.streams with parameters of type IBasicBoltModifier and TypeMethodDescriptionvoid
Stream.to
(IBasicBolt bolt) Sends the elements of this stream to a bolt.void
Stream.to
(IBasicBolt bolt, int parallelism) Sends the elements of this stream to a bolt. -
Uses of IBasicBolt in org.apache.storm.testing
Classes in org.apache.storm.testing that implement IBasicBoltModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of IBasicBolt in org.apache.storm.topology
Methods 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.base
Classes in org.apache.storm.topology.base that implement IBasicBolt -
Uses of IBasicBolt in org.apache.storm.trident.spout
Classes in org.apache.storm.trident.spout that implement IBasicBolt