Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
For OAK-2596 I would like to add the following methods to EventListenerMBean:
/** * {@link org.apache.jackrabbit.api.stats.TimeSeries time series} of * the number of items related to generating observation events that * are currently queued by the system. The exact nature of these items * is implementation specific and might not be in a one to one relation * with the number of pending JCR events. * @return time series of the queue length */ CompositeData getQueueLength(); /** * @return time series of the number of JCR events */ CompositeData getEventCount(); /** * @return time series of the time it took an event listener to process * JCR events. */ CompositeData getEventConsumerTime(); /** * @return time series of the time it took the system to produce JCR events. */ CompositeData getEventProducerTime();
cc egli