Uses of Package
org.apache.flink.streaming.api.functions.windowing.delta
Packages that use org.apache.flink.streaming.api.functions.windowing.delta
Package
Description
-
Classes in org.apache.flink.streaming.api.functions.windowing.delta used by org.apache.flink.streaming.api.functions.windowing.deltaClassDescriptionThis interface allows the implementation of a function which calculates the delta between two data points.Extend this abstract class to implement a delta function which is aware of extracting the data on which the delta is calculated from a more complex data structure.
-
Classes in org.apache.flink.streaming.api.functions.windowing.delta used by org.apache.flink.streaming.api.windowing.evictorsClassDescriptionThis interface allows the implementation of a function which calculates the delta between two data points.
-
Classes in org.apache.flink.streaming.api.functions.windowing.delta used by org.apache.flink.streaming.api.windowing.triggersClassDescriptionThis interface allows the implementation of a function which calculates the delta between two data points.