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.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()
Show Source

Created using Sphinx 5.3.0.