Class WindowAssigner<T,​W extends Window>

    • Constructor Detail

      • WindowAssigner

        public WindowAssigner()
    • Method Detail

      • getWindowSerializer

        public abstract org.apache.flink.api.common.typeutils.TypeSerializer<W> getWindowSerializer​(org.apache.flink.api.common.ExecutionConfig executionConfig)
        Returns a TypeSerializer for serializing windows that are assigned by this WindowAssigner.
      • isEventTime

        public abstract boolean isEventTime()
        Returns true if elements are assigned to windows based on event time, false otherwise.