![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
LoggerBolt | withLevel (Level level) |
LoggerBolt | withWatermark (String watermark) |
void | prepare (Map conf, TopologyContext context, OutputCollector collector) |
void | execute (Tuple tuple) |
void | declareOutputFields (OutputFieldsDeclarer declarer) |
Public Attributes | |
Level | level = Level.DEBUG |
String | watermark = "" |
LoggerBolt - just dumps everything received to the log file.
Definition at line 32 of file LoggerBolt.java.
void org.openkilda.wfm.topology.utils.LoggerBolt.declareOutputFields | ( | OutputFieldsDeclarer | declarer | ) |
Definition at line 90 of file LoggerBolt.java.
void org.openkilda.wfm.topology.utils.LoggerBolt.execute | ( | Tuple | tuple | ) |
Definition at line 76 of file LoggerBolt.java.
void org.openkilda.wfm.topology.utils.LoggerBolt.prepare | ( | Map | conf, |
TopologyContext | context, | ||
OutputCollector | collector | ||
) |
Definition at line 71 of file LoggerBolt.java.
LoggerBolt org.openkilda.wfm.topology.utils.LoggerBolt.withLevel | ( | Level | level | ) |
Definition at line 60 of file LoggerBolt.java.
LoggerBolt org.openkilda.wfm.topology.utils.LoggerBolt.withWatermark | ( | String | watermark | ) |
Definition at line 65 of file LoggerBolt.java.
Level org.openkilda.wfm.topology.utils.LoggerBolt.level = Level.DEBUG |
Definition at line 35 of file LoggerBolt.java.
String org.openkilda.wfm.topology.utils.LoggerBolt.watermark = "" |
Definition at line 36 of file LoggerBolt.java.