Uses of Class
org.apache.flink.streaming.runtime.operators.windowing.TimestampedValue
-
Packages that use TimestampedValue Package Description org.apache.flink.streaming.api.windowing.evictors org.apache.flink.streaming.runtime.operators.windowing -
-
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 TimestampedValue Modifier and Type Method Description voidCountEvictor. 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 TimestampedValue Modifier and Type Method Description static <T> TimestampedValue<T>TimestampedValue. from(StreamRecord<T> streamRecord)Creates a TimestampedValue from givenStreamRecord.
-