public interface IStorePersisterCompactionStartedEvent extends IStoreLifecycleEvent
A compaction completed event is dispatched by the persister when a compaction cycle begins for a persister.
Modifier and Type | Method and Description |
---|---|
long |
getInitialLogFileSize()
Gets the size of the log file at the start of compaction.
|
long |
getInitialLogSize()
Gets the size of the log at the start of compaction.
|
IStorePersister |
getPersister()
Gets the persister from which the event was emitted.
|
getSource
getBackingMessage, getEventTime, setBackingMessage
acquire, dispose, getAcknowledger, getAttachment, getDelay, getDispatchTime, getInstanceNumber, getRemainingTime, getScheduledTime, getType, isEndOfBatch, isHandled, owners, setAcknowledger, setAttachment, setDelay, setEndOfBatch, setHandled, setSource
referenceTracker
long getInitialLogSize()
long getInitialLogFileSize()
This value can be different than getInitialLogFileSize()
if the log file
is preallocated.
IStorePersister getPersister()
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.