| 程序包 | 说明 |
|---|---|
| org.apache.flink.state.api |
| 限定符和类型 | 方法和说明 |
|---|---|
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)
已过时。
use
OperatorTransformation.bootstrapWith(DataStream) to bootstrap a savepoint using the data
stream api under batch execution. |
OneInputOperatorTransformation<T> |
OneInputOperatorTransformation.setMaxParallelism(int maxParallelism)
已过时。
Sets the maximum parallelism of this operator.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.