Skip to main content
Ctrl+K
PyFlink 1.20+vvr.11.7.dev0 documentation - Home PyFlink 1.20+vvr.11.7.dev0 documentation - Home
  • API Reference
  • Examples
  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
  • PyFlink DataStream
    • StreamExecutionEnvironment
    • DataStream
    • Functions
    • State
    • Timer
    • Window
    • Checkpoint
    • Side Outputs
    • Asynchronous I/O
    • Connectors
    • Formats
  • PyFlink DataFrame
  • PyFlink Common
  • API Reference
  • PyFlink DataStream
  • StreamExecutionEnvironment
  • pyflink.datastream.slot_sharing_group.SlotSharingGroup

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

On this page
  • SlotSharingGroup

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.