| Package | Description |
|---|---|
| org.apache.flink.runtime.state |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyGroupStatePartitionStreamProvider
This class provides access to an input stream that contains state data for one key group and the
key group id.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<StatePartitionStreamProvider> |
StateInitializationContext.getRawOperatorStateInputs()
Returns an iterable to obtain input streams for previously stored operator state partitions
that are assigned to this operator.
|
Iterable<StatePartitionStreamProvider> |
StateInitializationContextImpl.getRawOperatorStateInputs() |
| Constructor and Description |
|---|
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–2025 The Apache Software Foundation. All rights reserved.