Interface TimestampExtractor<I>

  • All Superinterfaces:
    java.io.Serializable

    public interface TimestampExtractor<I>
    extends java.io.Serializable
    Interface to be implemented for extracting timestamp from a tuple.
    • Method Detail

      • extractTimestamp

        long extractTimestamp​(I input)
        Return the tuple timestamp indicating the time when the event happened.
        Parameters:
        input -
        Returns:
        the timestamp