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.MapStateDescriptor

pyflink.datastream.state.MapStateDescriptor#

class MapStateDescriptor(name: str, key_type_info: TypeInformation, value_type_info: TypeInformation)[source]#

StateDescriptor for MapState. This can be used to create state where the type is a map that can be updated and iterated over.

Methods

enable_time_to_live(ttl_config)

Configures optional activation of state time-to-live (TTL).

get_name()

Get the name of the state.

previous

pyflink.datastream.state.ListStateDescriptor

next

pyflink.datastream.state.ReducingStateDescriptor

On this page
  • MapStateDescriptor

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.