Uses of Class
org.apache.storm.topology.base.BaseComponent
Packages that use BaseComponent
Package
Description
ElasticSearch examples classes.
- 
Uses of BaseComponent in org.apache.stormSubclasses of BaseComponent in org.apache.stormModifier and TypeClassDescriptionstatic classstatic class
- 
Uses of BaseComponent in org.apache.storm.drpcSubclasses of BaseComponent in org.apache.storm.drpcModifier and TypeClassDescriptionclassclassclassclass
- 
Uses of BaseComponent in org.apache.storm.elasticsearch.boltSubclasses of BaseComponent in org.apache.storm.elasticsearch.boltModifier and TypeClassDescriptionclassclassBasic bolt for storing tuple to ES document.static classThe user data spout.classBasic bolt for looking up document in ES.classBasic bolt for retrieve matched percolate queries.
- 
Uses of BaseComponent in org.apache.storm.flux.examplesSubclasses of BaseComponent in org.apache.storm.flux.examplesModifier and TypeClassDescriptionclassPrints the tuples to stdout.classThis bolt is used by the HBase example.
- 
Uses of BaseComponent in org.apache.storm.flux.wrappers.boltsSubclasses of BaseComponent in org.apache.storm.flux.wrappers.boltsModifier and TypeClassDescriptionclassSimple bolt that does nothing other than LOG.info() every tuple recieveed.
- 
Uses of BaseComponent in org.apache.storm.hdfs.boltSubclasses of BaseComponent in org.apache.storm.hdfs.boltModifier and TypeClassDescriptionclassclassclassstatic classstatic classclassstatic classstatic class
- 
Uses of BaseComponent in org.apache.storm.hdfs.spoutSubclasses of BaseComponent in org.apache.storm.hdfs.spout
- 
Uses of BaseComponent in org.apache.storm.hive.boltSubclasses of BaseComponent in org.apache.storm.hive.boltModifier and TypeClassDescriptionstatic classclassstatic classstatic class
- 
Uses of BaseComponent in org.apache.storm.jdbc.boltSubclasses of BaseComponent in org.apache.storm.jdbc.boltModifier and TypeClassDescriptionclassclassBasic bolt for writing to any Database table.classBasic bolt for querying from any database.
- 
Uses of BaseComponent in org.apache.storm.jms.boltSubclasses of BaseComponent in org.apache.storm.jms.boltModifier and TypeClassDescriptionclassA JmsBolt receivesorg.apache.storm.tuple.Tupleobjects from a Storm topology and publishes JMS Messages to a destination (topic or queue).
- 
Uses of BaseComponent in org.apache.storm.jms.exampleSubclasses of BaseComponent in org.apache.storm.jms.exampleModifier and TypeClassDescriptionclassA genericorg.apache.storm.topology.IRichBoltimplementation for testing/debugging the Storm JMS Spout and example topologies.
- 
Uses of BaseComponent in org.apache.storm.jms.spoutSubclasses of BaseComponent in org.apache.storm.jms.spoutModifier and TypeClassDescriptionclassA StormSpoutimplementation that listens to a JMS topic or queue and outputs tuples based on the messages it receives.
- 
Uses of BaseComponent in org.apache.storm.kafka.boltSubclasses of BaseComponent in org.apache.storm.kafka.boltModifier and TypeClassDescriptionclassKafkaBolt<K,V> Bolt implementation that can send Tuple data to Kafka.
- 
Uses of BaseComponent in org.apache.storm.kafka.spoutSubclasses of BaseComponent in org.apache.storm.kafka.spout
- 
Uses of BaseComponent in org.apache.storm.lambdaSubclasses of BaseComponent in org.apache.storm.lambdaModifier and TypeClassDescriptionclassclassclass
- 
Uses of BaseComponent in org.apache.storm.loadgenSubclasses of BaseComponent in org.apache.storm.loadgenModifier and TypeClassDescriptionclassA bolt that simulates a real world bolt based off of statistics about it.classA spout that simulates a real world spout based off of statistics about it.static classstatic classstatic class
- 
Uses of BaseComponent in org.apache.storm.perf.boltSubclasses of BaseComponent in org.apache.storm.perf.boltModifier and TypeClassDescriptionclassclassclassclass
- 
Uses of BaseComponent in org.apache.storm.perf.spoutSubclasses of BaseComponent in org.apache.storm.perf.spoutModifier and TypeClassDescriptionclassclassclassSpout pre-computes a list with 30k fixed length random strings.class
- 
Uses of BaseComponent in org.apache.storm.perf.utilsSubclasses of BaseComponent in org.apache.storm.perf.utils
- 
Uses of BaseComponent in org.apache.storm.redis.boltSubclasses of BaseComponent in org.apache.storm.redis.boltModifier and TypeClassDescriptionclassAbstractRedisBolt class is for users to implement custom bolts which makes interaction with Redis.classBasic bolt for querying from Redis and filters out if key/field doesn't exist.classBasic bolt for querying from Redis and emits response as tuple.classBasic bolt for writing to Redis.
- 
Uses of BaseComponent in org.apache.storm.redis.topologySubclasses of BaseComponent in org.apache.storm.redis.topologyModifier and TypeClassDescriptionstatic classstatic class
- 
Uses of BaseComponent in org.apache.storm.spoutSubclasses of BaseComponent in org.apache.storm.spoutModifier and TypeClassDescriptionclassEmits checkpoint tuples which is used to save the state of theIStatefulComponentacross the topology.
- 
Uses of BaseComponent in org.apache.storm.sql.runtime.datasource.socket.boltSubclasses of BaseComponent in org.apache.storm.sql.runtime.datasource.socket.bolt
- 
Uses of BaseComponent in org.apache.storm.st.topology.windowSubclasses of BaseComponent in org.apache.storm.st.topology.window
- 
Uses of BaseComponent in org.apache.storm.starterSubclasses of BaseComponent in org.apache.storm.starterModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic class
- 
Uses of BaseComponent in org.apache.storm.starter.boltSubclasses of BaseComponent in org.apache.storm.starter.boltModifier 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.classclassThis bolt aggregates counts from multiple upstream bolts.classThis bolt performs rolling counts of incoming objects, i.e. sliding window based counting.classExample of a simple custom bolt for joining two streams.final classThis bolt merges incomingRankings.class
- 
Uses of BaseComponent in org.apache.storm.starter.spoutSubclasses of BaseComponent in org.apache.storm.starter.spoutModifier and TypeClassDescriptionclassEmits a random integer and a timestamp value (offset by one day), every 100 ms.classstatic class
- 
Uses of BaseComponent in org.apache.storm.testingSubclasses of BaseComponent in org.apache.storm.testingModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclass
- 
Uses of BaseComponent in org.apache.storm.topology.baseSubclasses of BaseComponent in org.apache.storm.topology.baseModifier and TypeClassDescriptionclassclassclassclassclassThis class is based on BaseRichBolt, but is aware of tick tuple.
- 
Uses of BaseComponent in org.apache.storm.trident.topologySubclasses of BaseComponent in org.apache.storm.trident.topology