Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

KeyedStream is a keyed DataStream and KeyedStream should only support keyed full window processing. Therefore, we will override the fullWindowPartition() method in the KeyedStream class and apply keyed full window processing in it.

...