public class StatisticsReportingEventHolder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
StatisticsReportingCountHolder |
countHolder
Count holder which keeps stat count and callback counts.
|
Constructor and Description |
---|
StatisticsReportingEventHolder() |
Modifier and Type | Method and Description |
---|---|
void |
addEvent(StatisticsReportingEvent event) |
StatisticsReportingEvent |
deQueueEvent() |
java.util.List<StatisticsReportingEvent> |
getEventList() |
int |
getQueueSize() |
boolean |
isEvenCollectionFinished() |
boolean |
isMessageFlowError() |
boolean |
isPublishMediationFlowStatistics() |
void |
setEvenCollectionFinished(boolean evenCollectionFinished) |
void |
setMessageFlowError(boolean messageFlowError) |
void |
setPublishMediationFlowStatistics(boolean publishMediationFlowStatistics) |
public StatisticsReportingCountHolder countHolder
public void addEvent(StatisticsReportingEvent event)
public StatisticsReportingEvent deQueueEvent()
public java.util.List<StatisticsReportingEvent> getEventList()
public int getQueueSize()
public boolean isEvenCollectionFinished()
public void setEvenCollectionFinished(boolean evenCollectionFinished)
public boolean isMessageFlowError()
public void setMessageFlowError(boolean messageFlowError)
public void setPublishMediationFlowStatistics(boolean publishMediationFlowStatistics)
public boolean isPublishMediationFlowStatistics()
Copyright © 2005-2022 Apache Software Foundation. All Rights Reserved.