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

class OnCheckpointRollingPolicy(j_rolling_policy)[source]#

A RollingPolicy which rolls (ONLY) on every checkpoint.

Methods

default_rolling_policy([part_size, ...])

Returns the default implementation of the RollingPolicy.

get_java_object()

on_checkpoint_rolling_policy()

Returns a RollingPolicy which rolls (ONLY) on every checkpoint.

previous

pyflink.datastream.connectors.file_system.DefaultRollingPolicy

next

pyflink.datastream.connectors.file_system.OutputFileConfig

On this page
  • OnCheckpointRollingPolicy
Show Source

Created using Sphinx 5.3.0.