Kieker 1.10

kieker.monitoring.writer.filesystem
Class AsyncBinaryZipWriter

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

public final class AsyncBinaryZipWriter
extends AbstractAsyncZipWriter

Since:
1.7
Author:
Jan Waller

Field Summary
 
Fields inherited from class kieker.monitoring.writer.filesystem.AbstractAsyncZipWriter
CONFIG_BUFFER, CONFIG_COMPRESS_LEVEL, CONFIG_MAXENTRIESINFILE, CONFIG_PATH
 
Fields inherited from class kieker.monitoring.writer.AbstractAsyncWriter
CONFIG_BEHAVIOR, CONFIG_PRIORITIZED_QUEUESIZE, CONFIG_QUEUESIZE, CONFIG_SHUTDOWNDELAY
 
Constructor Summary
AsyncBinaryZipWriter(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
 

Constructor Detail

AsyncBinaryZipWriter

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

Parameters:
configuration - The configuration for this writer.
Throws:
IOException - If something went wrong during the initialization of the writer.

Kieker 1.10

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