Uses of Package
org.apache.flink.streaming.api.functions.windowing.delta
-
Classes in org.apache.flink.streaming.api.functions.windowing.delta used by org.apache.flink.streaming.api.functions.windowing.delta Class Description DeltaFunction This interface allows the implementation of a function which calculates the delta between two data points.ExtractionAwareDeltaFunction 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.evictors Class Description DeltaFunction This 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.triggers Class Description DeltaFunction This interface allows the implementation of a function which calculates the delta between two data points.