Uses of Interface
org.apache.flink.streaming.api.operators.InternalTimeServiceManager
-
-
Uses of InternalTimeServiceManager in org.apache.flink.streaming.api.operators
Classes in org.apache.flink.streaming.api.operators that implement InternalTimeServiceManager Modifier and Type Class Description classInternalTimeServiceManagerImpl<K>An entity keeping all the time-related services.Fields in org.apache.flink.streaming.api.operators declared as InternalTimeServiceManager Modifier and Type Field Description protected InternalTimeServiceManager<?>AbstractStreamOperator. timeServiceManagerprotected InternalTimeServiceManager<?>AbstractStreamOperatorV2. timeServiceManagerMethods in org.apache.flink.streaming.api.operators that return InternalTimeServiceManager Modifier and Type Method Description InternalTimeServiceManager<?>StreamOperatorStateContext. 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)InternalTimeServiceManager<?>StreamOperatorStateHandler. getAsyncInternalTimerServiceManager()InternalTimeServiceManager<?>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 InternalTimeServiceManager Modifier and Type Method Description protected Optional<InternalTimeServiceManager<?>>AbstractStreamOperator. getTimeServiceManager()protected Optional<InternalTimeServiceManager<?>>AbstractStreamOperatorV2. getTimeServiceManager()Method parameters in org.apache.flink.streaming.api.operators with type arguments of type InternalTimeServiceManager Modifier and Type Method Description OperatorSnapshotFuturesStreamOperatorStateHandler. 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 InternalTimeServiceManager Constructor Description MailboxWatermarkProcessor(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 InternalTimeServiceManager Modifier and Type Class Description classBatchExecutionInternalTimeServiceManager<K>An 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 InternalTimeServiceManager Modifier and Type Method Description static <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 InternalTimeServiceManager Constructor Description EventTimeWatermarkHandler(int numOfInput, Output<?> output, InternalTimeServiceManager<?> timeServiceManager)
-