Class TargetedDataFileAppender

java.lang.Object
org.apache.activemq.store.kahadb.disk.journal.TargetedDataFileAppender
All Implemented Interfaces:
AutoCloseable, FileAppender

public class TargetedDataFileAppender extends Object implements FileAppender
File Appender instance that performs batched writes in the thread where the write is queued. This appender does not honor the maxFileLength value in the journal as the files created here are out-of-band logs used for other purposes such as journal level compaction.