| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.operators |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Optional<InternalTimeServiceManager<?>> |
AbstractStreamOperator.getTimeServiceManager() |
protected Optional<InternalTimeServiceManager<?>> |
AbstractStreamOperatorV2.getTimeServiceManager() |
| 限定符和类型 | 方法和说明 |
|---|---|
OperatorSnapshotFutures |
StreamOperatorStateHandler.snapshotState(StreamOperatorStateHandler.CheckpointedStreamOperator streamOperator,
Optional<InternalTimeServiceManager<?>> timeServiceManager,
String operatorName,
long checkpointId,
long timestamp,
org.apache.flink.runtime.checkpoint.CheckpointOptions checkpointOptions,
org.apache.flink.runtime.state.CheckpointStreamFactory factory) |
| 构造器和说明 |
|---|
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.