Class SlotSharingGroup

java.lang.Object
org.apache.flink.runtime.jobmanager.scheduler.SlotSharingGroup
All Implemented Interfaces:
Serializable

public class SlotSharingGroup extends Object implements Serializable
A slot sharing units defines which different task (from different job vertices) can be deployed together within a slot. This is a soft permission, in contrast to the hard constraint defined by a co-location hint.
See Also:
  • Constructor Details

    • SlotSharingGroup

      public SlotSharingGroup()
  • Method Details