Package org.apache.flink.streaming.runtime.operators.windowing


package org.apache.flink.streaming.runtime.operators.windowing
This package contains the operators that implement the various window operations on data streams.
  • Class
    Description
    KeyMap<K,V>
    A special Hash Map implementation that can be traversed efficiently in sync with other hash maps.
    An entry in the hash table.
    A factory for lazy/on-demand instantiation of values.
    A visitor for a traversal over the union of multiple hash maps.