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

pyflink.datastream.connectors.file_system.FileCompactor#

class FileCompactor(j_file_compactor)[source]#

The FileCompactor is responsible for compacting files into one file.

Added 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

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.