Class IndexQueueFlushCompleteEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- com.atlassian.event.Event
-
- com.atlassian.confluence.event.events.ConfluenceEvent
-
- com.atlassian.confluence.event.events.search.IndexQueueFlushCompleteEvent
-
- All Implemented Interfaces:
Serializable
public class IndexQueueFlushCompleteEvent extends ConfluenceEvent
An event to indicate that a flush of the index queue has completed with at least 1 item in the queue.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description IndexQueueFlushCompleteEvent(Object src, FlushStatistics flushStatistics)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlushStatistics
getFlushStatistics()
-
Methods inherited from class com.atlassian.confluence.event.events.ConfluenceEvent
equals, hashCode
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
IndexQueueFlushCompleteEvent
public IndexQueueFlushCompleteEvent(Object src, FlushStatistics flushStatistics)
-
-
Method Detail
-
getFlushStatistics
public FlushStatistics getFlushStatistics()
-
-