Uses of Interface
org.apache.flink.runtime.jobmanager.scheduler.CoLocationGroup
-
-
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. -
Uses of CoLocationGroup in org.apache.flink.runtime.scheduler.adaptive
Methods in org.apache.flink.runtime.scheduler.adaptive that return types with arguments of type CoLocationGroup Modifier and Type Method Description Collection<CoLocationGroup>JobGraphJobInformation. getCoLocationGroups() -
Uses of CoLocationGroup in org.apache.flink.runtime.scheduler.adaptive.allocator
Methods in org.apache.flink.runtime.scheduler.adaptive.allocator that return CoLocationGroup Modifier and Type Method Description CoLocationGroupJobInformation.VertexInformation. getCoLocationGroup()Methods in org.apache.flink.runtime.scheduler.adaptive.allocator that return types with arguments of type CoLocationGroup Modifier and Type Method Description Collection<CoLocationGroup>JobInformation. getCoLocationGroups()Returns all co-location groups of the job.
-