public interface IStorePersisterStats extends IStoreWriterStats
IStats.Counter, IStats.Gauge, IStats.Latencies, IStats.Series| Modifier and Type | Method and Description |
|---|---|
long |
getFileSize()
Get the log file size.
|
long |
getFileSizeUsed()
Get the log file's allocated size.
|
getDisruptorCapacity, getDisruptorClaimStrategy, getDisruptorRemaining, getDisruptorWaitStrategy, getNumCommits, getNumForks, getNumPutsRecorded, getNumRemovesRecorded, getNumSendsRecorded, getNumUpdatesRecorded, getOfferToPollLatencies, isDetachedclose, get, getLogger, getName, getType, startPeriodicOutput, stopPeriodicOutputlong getFileSize()
This method returns the amount of space used in the log file which may be less than the size on disk if the file has been preallocated to a larger size.
long getFileSizeUsed()
This method returns the actual size of the log file currently allocated.
This call differs from getFileSize() in that this value may be
greater if the log has been preallocated to a larger size.
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.