@Internal public class ChangelogStateBackend extends AbstractChangelogStateBackend implements org.apache.flink.runtime.state.ConfigurableStateBackend
org.apache.flink.runtime.state.StateBackend.CustomInitializationMetrics, org.apache.flink.runtime.state.StateBackend.KeyedStateBackendParameters<K>, org.apache.flink.runtime.state.StateBackend.OperatorStateBackendParametersdelegatedStateBackend| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.runtime.state.StateBackend |
configure(org.apache.flink.configuration.ReadableConfig config,
ClassLoader classLoader) |
protected <K> org.apache.flink.runtime.state.CheckpointableKeyedStateBackend<K> |
restore(org.apache.flink.runtime.execution.Environment env,
String operatorIdentifier,
org.apache.flink.runtime.state.KeyGroupRange keyGroupRange,
org.apache.flink.runtime.state.ttl.TtlTimeProvider ttlTimeProvider,
org.apache.flink.metrics.MetricGroup metricGroup,
Collection<org.apache.flink.runtime.state.changelog.ChangelogStateBackendHandle> stateBackendHandles,
ChangelogBackendRestoreOperation.BaseBackendBuilder<K> baseBackendBuilder) |
createKeyedStateBackend, createOperatorStateBackend, getDelegatedStateBackend, supportsSavepointFormat, useManagedMemoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic org.apache.flink.runtime.state.StateBackend configure(org.apache.flink.configuration.ReadableConfig config,
ClassLoader classLoader)
throws org.apache.flink.configuration.IllegalConfigurationException
configure in interface org.apache.flink.runtime.state.ConfigurableStateBackendorg.apache.flink.configuration.IllegalConfigurationExceptionprotected <K> org.apache.flink.runtime.state.CheckpointableKeyedStateBackend<K> restore(org.apache.flink.runtime.execution.Environment env,
String operatorIdentifier,
org.apache.flink.runtime.state.KeyGroupRange keyGroupRange,
org.apache.flink.runtime.state.ttl.TtlTimeProvider ttlTimeProvider,
org.apache.flink.metrics.MetricGroup metricGroup,
Collection<org.apache.flink.runtime.state.changelog.ChangelogStateBackendHandle> stateBackendHandles,
ChangelogBackendRestoreOperation.BaseBackendBuilder<K> baseBackendBuilder)
throws Exception
restore in class AbstractChangelogStateBackendExceptionCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.