kieker.monitoring.writer.explorviz
Class ExplorVizExportWriter
java.lang.Object
kieker.monitoring.writer.AbstractMonitoringWriter
kieker.monitoring.writer.AbstractAsyncWriter
kieker.monitoring.writer.explorviz.ExplorVizExportWriter
- All Implemented Interfaces:
- IMonitoringRecordReceiver, IMonitoringWriter
public class ExplorVizExportWriter
- extends AbstractAsyncWriter
- Since:
- 1.9
- Author:
- Florian Fittkau, Jan Waller
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CONFIG_HOSTNAME
public static final java.lang.String CONFIG_HOSTNAME
CONFIG_PORT
public static final java.lang.String CONFIG_PORT
CONFIG_BUFFERSIZE
public static final java.lang.String CONFIG_BUFFERSIZE
CONFIG_FLUSH
public static final java.lang.String CONFIG_FLUSH
ExplorVizExportWriter
public ExplorVizExportWriter(Configuration configuration)
init
protected void init()
throws java.lang.Exception
- Description copied from class:
AbstractMonitoringWriter
- Implementing classes should indicate an initialization error by throwing an
Exception
.
- Specified by:
init
in class AbstractMonitoringWriter
- Throws:
java.lang.Exception
- If something during the initialization went wrong.
newMonitoringRecordNonBlocking
public boolean newMonitoringRecordNonBlocking(IMonitoringRecord monitoringRecord)
- Description copied from class:
AbstractMonitoringWriter
- Overwrite this method if necessary.
- Specified by:
newMonitoringRecordNonBlocking
in interface IMonitoringWriter
- Overrides:
newMonitoringRecordNonBlocking
in class AbstractAsyncWriter
- Parameters:
monitoringRecord
- the record.
- Returns:
- true on success; false in case of an error.
Copyright 2015 Kieker Project, http://kieker-monitoring.net