|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStorePersisterStats
Defines an ODS store persister's statistics interface.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.neeve.stats.IStats |
---|
IStats.Counter, IStats.Gauge, IStats.Latencies, IStats.Series |
Method Summary | |
---|---|
long |
getFileSize()
Get the log file size. |
long |
getFileSizeUsed()
Get the log file's allocated size. |
Methods inherited from interface com.neeve.ods.IStoreWriterStats |
---|
getDisruptorCapacity, getDisruptorClaimStrategy, getDisruptorRemaining, getDisruptorWaitStrategy, getNumCommits, getNumForks, getNumPutsRecorded, getNumRemovesRecorded, getNumSendsRecorded, getNumUpdatesRecorded, getOfferToPollLatencies, isDetached |
Methods inherited from interface com.neeve.stats.IStats |
---|
close, get, getLogger, getName, getType, startPeriodicOutput, stopPeriodicOutput |
Method Detail |
---|
long 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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |