| Package | Description |
|---|---|
| org.apache.flink.state.api |
| Modifier and Type | Method and Description |
|---|---|
OneInputOperatorTransformation<T> |
OneInputOperatorTransformation.assignTimestamps(org.apache.flink.streaming.api.functions.TimestampAssigner<T> assigner)
Assigns an event time timestamp to each record.
|
OneInputOperatorTransformation<T> |
OneInputOperatorTransformation.assignTimestamps(Timestamper<T> timestamper)
Assigns an event time timestamp to each record.
|
static <T> OneInputOperatorTransformation<T> |
OperatorTransformation.bootstrapWith(org.apache.flink.api.java.DataSet<T> dataSet)
Create a new
OperatorTransformation from a DataSet. |
OneInputOperatorTransformation<T> |
OneInputOperatorTransformation.setMaxParallelism(int maxParallelism)
Sets the maximum parallelism of this operator.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.