Open Kilda Java Documentation
org.openkilda.wfm.topology.utils.LoggerBolt Class Reference
Inheritance diagram for org.openkilda.wfm.topology.utils.LoggerBolt:

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 = ""
 

Detailed Description

LoggerBolt - just dumps everything received to the log file.

Definition at line 32 of file LoggerBolt.java.

Member Function Documentation

◆ declareOutputFields()

void org.openkilda.wfm.topology.utils.LoggerBolt.declareOutputFields ( OutputFieldsDeclarer  declarer)

Definition at line 90 of file LoggerBolt.java.

◆ execute()

void org.openkilda.wfm.topology.utils.LoggerBolt.execute ( Tuple  tuple)

Definition at line 76 of file LoggerBolt.java.

◆ prepare()

void org.openkilda.wfm.topology.utils.LoggerBolt.prepare ( Map  conf,
TopologyContext  context,
OutputCollector  collector 
)

Definition at line 71 of file LoggerBolt.java.

◆ withLevel()

LoggerBolt org.openkilda.wfm.topology.utils.LoggerBolt.withLevel ( Level  level)

Definition at line 60 of file LoggerBolt.java.

◆ withWatermark()

LoggerBolt org.openkilda.wfm.topology.utils.LoggerBolt.withWatermark ( String  watermark)

Definition at line 65 of file LoggerBolt.java.

Member Data Documentation

◆ level

Level org.openkilda.wfm.topology.utils.LoggerBolt.level = Level.DEBUG

Definition at line 35 of file LoggerBolt.java.

◆ watermark

String org.openkilda.wfm.topology.utils.LoggerBolt.watermark = ""

Definition at line 36 of file LoggerBolt.java.


The documentation for this class was generated from the following file: