Uses of Interface
org.apache.flink.streaming.api.operators.InternalTimer
-
-
Uses of InternalTimer in org.apache.flink.runtime.asyncprocessing.operators
Methods in org.apache.flink.runtime.asyncprocessing.operators with parameters of type InternalTimer Modifier and Type Method Description voidAsyncKeyedProcessOperator. onEventTime(InternalTimer<K,VoidNamespace> timer)voidAsyncKeyedProcessOperator. onProcessingTime(InternalTimer<K,VoidNamespace> timer) -
Uses of InternalTimer in org.apache.flink.runtime.asyncprocessing.operators.co
Methods in org.apache.flink.runtime.asyncprocessing.operators.co with parameters of type InternalTimer Modifier and Type Method Description voidAsyncIntervalJoinOperator. onEventTime(InternalTimer<K,String> timer)voidAsyncKeyedCoProcessOperator. onEventTime(InternalTimer<K,VoidNamespace> timer)voidAsyncIntervalJoinOperator. onProcessingTime(InternalTimer<K,String> timer)voidAsyncKeyedCoProcessOperator. 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 InternalTimer Modifier and Type Method Description voidAsyncEvictingWindowOperator. 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 InternalTimer Modifier and Type Class Description classTimerHeapInternalTimer<K,N>Implementation ofInternalTimerto use with aHeapPriorityQueueSet.Fields in org.apache.flink.streaming.api.operators with type parameters of type InternalTimer Modifier and Type Field Description static KeyExtractorFunction<InternalTimer<?,?>>InternalTimer. KEY_EXTRACTOR_FUNCTIONFunction to extract the key from aInternalTimer.static PriorityComparator<InternalTimer<?,?>>InternalTimer. TIMER_COMPARATORFunction to compare instances ofInternalTimer.Methods in org.apache.flink.streaming.api.operators with parameters of type InternalTimer Modifier and Type Method Description intTimerHeapInternalTimer. 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 InternalTimer Modifier and Type Method Description voidCoBroadcastWithKeyedOperator. 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 InternalTimer Modifier and Type Method Description voidEvictingWindowOperator. onEventTime(InternalTimer<K,W> timer)voidWindowOperator. onEventTime(InternalTimer<K,W> timer)voidEvictingWindowOperator. onProcessingTime(InternalTimer<K,W> timer)voidWindowOperator. onProcessingTime(InternalTimer<K,W> timer)
-