| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.state |
| 限定符和类型 | 类和说明 |
|---|---|
class |
KeyGroupStatePartitionStreamProvider
This class provides access to an input stream that contains state data for one key group and the
key group id.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Iterable<StatePartitionStreamProvider> |
StateInitializationContextImpl.getRawOperatorStateInputs() |
Iterable<StatePartitionStreamProvider> |
StateInitializationContext.getRawOperatorStateInputs()
Returns an iterable to obtain input streams for previously stored operator 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.