|
Kieker 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kieker.monitoring.writer.AbstractMonitoringWriter kieker.monitoring.writer.AbstractAsyncWriter
public abstract class AbstractAsyncWriter
Field Summary | |
---|---|
static String |
CONFIG_BEHAVIOR
The name of the configuration determining the behavior of this writer in case of a full queue. |
static String |
CONFIG_QUEUESIZE
The name of the configuration determining the size of the queue of this writer. |
static String |
CONFIG_SHUTDOWNDELAY
The name of the configuration determining the maximal shutdown delay of this writer (in milliseconds). |
Method Summary | |
---|---|
boolean |
newMonitoringRecord(IMonitoringRecord monitoringRecord)
Called for each new record. |
boolean |
newMonitoringRecordNonBlocking(IMonitoringRecord monitoringRecord)
Overwrite this method if necessary. |
void |
terminate()
The framework ensures, that this method is called only once! |
String |
toString()
Delivers a string representation of this writer. |
Methods inherited from class kieker.monitoring.writer.AbstractMonitoringWriter |
---|
setController |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String CONFIG_QUEUESIZE
public static final String CONFIG_BEHAVIOR
public static final String CONFIG_SHUTDOWNDELAY
Method Detail |
---|
public final void terminate()
public final boolean newMonitoringRecord(IMonitoringRecord monitoringRecord)
monitoringRecord
- the record.
public final boolean newMonitoringRecordNonBlocking(IMonitoringRecord monitoringRecord)
AbstractMonitoringWriter
newMonitoringRecordNonBlocking
in interface IMonitoringWriter
newMonitoringRecordNonBlocking
in class AbstractMonitoringWriter
monitoringRecord
- the record.
public String toString()
IMonitoringWriter
toString
in interface IMonitoringWriter
toString
in class AbstractMonitoringWriter
|
Kieker 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |