public class MessageDataStore extends Object
| Constructor and Description |
|---|
MessageDataStore() |
| Modifier and Type | Method and Description |
|---|---|
StatisticsReportingEventHolder |
dequeue()
Removes and return StatisticReportingLog from the queue
|
void |
enqueue(StatisticsReportingEventHolder statisticsReportingEventHolder)
Add StatisticsReportingEventHolder instance to the queue
|
public void enqueue(StatisticsReportingEventHolder statisticsReportingEventHolder)
statisticsReportingEventHolder - StatisticReportingLog to be stored in the queuepublic StatisticsReportingEventHolder dequeue() throws Exception
ExceptionCopyright © 2005–2024 Apache Software Foundation. All rights reserved.