Uses of Class
org.apache.flink.streaming.api.graph.StreamGraphGenerator
-
Packages that use StreamGraphGenerator Package Description org.apache.flink.streaming.api.graph -
-
Uses of StreamGraphGenerator in org.apache.flink.streaming.api.graph
Methods in org.apache.flink.streaming.api.graph that return StreamGraphGenerator Modifier and Type Method Description StreamGraphGeneratorStreamGraphGenerator. setChaining(boolean chaining)StreamGraphGeneratorStreamGraphGenerator. setChainingOfOperatorsWithDifferentMaxParallelism(boolean chainingOfOperatorsWithDifferentMaxParallelism)StreamGraphGeneratorStreamGraphGenerator. setChangelogStateBackendEnabled(org.apache.flink.util.TernaryBoolean changelogStateBackendEnabled)StreamGraphGeneratorStreamGraphGenerator. setDefaultBufferTimeout(long defaultBufferTimeout)StreamGraphGeneratorStreamGraphGenerator. setSavepointDir(org.apache.flink.core.fs.Path savepointDir)StreamGraphGeneratorStreamGraphGenerator. setSlotSharingGroupResource(Map<String,org.apache.flink.runtime.clusterframework.types.ResourceProfile> slotSharingGroupResources)Specify fine-grained resource requirements for slot sharing groups.StreamGraphGeneratorStreamGraphGenerator. setStateBackend(org.apache.flink.runtime.state.StateBackend stateBackend)StreamGraphGeneratorStreamGraphGenerator. setTimeCharacteristic(TimeCharacteristic timeCharacteristic)StreamGraphGeneratorStreamGraphGenerator. setUserArtifacts(Collection<org.apache.flink.api.java.tuple.Tuple2<String,org.apache.flink.api.common.cache.DistributedCache.DistributedCacheEntry>> userArtifacts)
-