@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(TaskIOMetricGroup taskIOMetricGroup,
CheckpointableKeyedStateBackend<K> keyedStatedBackend,
ClassLoader userClassloader,
KeyContext keyContext,
ProcessingTimeService processingTimeService,
Iterable<KeyGroupStatePartitionStreamProvider> rawKeyedStates,
StreamTaskCancellationContext cancellationContext) |
<K> InternalTimeServiceManager<K> create(TaskIOMetricGroup taskIOMetricGroup, CheckpointableKeyedStateBackend<K> keyedStatedBackend, ClassLoader userClassloader, KeyContext keyContext, ProcessingTimeService processingTimeService, Iterable<KeyGroupStatePartitionStreamProvider> rawKeyedStates, StreamTaskCancellationContext cancellationContext) throws Exception
Exception
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.