Class EndAggMarkEvent

All Implemented Interfaces:
Serializable

public final class EndAggMarkEvent extends AbstractQueryEvent
The event dispatched when the aggregate result set sent since the last BeginAggMarkEvent is consistent and will not change again until the next BeginAggMarkEvent.
Since:
7.7.4
See Also:
  • Constructor Details

    • EndAggMarkEvent

      public EndAggMarkEvent(Object source, Long generation)
      Parameters:
      source - the source of the event
  • Method Details

    • getGeneration

      public Long getGeneration()
      Get the generation number for the just completed generation of aggregate results.
      Returns:
      a Long which is a monotonically increasing generation number
    • dispatch

      public void dispatch(QueryListener listener)
      Dispatches this event to the listener
      Specified by:
      dispatch in class AbstractQueryEvent
      Parameters:
      listener - the query listener