| 
Kieker 1.7 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(String name)
This method tries to search for a suitable compression method using the extension of the file.  | 
static BinaryCompressionMethod | 
BinaryCompressionMethod.valueOf(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're 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,
                     BlockingQueue<IMonitoringRecord> writeQueue,
                     MappingFileWriter mappingFileWriter,
                     String path,
                     int maxEntriesInFile,
                     int maxLogSize,
                     int maxLogFiles,
                     int bufferSize,
                     BinaryCompressionMethod compressionMethod)
 | 
|
  | 
Kieker 1.7 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||