| 程序包 | 说明 |
|---|---|
| org.apache.flink.state.api.input | |
| org.apache.flink.state.api.input.operator |
| 构造器和说明 |
|---|
KeyedStateInputFormat(org.apache.flink.runtime.checkpoint.OperatorState operatorState,
org.apache.flink.runtime.state.StateBackend stateBackend,
StateReaderOperator<?,K,N,OUT> operator)
Creates an input format for reading partitioned state from an operator in a savepoint.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
KeyedStateReaderOperator<KEY,OUT>
A
StateReaderOperator for executing a KeyedStateReaderFunction. |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.