Uses of Class
org.apache.flink.streaming.api.operators.InternalTimeServiceManagerImpl
-
Packages that use InternalTimeServiceManagerImpl Package Description org.apache.flink.streaming.api.operators -
-
Uses of InternalTimeServiceManagerImpl in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators that return InternalTimeServiceManagerImpl Modifier and Type Method Description static <K> InternalTimeServiceManagerImpl<K>InternalTimeServiceManagerImpl. create(TaskIOMetricGroup taskIOMetricGroup, CheckpointableKeyedStateBackend<K> keyedStateBackend, 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 InternalTimeServiceManagerImpl Constructor Description InternalTimerServiceSerializationProxy(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.
-