Kieker 1.7

kieker.monitoring.writer.filesystem
Class AbstractAsyncFSWriter

java.lang.Object
  extended by kieker.monitoring.writer.AbstractMonitoringWriter
      extended by kieker.monitoring.writer.AbstractAsyncWriter
          extended by kieker.monitoring.writer.filesystem.AbstractAsyncFSWriter
All Implemented Interfaces:
IMonitoringRecordReceiver, IMonitoringWriter
Direct Known Subclasses:
AsyncBinaryFsWriter, AsyncFsWriter

public abstract class AbstractAsyncFSWriter
extends AbstractAsyncWriter

Since:
1.5
Author:
Matthias Rohr, Robert von Massow, Andre van Hoorn, Jan Waller

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

CONFIG_PATH

public static final 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.

See Also:
Constant Field Values

CONFIG_TEMP

public static final String CONFIG_TEMP
The name of the configuration determining whether to store the data in the temporary directory or not.

See Also:
Constant Field Values

CONFIG_MAXENTRIESINFILE

public static final String CONFIG_MAXENTRIESINFILE
The name of the configuration determining the maximal number of entries in a file.

See Also:
Constant Field Values

CONFIG_MAXLOGSIZE

public static final String CONFIG_MAXLOGSIZE
The name of the configuration determining the maximal size of the files in MiB.

See Also:
Constant Field Values

CONFIG_MAXLOGFILES

public static final String CONFIG_MAXLOGFILES
The name of the configuration determining the maximal number of log files.

See Also:
Constant Field Values

Kieker 1.7

Copyright 2013 Kieker Project, http://kieker-monitoring.net