| 程序包 | 说明 |
|---|---|
| org.apache.flink.state.api | |
| org.apache.flink.state.api.output.operators |
| 限定符和类型 | 方法和说明 |
|---|---|
BootstrapTransformation<T> |
KeyedOperatorTransformation.transform(KeyedStateBootstrapFunction<K,T> processFunction)
Applies the given
KeyedStateBootstrapFunction on the keyed input. |
| 构造器和说明 |
|---|
KeyedStateBootstrapOperator(long timestamp,
org.apache.flink.core.fs.Path savepointPath,
KeyedStateBootstrapFunction<K,IN> function) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.