Ctrl+K
Logo image Logo image

Site Navigation

  • API Reference
  • Examples

Site Navigation

  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
  • PyFlink DataStream
    • StreamExecutionEnvironment
    • DataStream
    • Functions
    • State
    • Timer
    • Window
    • Checkpoint
    • Side Outputs
    • Connectors
    • Formats
  • PyFlink Common

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.

previous

pyflink.datastream.execution_mode.RuntimeExecutionMode.AUTOMATIC

next

pyflink.datastream.slot_sharing_group.MemorySize

Show Source

Created using Sphinx 4.5.0.