Uses of Interface
org.apache.flink.runtime.jobmanager.scheduler.CoLocationGroup
-
Packages that use CoLocationGroup Package Description org.apache.flink.runtime.executiongraph org.apache.flink.runtime.jobgraph org.apache.flink.runtime.jobmanager.scheduler -
-
Uses of CoLocationGroup in org.apache.flink.runtime.executiongraph
Methods in org.apache.flink.runtime.executiongraph that return CoLocationGroup Modifier and Type Method Description CoLocationGroupExecutionJobVertex. getCoLocationGroup() -
Uses of CoLocationGroup in org.apache.flink.runtime.jobgraph
Methods in org.apache.flink.runtime.jobgraph that return CoLocationGroup Modifier and Type Method Description CoLocationGroupJobVertex. getCoLocationGroup()Methods in org.apache.flink.runtime.jobgraph that return types with arguments of type CoLocationGroup Modifier and Type Method Description Set<CoLocationGroup>JobGraph. getCoLocationGroups()Returns allCoLocationGroupinstances associated with thisJobGraph. -
Uses of CoLocationGroup in org.apache.flink.runtime.jobmanager.scheduler
Classes in org.apache.flink.runtime.jobmanager.scheduler that implement CoLocationGroup Modifier and Type Class Description classCoLocationGroupImplACoLocationGroupimplementation.
-