Uses of Class
org.apache.flink.runtime.state.ttl.AbstractTtlDecorator
-
Packages that use AbstractTtlDecorator Package Description org.apache.flink.runtime.state.ttl org.apache.flink.runtime.state.v2.ttl -
-
Uses of AbstractTtlDecorator in org.apache.flink.runtime.state.ttl
Subclasses of AbstractTtlDecorator in org.apache.flink.runtime.state.ttl Modifier and Type Class Description class
TtlReduceFunction<T>
This class wraps reducing function with TTL logic. -
Uses of AbstractTtlDecorator in org.apache.flink.runtime.state.v2.ttl
Subclasses of AbstractTtlDecorator in org.apache.flink.runtime.state.v2.ttl Modifier and Type Class Description class
TtlAggregateFunction<IN,ACC,OUT>
This class wraps aggregating function with TTL logic.
-