Uses of Interface
org.apache.flink.streaming.api.operators.Triggerable
-
-
Uses of Triggerable in org.apache.flink.runtime.asyncprocessing.operators
Classes in org.apache.flink.runtime.asyncprocessing.operators that implement Triggerable Modifier and Type Class Description classAsyncKeyedProcessOperator<K,IN,OUT>AStreamOperatorfor executingKeyedProcessFunctionwith async state processing.Methods in org.apache.flink.runtime.asyncprocessing.operators with parameters of type Triggerable Modifier and Type Method Description <K,N>
InternalTimerService<N>AbstractAsyncKeyOrderedStreamOperator. getInternalTimerService(String name, org.apache.flink.api.common.typeutils.TypeSerializer<N> namespaceSerializer, Triggerable<K,N> triggerable)Returns aInternalTimerServicethat can be used to query current processing time and event time and to set timers.<K,N>
InternalTimerService<N>AbstractAsyncStateStreamOperatorV2. getInternalTimerService(String name, org.apache.flink.api.common.typeutils.TypeSerializer<N> namespaceSerializer, Triggerable<K,N> triggerable) -
Uses of Triggerable in org.apache.flink.runtime.asyncprocessing.operators.co
Classes in org.apache.flink.runtime.asyncprocessing.operators.co that implement Triggerable Modifier and Type Class Description classAsyncIntervalJoinOperator<K,T1,T2,OUT>Anoperatorto execute time-bounded stream inner joins.classAsyncKeyedCoProcessOperator<K,IN1,IN2,OUT>AStreamOperatorfor executing keyedKeyedCoProcessFunction.classAsyncKeyedCoProcessOperatorWithWatermarkDelay<K,IN1,IN2,OUT>AKeyedCoProcessOperatorthat supports holding back watermarks with a static delay. -
Uses of Triggerable in org.apache.flink.runtime.asyncprocessing.operators.windowing
Classes in org.apache.flink.runtime.asyncprocessing.operators.windowing that implement Triggerable Modifier and Type Class Description classAsyncEvictingWindowOperator<K,IN,OUT,W extends Window>AAsyncWindowOperatorthat also allows anEvictorto be used.classAsyncWindowOperator<K,IN,ACC,OUT,W extends Window>An operator that implements the logic for windowing based on aWindowAssignerandAsyncTrigger. -
Uses of Triggerable in org.apache.flink.streaming.api.operators
Classes in org.apache.flink.streaming.api.operators that implement Triggerable Modifier and Type Class Description classBatchGroupedReduceOperator<IN,KEY>AStreamOperatorfor executing aReduceFunctionon aKeyedStreamin aRuntimeExecutionMode.BATCHmode.classKeyedProcessOperator<K,IN,OUT>AStreamOperatorfor executingKeyedProcessFunctions.classLegacyKeyedProcessOperator<K,IN,OUT>Deprecated.Replaced byKeyedProcessOperatorwhich takesKeyedProcessFunctionFields in org.apache.flink.streaming.api.operators declared as Triggerable Modifier and Type Field Description protected Triggerable<K,N>InternalTimerServiceImpl. triggerTargetMethods in org.apache.flink.streaming.api.operators with parameters of type Triggerable Modifier and Type Method Description <K,N>
InternalTimerService<N>AbstractStreamOperator. getInternalTimerService(String name, org.apache.flink.api.common.typeutils.TypeSerializer<N> namespaceSerializer, Triggerable<K,N> triggerable)Returns aInternalTimerServicethat can be used to query current processing time and event time and to set timers.<K,N>
InternalTimerService<N>AbstractStreamOperatorV2. getInternalTimerService(String name, org.apache.flink.api.common.typeutils.TypeSerializer<N> namespaceSerializer, Triggerable<K,N> triggerable)Returns aInternalTimerServicethat can be used to query current processing time and event time and to set timers.<N> InternalTimerService<N>InternalTimeServiceManager. getInternalTimerService(String name, org.apache.flink.api.common.typeutils.TypeSerializer<K> keySerializer, org.apache.flink.api.common.typeutils.TypeSerializer<N> namespaceSerializer, Triggerable<K,N> triggerable)Creates anInternalTimerServicefor handling a group of timers identified by the givenname.<N> InternalTimerService<N>InternalTimeServiceManagerImpl. getInternalTimerService(String name, org.apache.flink.api.common.typeutils.TypeSerializer<K> keySerializer, org.apache.flink.api.common.typeutils.TypeSerializer<N> namespaceSerializer, Triggerable<K,N> triggerable)voidInternalTimerServiceImpl. startTimerService(org.apache.flink.api.common.typeutils.TypeSerializer<K> keySerializer, org.apache.flink.api.common.typeutils.TypeSerializer<N> namespaceSerializer, Triggerable<K,N> triggerTarget)Starts the localInternalTimerServiceImplby: Setting thekeySerializedandnamespaceSerializerfor the timers it will contain. -
Uses of Triggerable in org.apache.flink.streaming.api.operators.co
Classes in org.apache.flink.streaming.api.operators.co that implement Triggerable Modifier and Type Class Description classBatchCoBroadcastWithKeyedOperator<KS,IN1,IN2,OUT>ATwoInputStreamOperatorfor executingKeyedBroadcastProcessFunctionsinRuntimeExecutionMode.BATCHexecution mode.classCoBroadcastWithKeyedOperator<KS,IN1,IN2,OUT>ATwoInputStreamOperatorfor executingKeyedBroadcastProcessFunctions.classIntervalJoinOperator<K,T1,T2,OUT>Anoperatorto execute time-bounded stream inner joins.classKeyedCoProcessOperator<K,IN1,IN2,OUT>AStreamOperatorfor executing keyedKeyedCoProcessFunction.classLegacyKeyedCoProcessOperator<K,IN1,IN2,OUT>Deprecated.Replaced byKeyedCoProcessOperatorwhich takesKeyedCoProcessFunction -
Uses of Triggerable in org.apache.flink.streaming.api.operators.sorted.state
Methods in org.apache.flink.streaming.api.operators.sorted.state with parameters of type Triggerable Modifier and Type Method Description <N> InternalTimerService<N>BatchExecutionInternalTimeServiceManager. getInternalTimerService(String name, org.apache.flink.api.common.typeutils.TypeSerializer<K> keySerializer, org.apache.flink.api.common.typeutils.TypeSerializer<N> namespaceSerializer, Triggerable<K,N> triggerable) -
Uses of Triggerable in org.apache.flink.streaming.runtime.operators.windowing
Classes in org.apache.flink.streaming.runtime.operators.windowing that implement Triggerable Modifier and Type Class Description classEvictingWindowOperator<K,IN,OUT,W extends Window>AWindowOperatorthat also allows anEvictorto be used.classWindowOperator<K,IN,ACC,OUT,W extends Window>An operator that implements the logic for windowing based on aWindowAssignerandTrigger.
-