Class InputModificationCountProvider

    • Constructor Detail

      • InputModificationCountProvider

        public InputModificationCountProvider​(RecordInput input)
        Creates a change sequence based on the specified input port. As the port advances, the sequence number changes.
        Parameters:
        input - the port used as the basis of the change sequence
    • Method Detail

      • getModificationCount

        public long getModificationCount()
        Description copied from interface: ModificationCountProvider
        Gets the current change number. This value is monotonically increasing; a change in value indicates a change to the data structure associated with the provider.
        Specified by:
        getModificationCount in interface ModificationCountProvider
        Returns:
        the current sequence number