Class EntryLogCompactor

java.lang.Object
org.apache.bookkeeper.bookie.AbstractLogCompactor
org.apache.bookkeeper.bookie.EntryLogCompactor

public class EntryLogCompactor extends AbstractLogCompactor
This is the basic entry log compactor to compact entry logs. The compaction is done by scanning the old entry log file, copy the active ledgers to the current entry logger and remove the old entry log when the scan is over.