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

Builder.set_update_type(update_type: pyflink.datastream.state.StateTtlConfig.UpdateType) → pyflink.datastream.state.StateTtlConfig.Builder#

Sets the ttl update type.

Parameters

update_type – The ttl update type configures when to update last access timestamp which prolongs state TTL.

previous

pyflink.datastream.state.StateTtlConfig.get_cleanup_strategies

next

pyflink.datastream.state.StateTtlConfig.Builder.update_ttl_on_create_and_write

Show Source

Created using Sphinx 4.5.0.