public interface IStoreWriterStats extends IStats
IStats.Counter, IStats.Gauge, IStats.Latencies, IStats.Series
Modifier and Type | Method and Description |
---|---|
int |
getDisruptorCapacity()
Get a writer's disruptor capacity (applicable only if operating in detached mode)
|
String |
getDisruptorClaimStrategy()
Get a writer's disruptor claim strategy (applicable only if operating in detached mode)
|
int |
getDisruptorRemaining()
Get a writer's disruptor remaining (applicable only if operating in detached mode)
|
String |
getDisruptorWaitStrategy()
Get a writer's disruptor wait strategy (applicable only if operating in detached mode)
|
long |
getNumCommits()
Get the number of commits performed by a writer
|
long |
getNumForks()
Get the number of forks performed by 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
|
IStats.Latencies |
getOfferToPollLatencies()
Get a writer's offer to poll latencies (applicable only if operating in detached mode).
|
boolean |
isDetached()
Is a writer operating in detached write mode?
|
close, get, getLogger, getName, getType, startPeriodicOutput, stopPeriodicOutput
long getNumPutsRecorded()
long getNumUpdatesRecorded()
long getNumRemovesRecorded()
long getNumSendsRecorded()
long getNumCommits()
long getNumForks()
boolean isDetached()
int getDisruptorCapacity()
int getDisruptorRemaining()
String getDisruptorClaimStrategy()
String getDisruptorWaitStrategy()
IStats.Latencies getOfferToPollLatencies()
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.