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.stream_execution_environment.StreamExecutionEnvironment.get_state_backend#

StreamExecutionEnvironment.get_state_backend() → pyflink.datastream.state_backend.StateBackend[source]#

Gets the state backend that defines how to store and checkpoint state.

See also

set_state_backend()

Returns

The StateBackend.

previous

pyflink.datastream.stream_execution_environment.StreamExecutionEnvironment.get_checkpointing_mode

next

pyflink.datastream.stream_execution_environment.StreamExecutionEnvironment.set_state_backend

Show Source

Created using Sphinx 4.5.0.