|
Kieker 1.7 | |||||||||
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 kieker.monitoring.writer.filesystem.AbstractAsyncFSWriter
public abstract class AbstractAsyncFSWriter
Field Summary | |
---|---|
static String |
CONFIG_MAXENTRIESINFILE
The name of the configuration determining the maximal number of entries in a file. |
static String |
CONFIG_MAXLOGFILES
The name of the configuration determining the maximal number of log files. |
static String |
CONFIG_MAXLOGSIZE
The name of the configuration determining the maximal size of the files in MiB. |
static String |
CONFIG_PATH
The name of the configuration for the custom storage path if the writer is advised not to store in the temporary directory. |
static String |
CONFIG_TEMP
The name of the configuration determining whether to store the data in the temporary directory or not. |
Fields inherited from class kieker.monitoring.writer.AbstractAsyncWriter |
---|
CONFIG_BEHAVIOR, CONFIG_QUEUESIZE, CONFIG_SHUTDOWNDELAY |
Method Summary |
---|
Methods inherited from class kieker.monitoring.writer.AbstractAsyncWriter |
---|
newMonitoringRecord, terminate, toString |
Methods inherited from class kieker.monitoring.writer.AbstractMonitoringWriter |
---|
getConfiguration, setController |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String CONFIG_PATH
public static final String CONFIG_TEMP
public static final String CONFIG_MAXENTRIESINFILE
public static final String CONFIG_MAXLOGSIZE
public static final String CONFIG_MAXLOGFILES
|
Kieker 1.7 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |