| Package | Description |
|---|---|
| org.apache.flink.state.api | |
| org.apache.flink.state.api.output.operators |
| Modifier and Type | Method and Description |
|---|---|
BootstrapTransformation<T> |
OneInputOperatorTransformation.transform(StateBootstrapFunction<T> processFunction)
Applies the given
StateBootstrapFunction on the non-keyed input. |
| Constructor and Description |
|---|
StateBootstrapOperator(long timestamp,
org.apache.flink.core.fs.Path savepointPath,
StateBootstrapFunction<IN> function) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.