| Package | Description |
|---|---|
| org.apache.flink.state.api |
| Modifier and Type | Method and Description |
|---|---|
static <T> OneInputStateTransformation<T> |
OperatorTransformation.bootstrapWith(org.apache.flink.streaming.api.datastream.DataStream<T> stream)
Create a new
OneInputStateTransformation from a DataStream. |
OneInputStateTransformation<T> |
OneInputStateTransformation.setMaxParallelism(int maxParallelism)
Sets the maximum parallelism of this operator.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.