Kieker 1.12

Uses of Class
kieker.common.util.filesystem.BinaryCompressionMethod

Packages that use BinaryCompressionMethod
kieker.common.util.filesystem   
kieker.monitoring.writer.filesystem.async   
 

Uses of BinaryCompressionMethod in kieker.common.util.filesystem
 

Methods in kieker.common.util.filesystem that return BinaryCompressionMethod
static BinaryCompressionMethod BinaryCompressionMethod.getByFileExtension(java.lang.String name)
          This method tries to search for a suitable compression method using the extension of the file.
static BinaryCompressionMethod BinaryCompressionMethod.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BinaryCompressionMethod[] BinaryCompressionMethod.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of BinaryCompressionMethod in kieker.monitoring.writer.filesystem.async
 

Constructors in kieker.monitoring.writer.filesystem.async with parameters of type BinaryCompressionMethod
BinaryFsWriterThread(IMonitoringController monitoringController, java.util.concurrent.BlockingQueue<IMonitoringRecord> writeQueue, MappingFileWriter mappingFileWriter, java.lang.String path, int maxEntriesInFile, int maxLogSize, int maxLogFiles, int bufferSize, BinaryCompressionMethod compressionMethod)
          Create a new BinaryFsWriterThread.
 


Kieker 1.12

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