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