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.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
Show Source

Created using Sphinx 5.3.0.