com.neeve.ods
Interface IStoreWriterStats

All Superinterfaces:
com.neeve.stats.IStats
All Known Subinterfaces:
IRogLogStats, IStoreJournallingWriterStats, IStorePersisterStats, IStoreSenderStats

public interface IStoreWriterStats
extends com.neeve.stats.IStats

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

getNumPutsRecorded

long getNumPutsRecorded()
Get the number of puts recorded with a writer


getNumUpdatesRecorded

long getNumUpdatesRecorded()
Get the number of updates recorded with a writer


getNumRemovesRecorded

long getNumRemovesRecorded()
Get the number of removes recorded with a writer


getNumSendsRecorded

long getNumSendsRecorded()
Get the number of sends recorded with a writer


getNumCommits

long getNumCommits()
Get the number of commits performed on a writer



Copyright © 2015 Neeve Research, LLC. All Rights Reserved.