Class EdgeIndexQueueFlushCompleteEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.confluence.event.events.ConfluenceEvent
com.atlassian.confluence.event.events.search.EdgeIndexQueueFlushCompleteEvent
All Implemented Interfaces:
Serializable

public class EdgeIndexQueueFlushCompleteEvent extends ConfluenceEvent
An event to indicate that a flush of the edge index queue has completed with at least 1 item in the queue.
See Also:
  • Constructor Details

    • EdgeIndexQueueFlushCompleteEvent

      public EdgeIndexQueueFlushCompleteEvent(Object src, FlushStatistics flushStatistics)
  • Method Details