Uses of Class
org.apache.flink.streaming.runtime.operators.windowing.TimestampedValue
Packages that use TimestampedValue
Package
Description
-
Uses of TimestampedValue in org.apache.flink.streaming.api.windowing.evictors
Method parameters in org.apache.flink.streaming.api.windowing.evictors with type arguments of type TimestampedValueModifier and TypeMethodDescriptionvoidCountEvictor.evictAfter(Iterable<TimestampedValue<Object>> elements, int size, W window, Evictor.EvictorContext ctx) voidEvictor.evictAfter(Iterable<TimestampedValue<T>> elements, int size, W window, Evictor.EvictorContext evictorContext) Optionally evicts elements.voidCountEvictor.evictBefore(Iterable<TimestampedValue<Object>> elements, int size, W window, Evictor.EvictorContext ctx) voidEvictor.evictBefore(Iterable<TimestampedValue<T>> elements, int size, W window, Evictor.EvictorContext evictorContext) Optionally evicts elements. -
Uses of TimestampedValue in org.apache.flink.streaming.runtime.operators.windowing
Methods in org.apache.flink.streaming.runtime.operators.windowing that return TimestampedValueModifier and TypeMethodDescriptionstatic <T> TimestampedValue<T>TimestampedValue.from(StreamRecord<T> streamRecord) Creates a TimestampedValue from givenStreamRecord.