|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStoreWriterStats
Defines an ODS store journalling writer's statistics interface.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.neeve.stats.IStats |
---|
com.neeve.stats.IStats.Counter, com.neeve.stats.IStats.Gauge, com.neeve.stats.IStats.Latencies |
Method Summary | |
---|---|
long |
getNumCommits()
Get the number of commits performed on a writer |
long |
getNumPutsRecorded()
Get the number of puts recorded with a writer |
long |
getNumRemovesRecorded()
Get the number of removes recorded with a writer |
long |
getNumSendsRecorded()
Get the number of sends recorded with a writer |
long |
getNumUpdatesRecorded()
Get the number of updates recorded with a writer |
Methods inherited from interface com.neeve.stats.IStats |
---|
close, get, getLogger, getName, getType, startPeriodicOutput, stopPeriodicOutput |
Method Detail |
---|
long getNumPutsRecorded()
long getNumUpdatesRecorded()
long getNumRemovesRecorded()
long getNumSendsRecorded()
long getNumCommits()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |