Class QueueLoadedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.broadleafcommerce.search.index.core.event.SearchIndexProcessEvent
com.broadleafcommerce.search.index.core.event.QueueLoadedEvent
All Implemented Interfaces:
IndexableTypeAware, Serializable

public class QueueLoadedEvent extends SearchIndexProcessEvent
Event to indicate that the ID queue has been loaded and there is no more data to load. See ReindexQueue
Author:
Kelly Tisdell (ktisdell)
See Also:
  • Constructor Details

    • QueueLoadedEvent

      public QueueLoadedEvent(com.broadleafcommerce.search.api.type.IndexableType type, long expectedIndexableItems)
    • QueueLoadedEvent

      public QueueLoadedEvent(Object source, com.broadleafcommerce.search.api.type.IndexableType type, long expectedIndexableItems)
  • Method Details

    • getExpectedIndexableItems

      public long getExpectedIndexableItems()
      The number of indexable items expected to be processed based on the loaded queue.
      Returns:
      number of indexable items expected to be processed