Kieker 1.9

kieker.monitoring.writer.filesystem
Class AsyncBinaryNFsWriter

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.AsyncBinaryNFsWriter
All Implemented Interfaces:
IMonitoringRecordReceiver, IMonitoringWriter

public final class AsyncBinaryNFsWriter
extends AbstractAsyncFSWriter

Since:
1.9
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
AsyncBinaryNFsWriter(Configuration configuration)
          Creates a new instance of this class using the given parameters.
 
Method Summary
 
Methods inherited from class kieker.monitoring.writer.AbstractAsyncWriter
newMonitoringRecord, newMonitoringRecordNonBlocking, 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

AsyncBinaryNFsWriter

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

Parameters:
configuration - The configuration for this writer.

Kieker 1.9

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