| Package | Description |
|---|---|
| org.apache.flink.streaming.api.graph |
| Modifier and Type | Method and Description |
|---|---|
StreamGraphGenerator |
StreamGraphGenerator.setChaining(boolean chaining) |
StreamGraphGenerator |
StreamGraphGenerator.setDefaultBufferTimeout(long defaultBufferTimeout) |
StreamGraphGenerator |
StreamGraphGenerator.setJobName(String jobName) |
StreamGraphGenerator |
StreamGraphGenerator.setRuntimeExecutionMode(org.apache.flink.api.common.RuntimeExecutionMode runtimeExecutionMode) |
StreamGraphGenerator |
StreamGraphGenerator.setSavepointDir(org.apache.flink.core.fs.Path savepointDir) |
StreamGraphGenerator |
StreamGraphGenerator.setSlotSharingGroupResource(Map<String,org.apache.flink.runtime.clusterframework.types.ResourceProfile> slotSharingGroupResources)
Specify fine-grained resource requirements for slot sharing groups.
|
StreamGraphGenerator |
StreamGraphGenerator.setStateBackend(org.apache.flink.runtime.state.StateBackend stateBackend) |
StreamGraphGenerator |
StreamGraphGenerator.setTimeCharacteristic(TimeCharacteristic timeCharacteristic) |
StreamGraphGenerator |
StreamGraphGenerator.setUserArtifacts(Collection<org.apache.flink.api.java.tuple.Tuple2<String,org.apache.flink.api.common.cache.DistributedCache.DistributedCacheEntry>> userArtifacts) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.