Package org.apache.flink.runtime.jobmanager.scheduler
-
Interface Summary Interface Description CoLocationGroup CoLocationGrouprefers to a list ofJobVertexinstances, where the i-th subtask of one vertex has to be executed on the sameTaskManageras the i-th subtask of all otherJobVertexinstances in the same group. -
Class Summary Class Description CoLocationConstraint ACoLocationConstraintstores the ID ofCoLocationGroupand an ID referring to the actual subtask (i.e.CoLocationGroupImpl ACoLocationGroupimplementation.SlotSharingGroup A slot sharing units defines which different task (from different job vertices) can be deployed together within a slot. -
Enum Summary Enum Description Locality LocationPreferenceConstraint Defines the location preference constraint. -
Exception Summary Exception Description NoResourceAvailableException Indicates resource allocation failures.