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
  • PyFlink DataFrame
  • PyFlink Common
    • Config
    • Serializer
    • Job Information
    • Serializer
    • Time
  • API Reference
  • PyFlink Common
  • Job Information
  • pyflink.common.job_client.JobClient.trigger_savepoint

pyflink.common.job_client.JobClient.trigger_savepoint#

JobClient.trigger_savepoint(savepoint_directory: str | None = None) → CompletableFuture[source]#

Triggers a savepoint for the associated job. The savepoint will be written to the given savepoint directory.

Parameters:

savepoint_directory – Directory the savepoint should be written to.

Returns:

A CompletableFuture containing the path where the savepoint is located.

Added in version 1.11.0.

previous

pyflink.common.job_client.JobClient.stop_with_savepoint

next

pyflink.common.job_client.JobClient.get_accumulators

On this page
  • JobClient.trigger_savepoint()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.