public class ProcessConfigureHandle<T,S extends org.apache.flink.datastream.api.stream.ProcessConfigurable<S>> extends Object implements org.apache.flink.datastream.api.stream.ProcessConfigurable<S>
| Modifier and Type | Field and Description |
|---|---|
protected ExecutionEnvironmentImpl |
environment |
protected org.apache.flink.api.dag.Transformation<T> |
transformation |
| Constructor and Description |
|---|
ProcessConfigureHandle(ExecutionEnvironmentImpl environment,
org.apache.flink.api.dag.Transformation<T> transformation) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canBeParallel() |
S |
withMaxParallelism(int maxParallelism) |
S |
withName(String name) |
S |
withParallelism(int parallelism) |
S |
withSlotSharingGroup(org.apache.flink.api.common.SlotSharingGroup ssg) |
S |
withUid(String uid) |
protected final ExecutionEnvironmentImpl environment
protected final org.apache.flink.api.dag.Transformation<T> transformation
public ProcessConfigureHandle(ExecutionEnvironmentImpl environment, org.apache.flink.api.dag.Transformation<T> transformation)
public S withParallelism(int parallelism)
public S withMaxParallelism(int maxParallelism)
public S withSlotSharingGroup(org.apache.flink.api.common.SlotSharingGroup ssg)
protected boolean canBeParallel()
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.