@Internal public class ChangelogStateBackend extends AbstractChangelogStateBackend implements org.apache.flink.runtime.state.ConfigurableStateBackend
delegatedStateBackend| 限定符和类型 | 方法和说明 |
|---|---|
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, createKeyedStateBackend, createOperatorStateBackend, getDelegatedStateBackend, 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 在接口中 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 在类中 AbstractChangelogStateBackendExceptionCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.