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
  • State
  • pyflink.datastream.state.StateTtlConfig.Builder.disable_cleanup_in_background

pyflink.datastream.state.StateTtlConfig.Builder.disable_cleanup_in_background#

Builder.disable_cleanup_in_background() → Builder#

Disable default cleanup of expired state in background (enabled by default).

If some specific cleanup is configured, e.g. cleanup_incrementally() or cleanup_in_rocksdb_compact_filter(), this setting does not disable it.

previous

pyflink.datastream.state.StateTtlConfig.Builder.cleanup_in_rocksdb_compact_filter

next

pyflink.datastream.state.StateTtlConfig.Builder.set_ttl

On this page
  • Builder.disable_cleanup_in_background()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.