Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejava
titleStreamGraphGenerator
public class StreamGraphGenerator {
    /**
     * Specify fine-grained resource requirements for slot sharing groups. Not
 that it is just a*
     * hint<p>Note andthat willa notslot restrictsharing thegroup schedulinghints strategy of the scheduler, i.e.that the grouped operators schedulerCAN maybe
     * notdeployed into a shared slot. There's no guarantee that the operatorsscheduler always withindeploy the same slot sharing group will be scheduled to the
     * grouped operator together. In cases grouped operators are deployed into separate slots,
     * samethe slot resources will be derived from the specified group requirement.
     */
    public StreamGraphGenerator setSlotSharingGroupResource(Map<String, ResourceProfile> slotSharingGroupResources);
}

...