| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.state |
| 限定符和类型 | 方法和说明 |
|---|---|
Iterable<KeyGroupStatePartitionStreamProvider> |
StateInitializationContextImpl.getRawKeyedStateInputs() |
Iterable<KeyGroupStatePartitionStreamProvider> |
StateInitializationContext.getRawKeyedStateInputs()
Returns an iterable to obtain input streams for previously stored keyed state partitions that
are assigned to this operator.
|
| 构造器和说明 |
|---|
StateInitializationContextImpl(Long restoredCheckpointId,
org.apache.flink.api.common.state.OperatorStateStore operatorStateStore,
org.apache.flink.api.common.state.KeyedStateStore keyedStateStore,
Iterable<KeyGroupStatePartitionStreamProvider> rawKeyedStateInputs,
Iterable<StatePartitionStreamProvider> rawOperatorStateInputs) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.