Uses of Interface
org.apache.flink.runtime.state.changelog.StateChangelogStorage
-
Packages that use StateChangelogStorage Package Description org.apache.flink.runtime.state org.apache.flink.runtime.state.changelog org.apache.flink.runtime.state.changelog.inmemory -
-
Uses of StateChangelogStorage in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return StateChangelogStorage Modifier and Type Method Description StateChangelogStorage<?>TaskStateManager. getStateChangelogStorage()Returns the configured state changelog storage for this task.StateChangelogStorage<?>TaskStateManagerImpl. getStateChangelogStorage()StateChangelogStorage<?>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 StateChangelogStorage Modifier and Type Method Description Optional<StateChangelogStorage<?>>TaskExecutorStateChangelogStoragesManager. getChangelogStoragesByJobId(org.apache.flink.api.common.JobID jobId)Constructors in org.apache.flink.runtime.state with parameters of type StateChangelogStorage Constructor Description TaskStateManagerImpl(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 StateChangelogStorage Modifier and Type Method Description StateChangelogStorage<?>StateChangelogStorageFactory. 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 StateChangelogStorage Modifier and Type Class Description classInMemoryStateChangelogStorageAn in-memory (non-production) implementation ofStateChangelogStorage.Methods in org.apache.flink.runtime.state.changelog.inmemory that return StateChangelogStorage Modifier and Type Method Description StateChangelogStorage<?>InMemoryStateChangelogStorageFactory. createStorage(org.apache.flink.api.common.JobID jobID, org.apache.flink.configuration.Configuration configuration, TaskManagerJobMetricGroup metricGroup, LocalRecoveryConfig localRecoveryConfig)
-