Uses of Interface
org.apache.flink.streaming.api.operators.InternalTimeServiceManager
Packages that use InternalTimeServiceManager
Package
Description
-
Uses of InternalTimeServiceManager in org.apache.flink.streaming.api.operators
Classes in org.apache.flink.streaming.api.operators that implement InternalTimeServiceManagerModifier and TypeClassDescriptionclassAn entity keeping all the time-related services.Fields in org.apache.flink.streaming.api.operators declared as InternalTimeServiceManagerModifier and TypeFieldDescriptionprotected InternalTimeServiceManager<?>AbstractStreamOperator.timeServiceManagerprotected InternalTimeServiceManager<?>AbstractStreamOperatorV2.timeServiceManagerMethods in org.apache.flink.streaming.api.operators that return InternalTimeServiceManagerModifier and TypeMethodDescriptionStreamOperatorStateContext.asyncInternalTimerServiceManager()Returns the internal timer service manager create by async state backend for the stream operator.<K> InternalTimeServiceManager<K>InternalTimeServiceManager.Provider.create(TaskIOMetricGroup taskIOMetricGroup, PriorityQueueSetFactory factory, KeyGroupRange keyGroupRange, ClassLoader userClassloader, KeyContext keyContext, ProcessingTimeService processingTimeService, Iterable<KeyGroupStatePartitionStreamProvider> rawKeyedStates, StreamTaskCancellationContext cancellationContext) StreamOperatorStateHandler.getAsyncInternalTimerServiceManager()StreamOperatorStateContext.internalTimerServiceManager()Returns the internal timer service manager for the stream operator.Methods in org.apache.flink.streaming.api.operators that return types with arguments of type InternalTimeServiceManagerModifier and TypeMethodDescriptionprotected Optional<InternalTimeServiceManager<?>>AbstractStreamOperator.getTimeServiceManager()protected Optional<InternalTimeServiceManager<?>>AbstractStreamOperatorV2.getTimeServiceManager()Method parameters in org.apache.flink.streaming.api.operators with type arguments of type InternalTimeServiceManagerModifier and TypeMethodDescriptionStreamOperatorStateHandler.snapshotState(StreamOperatorStateHandler.CheckpointedStreamOperator streamOperator, Optional<InternalTimeServiceManager<?>> timeServiceManager, String operatorName, long checkpointId, long timestamp, CheckpointOptions checkpointOptions, CheckpointStreamFactory factory, boolean isUsingCustomRawKeyedState, boolean useAsyncState) Constructors in org.apache.flink.streaming.api.operators with parameters of type InternalTimeServiceManagerModifierConstructorDescriptionMailboxWatermarkProcessor(Output<StreamRecord<OUT>> output, org.apache.flink.api.common.operators.MailboxExecutor mailboxExecutor, InternalTimeServiceManager<?> internalTimeServiceManager) -
Uses of InternalTimeServiceManager in org.apache.flink.streaming.api.operators.sorted.state
Classes in org.apache.flink.streaming.api.operators.sorted.state that implement InternalTimeServiceManagerModifier and TypeClassDescriptionclassAn implementation of aInternalTimeServiceManagerthat manages timers with a single active key at a time.Methods in org.apache.flink.streaming.api.operators.sorted.state that return InternalTimeServiceManagerModifier and TypeMethodDescriptionstatic <K> InternalTimeServiceManager<K>BatchExecutionInternalTimeServiceManager.create(TaskIOMetricGroup taskIOMetricGroup, PriorityQueueSetFactory factory, KeyGroupRange keyGroupRange, ClassLoader userClassloader, KeyContext keyContext, ProcessingTimeService processingTimeService, Iterable<KeyGroupStatePartitionStreamProvider> rawKeyedStates, StreamTaskCancellationContext cancellationContext) -
Uses of InternalTimeServiceManager in org.apache.flink.streaming.runtime.watermark.extension.eventtime
Constructors in org.apache.flink.streaming.runtime.watermark.extension.eventtime with parameters of type InternalTimeServiceManagerModifierConstructorDescriptionEventTimeWatermarkHandler(int numOfInput, Output<?> output, InternalTimeServiceManager<?> timeServiceManager)