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.FileCompactor#

class FileCompactor(j_file_compactor)[source]#

The FileCompactor is responsible for compacting files into one file.

New in version 1.16.0.

Methods

concat_file_compactor([file_delimiter])

Returns a file compactor that simply concat the compacting files.

get_java_object()

identical_file_compactor()

Returns a file compactor that directly copy the content of the only input file to the output.

previous

pyflink.datastream.connectors.file_system.FileCompactStrategy

next

pyflink.datastream.connectors.file_system.FileSink

On this page
  • FileCompactor
Show Source

Created using Sphinx 5.3.0.