Class StdOutStatusUpdater

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

    public class StdOutStatusUpdater
    extends AbstractStatusUpdaterBolt
    Dummy status updater which dumps the content of the incoming tuples to the standard output. Useful for debugging and as an illustration of what AbstractStatusUpdaterBolt provides.
    See Also:
    Serialized Form