Uses of Interface
org.apache.flink.runtime.state.changelog.StateChangelogStorage
Packages that use StateChangelogStorage
Package
Description
-
Uses of StateChangelogStorage in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return StateChangelogStorageModifier and TypeMethodDescriptionTaskStateManager.getStateChangelogStorage()Returns the configured state changelog storage for this task.TaskStateManagerImpl.getStateChangelogStorage()TaskExecutorStateChangelogStoragesManager.stateChangelogStorageForJob(org.apache.flink.api.common.JobID jobId, org.apache.flink.configuration.Configuration configuration, TaskManagerJobMetricGroup metricGroup, LocalRecoveryConfig localRecoveryConfig) Methods in org.apache.flink.runtime.state that return types with arguments of type StateChangelogStorageModifier and TypeMethodDescriptionTaskExecutorStateChangelogStoragesManager.getChangelogStoragesByJobId(org.apache.flink.api.common.JobID jobId) Constructors in org.apache.flink.runtime.state with parameters of type StateChangelogStorageModifierConstructorDescriptionTaskStateManagerImpl(org.apache.flink.api.common.JobID jobId, ExecutionAttemptID executionAttemptID, TaskLocalStateStore localStateStore, FileMergingSnapshotManagerClosableWrapper fileMergingSnapshotManager, StateChangelogStorage<?> stateChangelogStorage, TaskExecutorStateChangelogStoragesManager changelogStoragesManager, JobManagerTaskRestore jobManagerTaskRestore, CheckpointResponder checkpointResponder) TaskStateManagerImpl(org.apache.flink.api.common.JobID jobId, ExecutionAttemptID executionAttemptID, TaskLocalStateStore localStateStore, FileMergingSnapshotManagerClosableWrapper fileMergingSnapshotManager, StateChangelogStorage<?> stateChangelogStorage, TaskExecutorStateChangelogStoragesManager changelogStoragesManager, JobManagerTaskRestore jobManagerTaskRestore, CheckpointResponder checkpointResponder, SequentialChannelStateReaderImpl sequentialChannelStateReader) -
Uses of StateChangelogStorage in org.apache.flink.runtime.state.changelog
Methods in org.apache.flink.runtime.state.changelog that return StateChangelogStorageModifier and TypeMethodDescriptionStateChangelogStorageFactory.createStorage(org.apache.flink.api.common.JobID jobID, org.apache.flink.configuration.Configuration configuration, TaskManagerJobMetricGroup metricGroup, LocalRecoveryConfig localRecoveryConfig) Create the storage based on a configuration.static StateChangelogStorage<?>StateChangelogStorageLoader.load(org.apache.flink.api.common.JobID jobID, org.apache.flink.configuration.Configuration configuration, TaskManagerJobMetricGroup metricGroup, LocalRecoveryConfig localRecoveryConfig) -
Uses of StateChangelogStorage in org.apache.flink.runtime.state.changelog.inmemory
Classes in org.apache.flink.runtime.state.changelog.inmemory that implement StateChangelogStorageModifier and TypeClassDescriptionclassAn in-memory (non-production) implementation ofStateChangelogStorage.Methods in org.apache.flink.runtime.state.changelog.inmemory that return StateChangelogStorageModifier and TypeMethodDescriptionInMemoryStateChangelogStorageFactory.createStorage(org.apache.flink.api.common.JobID jobID, org.apache.flink.configuration.Configuration configuration, TaskManagerJobMetricGroup metricGroup, LocalRecoveryConfig localRecoveryConfig)