|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
String getMessageTypeName()
long getNumMsgsRcvdBestEffort()
long getNumMsgsRcvdGuaranteed()
long getNumMsgsSourced()
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.
long getNumDupMsgsRcvd()
long getNumMsgsSentBestEffort()
long getNumMsgsSentGuaranteed()
long getNumMsgsResent()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |