com.neeve.aep
Interface IAepEngineStats.IMessageTypeStats

Enclosing interface:
IAepEngineStats

public static interface IAepEngineStats.IMessageTypeStats

Exports message type specific statistics


Method Summary
 String getMessageTypeName()
          Get the name of the message type that this interface exports stats for.
 long getNumDupMsgsRcvd()
          Get the number of duplicate messages received.
 long getNumMsgsRcvdBestEffort()
          Get the number of best-effort messages received.
 long getNumMsgsRcvdGuaranteed()
          Get the number of guaranteed messages received.
 long getNumMsgsResent()
          Get the number of messages resent.
 long getNumMsgsSentBestEffort()
          Get the number of best-effort messages sent.
 long getNumMsgsSentGuaranteed()
          Get the number of guaranteed messages sent.
 long getNumMsgsSourced()
          Get the number of messages sourced.
 

Method Detail

getMessageTypeName

String getMessageTypeName()
Get the name of the message type that this interface exports stats for.


getNumMsgsRcvdBestEffort

long getNumMsgsRcvdBestEffort()
Get the number of best-effort messages received.


getNumMsgsRcvdGuaranteed

long getNumMsgsRcvdGuaranteed()
Get the number of guaranteed messages received.


getNumMsgsSourced

long getNumMsgsSourced()
Get the number of messages sourced.

Sourced messages apply only to event sourcing. This counter includes messages replicated to the backup, initialized from the event log at the primary or initialized from the primary at the backup.


getNumDupMsgsRcvd

long getNumDupMsgsRcvd()
Get the number of duplicate messages received.


getNumMsgsSentBestEffort

long getNumMsgsSentBestEffort()
Get the number of best-effort messages sent.


getNumMsgsSentGuaranteed

long getNumMsgsSentGuaranteed()
Get the number of guaranteed messages sent.


getNumMsgsResent

long getNumMsgsResent()
Get the number of messages resent.



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