Kieker 1.8

kieker.monitoring.writer.filesystem
Class AsyncBinaryFsWriter

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

public final class AsyncBinaryFsWriter
extends AbstractAsyncFSWriter

Since:
1.5
Author:
Jan Waller

Field Summary
static String CONFIG_BUFFER
           
static String CONFIG_COMPRESS
           
 
Fields inherited from class kieker.monitoring.writer.filesystem.AbstractAsyncFSWriter
CONFIG_MAXENTRIESINFILE, CONFIG_MAXLOGFILES, CONFIG_MAXLOGSIZE, CONFIG_PATH
 
Fields inherited from class kieker.monitoring.writer.AbstractAsyncWriter
CONFIG_BEHAVIOR, CONFIG_QUEUESIZE, CONFIG_SHUTDOWNDELAY
 
Constructor Summary
AsyncBinaryFsWriter(Configuration configuration)
          Creates a new instance of this class using the given parameters.
 
Method Summary
 
Methods inherited from class kieker.monitoring.writer.AbstractAsyncWriter
newMonitoringRecord, terminate, toString
 
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

CONFIG_BUFFER

public static final String CONFIG_BUFFER

CONFIG_COMPRESS

public static final String CONFIG_COMPRESS
Constructor Detail

AsyncBinaryFsWriter

public AsyncBinaryFsWriter(Configuration configuration)
Creates a new instance of this class using the given parameters.

Parameters:
configuration - The configuration for this writer.

Kieker 1.8

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