Uses of Class
org.apache.flink.api.common.operators.SlotSharingGroup
-
Packages that use SlotSharingGroup Package Description org.apache.flink.api.common.operators org.apache.flink.api.common.operators.util org.apache.flink.api.dag -
-
Uses of SlotSharingGroup in org.apache.flink.api.common.operators
Methods in org.apache.flink.api.common.operators that return SlotSharingGroup Modifier and Type Method Description SlotSharingGroupSlotSharingGroup.Builder. build()Build the SlotSharingGroup. -
Uses of SlotSharingGroup in org.apache.flink.api.common.operators.util
Methods in org.apache.flink.api.common.operators.util with parameters of type SlotSharingGroup Modifier and Type Method Description static ResourceSpecSlotSharingGroupUtils. extractResourceSpec(SlotSharingGroup slotSharingGroup) -
Uses of SlotSharingGroup in org.apache.flink.api.dag
Methods in org.apache.flink.api.dag that return types with arguments of type SlotSharingGroup Modifier and Type Method Description Optional<SlotSharingGroup>Transformation. getSlotSharingGroup()Returns the slot sharing group of this transformation if present.Methods in org.apache.flink.api.dag with parameters of type SlotSharingGroup Modifier and Type Method Description voidTransformation. setSlotSharingGroup(SlotSharingGroup slotSharingGroup)Sets the slot sharing group of this transformation.
-