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