| Package | Description |
|---|---|
| org.apache.flink.runtime.state |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
StateInitializationContextImpl(boolean restored,
org.apache.flink.api.common.state.OperatorStateStore operatorStateStore,
org.apache.flink.api.common.state.KeyedStateStore keyedStateStore,
Iterable<KeyGroupStatePartitionStreamProvider> rawKeyedStateInputs,
Iterable<StatePartitionStreamProvider> rawOperatorStateInputs) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.