Constructors in kieker.monitoring.writer.filesystem.async with parameters of type MappingFileWriter |
AbstractFsWriterThread(IMonitoringController monitoringController,
BlockingQueue<IMonitoringRecord> writeQueue,
MappingFileWriter mappingFileWriter,
String path,
int maxEntriesInFile,
int maxLogSize,
int maxLogFiles)
Create a new AbstractFsWriterThread. |
BinaryFsWriterThread(IMonitoringController monitoringController,
BlockingQueue<IMonitoringRecord> writeQueue,
MappingFileWriter mappingFileWriter,
String path,
int maxEntriesInFile,
int maxLogSize,
int maxLogFiles,
int bufferSize,
BinaryCompressionMethod compressionMethod)
Create a new BinaryFsWriterThread. |
BinaryNFsWriterThread(IMonitoringController monitoringController,
BlockingQueue<IMonitoringRecord> writeQueue,
MappingFileWriter mappingFileWriter,
String path,
int maxEntriesInFile,
int maxLogSize,
int maxLogFiles,
int bufferSize)
Create a new BinaryNFsWriterThread. |
FsWriterThread(IMonitoringController monitoringController,
BlockingQueue<IMonitoringRecord> writeQueue,
MappingFileWriter mappingFileWriter,
String path,
int maxEntriesInFile,
int maxLogSize,
int maxLogFiles,
boolean autoflush,
int bufferSize)
Create a new FsWriterThread. |