| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.operators |
| 限定符和类型 | 字段和说明 |
|---|---|
protected InternalTimeServiceManager<?> |
AbstractStreamOperator.timeServiceManager |
| 限定符和类型 | 方法和说明 |
|---|---|
InternalTimeServiceManager<?> |
StreamOperatorStateContext.internalTimerServiceManager()
Returns the internal timer service manager for the stream operator.
|
protected <K> InternalTimeServiceManager<K> |
StreamTaskStateInitializerImpl.internalTimeServiceManager(org.apache.flink.runtime.state.AbstractKeyedStateBackend<K> keyedStatedBackend,
KeyContext keyContext,
ProcessingTimeService processingTimeService,
Iterable<org.apache.flink.runtime.state.KeyGroupStatePartitionStreamProvider> rawKeyedStates) |
| 构造器和说明 |
|---|
InternalTimerServiceSerializationProxy(InternalTimeServiceManager<K> timerServicesManager,
ClassLoader userCodeClassLoader,
int keyGroupIdx)
Constructor to use when restoring timer services.
|
InternalTimerServiceSerializationProxy(InternalTimeServiceManager<K> timerServicesManager,
int keyGroupIdx)
Constructor to use when writing timer services.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.