Class TupleAddedEvent

    • Constructor Detail

      • TupleAddedEvent

        public TupleAddedEvent​(Object source,
                               Long key,
                               Tuple tuple)
        Deprecated.
        Parameters:
        source - the source of the event
        key - the key of the tuple
        tuple - the tuple
      • TupleAddedEvent

        public TupleAddedEvent​(Object source,
                               Long oldKey,
                               Tuple tuple,
                               Tuple keyData,
                               List<TupleFieldComparator> fieldComparators)
        Parameters:
        source - the source of the event
        oldKey - the key of the tuple
        tuple - the tuple
        keyData - The data for the full key. May be null only if oldKey is not 0.
        fieldComparators - The pre-built set of comparators for comparing complex keys. May be null only if oldKey is not 0.
    • Method Detail