IStats.Counter, IStats.Gauge, IStats.Latencies, IStats.Series
Modifier and Type | Method and Description |
---|---|
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?
|
close, get, getLogger, getName, getType, startPeriodicOutput, stopPeriodicOutput
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()
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.