Uses of Interface
org.apache.flink.streaming.api.operators.InternalTimer
Packages that use InternalTimer
Package
Description
-
Uses of InternalTimer in org.apache.flink.runtime.asyncprocessing.operators
Methods in org.apache.flink.runtime.asyncprocessing.operators with parameters of type InternalTimerModifier and TypeMethodDescriptionvoidAsyncIntervalJoinOperator.onEventTime(InternalTimer<K, String> timer) voidAsyncKeyedProcessOperator.onEventTime(InternalTimer<K, VoidNamespace> timer) voidAsyncIntervalJoinOperator.onProcessingTime(InternalTimer<K, String> timer) voidAsyncKeyedProcessOperator.onProcessingTime(InternalTimer<K, VoidNamespace> timer) -
Uses of InternalTimer in org.apache.flink.runtime.asyncprocessing.operators.windowing
Methods in org.apache.flink.runtime.asyncprocessing.operators.windowing with parameters of type InternalTimerModifier and TypeMethodDescriptionvoidAsyncEvictingWindowOperator.onEventTime(InternalTimer<K, W> timer) voidAsyncWindowOperator.onEventTime(InternalTimer<K, W> timer) voidAsyncEvictingWindowOperator.onProcessingTime(InternalTimer<K, W> timer) voidAsyncWindowOperator.onProcessingTime(InternalTimer<K, W> timer) -
Uses of InternalTimer in org.apache.flink.streaming.api.operators
Classes in org.apache.flink.streaming.api.operators that implement InternalTimerModifier and TypeClassDescriptionfinal classImplementation ofInternalTimerto use with aHeapPriorityQueueSet.Fields in org.apache.flink.streaming.api.operators with type parameters of type InternalTimerModifier and TypeFieldDescriptionstatic final KeyExtractorFunction<InternalTimer<?,?>> InternalTimer.KEY_EXTRACTOR_FUNCTIONFunction to extract the key from aInternalTimer.static final PriorityComparator<InternalTimer<?,?>> InternalTimer.TIMER_COMPARATORFunction to compare instances ofInternalTimer.Methods in org.apache.flink.streaming.api.operators with parameters of type InternalTimerModifier and TypeMethodDescriptionintTimerHeapInternalTimer.comparePriorityTo(InternalTimer<?, ?> other) voidBatchGroupedReduceOperator.onEventTime(InternalTimer<KEY, VoidNamespace> timer) voidKeyedProcessOperator.onEventTime(InternalTimer<K, VoidNamespace> timer) voidLegacyKeyedProcessOperator.onEventTime(InternalTimer<K, VoidNamespace> timer) Deprecated.voidTriggerable.onEventTime(InternalTimer<K, N> timer) Invoked when an event-time timer fires.voidBatchGroupedReduceOperator.onProcessingTime(InternalTimer<KEY, VoidNamespace> timer) voidKeyedProcessOperator.onProcessingTime(InternalTimer<K, VoidNamespace> timer) voidLegacyKeyedProcessOperator.onProcessingTime(InternalTimer<K, VoidNamespace> timer) Deprecated.voidTriggerable.onProcessingTime(InternalTimer<K, N> timer) Invoked when a processing-time timer fires. -
Uses of InternalTimer in org.apache.flink.streaming.api.operators.co
Methods in org.apache.flink.streaming.api.operators.co with parameters of type InternalTimerModifier and TypeMethodDescriptionvoidCoBroadcastWithKeyedOperator.onEventTime(InternalTimer<KS, VoidNamespace> timer) voidIntervalJoinOperator.onEventTime(InternalTimer<K, String> timer) voidKeyedCoProcessOperator.onEventTime(InternalTimer<K, VoidNamespace> timer) voidLegacyKeyedCoProcessOperator.onEventTime(InternalTimer<K, VoidNamespace> timer) Deprecated.voidCoBroadcastWithKeyedOperator.onProcessingTime(InternalTimer<KS, VoidNamespace> timer) voidIntervalJoinOperator.onProcessingTime(InternalTimer<K, String> timer) voidKeyedCoProcessOperator.onProcessingTime(InternalTimer<K, VoidNamespace> timer) voidLegacyKeyedCoProcessOperator.onProcessingTime(InternalTimer<K, VoidNamespace> timer) Deprecated. -
Uses of InternalTimer in org.apache.flink.streaming.runtime.operators.windowing
Methods in org.apache.flink.streaming.runtime.operators.windowing with parameters of type InternalTimerModifier and TypeMethodDescriptionvoidEvictingWindowOperator.onEventTime(InternalTimer<K, W> timer) voidWindowOperator.onEventTime(InternalTimer<K, W> timer) voidEvictingWindowOperator.onProcessingTime(InternalTimer<K, W> timer) voidWindowOperator.onProcessingTime(InternalTimer<K, W> timer)