Class PipeWriter

java.lang.Object
kieker.monitoring.writer.AbstractMonitoringWriter
kieker.monitoring.writer.namedRecordPipe.PipeWriter

public final class PipeWriter
extends AbstractMonitoringWriter
Since:
1.3
Author:
Andre van Hoorn, Jan Waller, Robert von Massow
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String CONFIG_PIPENAME  

    Fields inherited from class kieker.monitoring.writer.AbstractMonitoringWriter

    configuration
  • Constructor Summary

    Constructors 
    Constructor Description
    PipeWriter​(java.lang.String pipeName)
    Creates a new instance using an empty configuration.
    PipeWriter​(Configuration configuration)
    Creates a new instance of this class using the given parameters.
  • Method Summary

    Modifier and Type Method Description
    void onStarting()
    This event fires when Kieker has been initialized and is ready to monitor.
    void onTerminating()
    This event fires when Kieker has been notified to terminate.
    java.lang.String toString()
    Returns a textual representation of the writer's configuration.
    void writeMonitoringRecord​(IMonitoringRecord record)
    This event fires when Kieker has received a new record.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait