@FunctionalInterface public static interface InternalTimeServiceManager.Provider extends Serializable
InternalTimeServiceManager. Allows
substituting the manager that will be used at the runtime.| Modifier and Type | Method and Description |
|---|---|
<K> InternalTimeServiceManager<K> |
create(org.apache.flink.runtime.state.CheckpointableKeyedStateBackend<K> keyedStatedBackend,
ClassLoader userClassloader,
KeyContext keyContext,
ProcessingTimeService processingTimeService,
Iterable<org.apache.flink.runtime.state.KeyGroupStatePartitionStreamProvider> rawKeyedStates) |
<K> InternalTimeServiceManager<K> create(org.apache.flink.runtime.state.CheckpointableKeyedStateBackend<K> keyedStatedBackend, ClassLoader userClassloader, KeyContext keyContext, ProcessingTimeService processingTimeService, Iterable<org.apache.flink.runtime.state.KeyGroupStatePartitionStreamProvider> rawKeyedStates) throws Exception
ExceptionCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.