pyflink.datastream.stream_execution_environment.StreamExecutionEnvironment.is_changelog_state_backend_enabled#
- StreamExecutionEnvironment.is_changelog_state_backend_enabled() bool | None[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().
Added in version 1.14.0.