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:
    Serialized Form
    • Constructor Detail

      • EndAggMarkEvent

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

      • 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