| Package | Description |
|---|---|
| org.apache.flink.runtime.state | |
| org.apache.flink.runtime.state.changelog | |
| org.apache.flink.runtime.state.changelog.inmemory |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
Optional<StateChangelogStorage<?>> |
TaskExecutorStateChangelogStoragesManager.getChangelogStoragesByJobId(org.apache.flink.api.common.JobID jobId) |
| Constructor and Description |
|---|
TaskStateManagerImpl(org.apache.flink.api.common.JobID jobId,
ExecutionAttemptID executionAttemptID,
TaskLocalStateStore localStateStore,
StateChangelogStorage<?> stateChangelogStorage,
JobManagerTaskRestore jobManagerTaskRestore,
CheckpointResponder checkpointResponder) |
TaskStateManagerImpl(org.apache.flink.api.common.JobID jobId,
ExecutionAttemptID executionAttemptID,
TaskLocalStateStore localStateStore,
StateChangelogStorage<?> stateChangelogStorage,
JobManagerTaskRestore jobManagerTaskRestore,
CheckpointResponder checkpointResponder,
SequentialChannelStateReaderImpl sequentialChannelStateReader) |
| Modifier and Type | Method and Description |
|---|---|
StateChangelogStorage<?> |
StateChangelogStorageFactory.createStorage(org.apache.flink.configuration.Configuration configuration,
TaskManagerJobMetricGroup metricGroup)
Create the storage based on a configuration.
|
static StateChangelogStorage<?> |
StateChangelogStorageLoader.load(org.apache.flink.configuration.Configuration configuration,
TaskManagerJobMetricGroup metricGroup) |
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryStateChangelogStorage
An in-memory (non-production) implementation of
StateChangelogStorage. |
| Modifier and Type | Method and Description |
|---|---|
StateChangelogStorage<?> |
InMemoryStateChangelogStorageFactory.createStorage(org.apache.flink.configuration.Configuration configuration,
TaskManagerJobMetricGroup metricGroup) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.