pyflink.datastream.stream_execution_environment.StreamExecutionEnvironment.is_changelog_state_backend_enabled#
- StreamExecutionEnvironment.is_changelog_state_backend_enabled() Optional[bool][source]#
Gets the enable status of change log for state backend.
See also
- Returns
An
Optional[bool]for the enable status of change log for state backend. Could be None if user never specify this by callingenable_changelog_state_backend().
New in version 1.14.0.