Class TimestampAssignerWrapper<T>

    • Constructor Detail

      • TimestampAssignerWrapper

        public TimestampAssignerWrapper​(org.apache.flink.streaming.api.functions.TimestampAssigner<T> assigner)
        Deprecated.
    • Method Detail

      • timestamp

        public long timestamp​(T element)
        Deprecated.
        Specified by:
        timestamp in interface Timestamper<T>