Uses of Class
org.apache.flink.streaming.api.operators.InternalTimeServiceManagerImpl
Packages that use InternalTimeServiceManagerImpl
-
Uses of InternalTimeServiceManagerImpl in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators that return InternalTimeServiceManagerImplModifier and TypeMethodDescriptionstatic <K> InternalTimeServiceManagerImpl<K>InternalTimeServiceManagerImpl.create(TaskIOMetricGroup taskIOMetricGroup, PriorityQueueSetFactory factory, KeyGroupRange keyGroupRange, ClassLoader userClassloader, KeyContext keyContext, ProcessingTimeService processingTimeService, Iterable<KeyGroupStatePartitionStreamProvider> rawKeyedStates, StreamTaskCancellationContext cancellationContext) A factory method for creating theInternalTimeServiceManagerImpl.Constructors in org.apache.flink.streaming.api.operators with parameters of type InternalTimeServiceManagerImplModifierConstructorDescriptionInternalTimerServiceSerializationProxy(InternalTimeServiceManagerImpl<K> timerServicesManager, int keyGroupIdx) Constructor to use when writing timer services.InternalTimerServiceSerializationProxy(InternalTimeServiceManagerImpl<K> timerServicesManager, ClassLoader userCodeClassLoader, int keyGroupIdx) Constructor to use when restoring timer services.