Versions Compared

Key

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

...

  • Users currently using TimeEvictor will have to refactor the code to use ProcessingTimeEvictor.
  • Users currently using DeltaEvictor will have to be aware that the new implementation will apply the delta function to all the elements in the window(not till it finds the first element in the pane)
  • Users who have currently implemented CustomEvictor will have to adopt to the new interface of the Evictor.
  • CountEvictor will behave the same even after these changes.
  • By default all Evictors will evict before the WindowFunction, which matches the existing behavior.