Class DummyIndexer

  • All Implemented Interfaces:
    Serializable, org.apache.storm.task.IBolt, org.apache.storm.topology.IComponent, org.apache.storm.topology.IRichBolt

    public class DummyIndexer
    extends AbstractIndexerBolt
    * Any tuple that went through all the previous bolts is sent to the status stream with a Status of FETCHED. This allows the bolt in charge of storing the status to rely exclusively on the status stream, as done with the real indexers.
    See Also:
    Serialized Form
    • Constructor Detail

      • DummyIndexer

        public DummyIndexer()
    • Method Detail

      • prepare

        public void prepare​(Map<String,​Object> conf,
                            org.apache.storm.task.TopologyContext context,
                            org.apache.storm.task.OutputCollector collector)
        Specified by:
        prepare in interface org.apache.storm.task.IBolt
        Overrides:
        prepare in class AbstractIndexerBolt
      • execute

        public void execute​(org.apache.storm.tuple.Tuple tuple)