|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStoreReplicatorStats
Defines an ODS store replicator'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 | |
---|---|
int |
getDetachedDispatchDisruptorCapacity()
Get a replicator's detached dispatch disruptor capacity (applicable only if operating in detached dispatch mode) |
String |
getDetachedDispatchDisruptorClaimStrategy()
Get a replicator's detached dispatch disruptor claim strategy (applicable only if operating in detached dispatch mode) |
int |
getDetachedDispatchDisruptorRemaining()
Get a replicator's detached dispatch disruptor remaining (applicable only if operating in detached dispatch mode) |
String |
getDetachedDispatchDisruptorWaitStrategy()
Get a replicator's detached dispatch disruptor wait strategy (applicable only if operating in detached dispatch mode) |
IStats.Latencies |
getDetachedDispatchOfferToPollLatencies()
Get a replicator's offer to poll latencies of the detached dispatch queue. |
int |
getDetachedSendDisruptorCapacity()
Get a replicator's detached send disruptor capacity (applicable only if operating in detached send mode) |
String |
getDetachedSendDisruptorClaimStrategy()
Get a replicator's detached send disruptor claim strategy (applicable only if operating in detached send mode) |
int |
getDetachedSendDisruptorRemaining()
Get a replicator's detached send disruptor remaining (applicable only if operating in detached send mode) |
String |
getDetachedSendDisruptorWaitStrategy()
Get a replicator's detached send disruptor wait strategy (applicable only if operating in detached send mode) |
IStats.Latencies |
getDetachedSendOfferToPollLatencies()
Get a replicator's offer to poll latencies of the detached send queue. |
long |
getNumCommitAcksReceived()
Get the number of commit acks received |
long |
getNumCommitAcksSent()
Get the number of commit acks sent |
long |
getNumCommitEntriesReceived()
Get the number of commit entries (packet) received |
long |
getNumCommitEntriesSent()
Get the number of commit entries (packet) sent |
long |
getNumCommitsReceived()
Get the number of full commits (transactions) received |
long |
getNumCommitsSent()
Get the number of full commits (transactions) sent |
boolean |
isDetachedDispatch()
Is a replicator operating in detached dispatch mode? |
boolean |
isDetachedSend()
Is a replicator operating in detached send mode? |
Methods inherited from interface com.neeve.stats.IStats |
---|
close, get, getLogger, getName, getType, startPeriodicOutput, stopPeriodicOutput |
Method Detail |
---|
long getNumCommitsReceived()
long getNumCommitEntriesReceived()
long getNumCommitsSent()
long getNumCommitEntriesSent()
long getNumCommitAcksReceived()
long getNumCommitAcksSent()
boolean isDetachedSend()
int getDetachedSendDisruptorCapacity()
int getDetachedSendDisruptorRemaining()
String getDetachedSendDisruptorClaimStrategy()
String getDetachedSendDisruptorWaitStrategy()
IStats.Latencies getDetachedSendOfferToPollLatencies()
boolean isDetachedDispatch()
int getDetachedDispatchDisruptorCapacity()
int getDetachedDispatchDisruptorRemaining()
String getDetachedDispatchDisruptorClaimStrategy()
String getDetachedDispatchDisruptorWaitStrategy()
IStats.Latencies getDetachedDispatchOfferToPollLatencies()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |