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
  • Connectors
  • pyflink.datastream.connectors.file_system.FileSplitAssignerProvider

pyflink.datastream.connectors.file_system.FileSplitAssignerProvider#

class FileSplitAssignerProvider(j_file_split_assigner)[source]#

Factory for FileSplitAssigner which is responsible for deciding what split should be processed next by which node. It determines split processing order and locality.

Methods

locality_aware_split_assigner()

A FileSplitAssigner that assigns to each host preferably splits that are local, before assigning splits that are not local.

previous

pyflink.datastream.connectors.file_system.FileEnumeratorProvider

next

pyflink.datastream.connectors.file_system.StreamFormat

On this page
  • FileSplitAssignerProvider

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.