pyflink.datastream.slot_sharing_group.SlotSharingGroup#
- class SlotSharingGroup(j_slot_sharing_group)[source]#
Describe the name and the different resource components of a slot sharing group.
Methods
builder
(name)Gets the Builder with the given name for this SlotSharingGroup.
get_cpu_cores
()Gets the CPU cores for this SlotSharingGroup.
get_external_resources
()Gets the external resource from this SlotSharingGroup.
get_java_slot_sharing_group
()Gets the Java SlotSharingGroup object.
get_managed_memory
()Gets the task managed memory for this SlotSharingGroup.
get_name
()Gets the name of this SlotSharingGroup.
get_task_heap_memory
()Gets the task heap memory for this SlotSharingGroup.
get_task_off_heap_memory
()Gets the task off-heap memory for this SlotSharingGroup.