| 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 |
|---|---|
StateChangelogStorageView<?> |
TaskStateManager.getStateChangelogStorageView(org.apache.flink.configuration.Configuration configuration,
ChangelogStateHandle changelogStateHandle)
Returns the state changelog storage view of given
ChangelogStateHandle for this task. |
StateChangelogStorageView<?> |
TaskStateManagerImpl.getStateChangelogStorageView(org.apache.flink.configuration.Configuration configuration,
ChangelogStateHandle changelogStateHandle) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StateChangelogStorage<Handle extends ChangelogStateHandle>
A storage for changelog.
|
| Modifier and Type | Method and Description |
|---|---|
StateChangelogStorageView<?> |
StateChangelogStorageFactory.createStorageView(org.apache.flink.configuration.Configuration configuration)
Create the storage for recovery.
|
static StateChangelogStorageView<?> |
StateChangelogStorageLoader.loadFromStateHandle(org.apache.flink.configuration.Configuration configuration,
ChangelogStateHandle changelogStateHandle) |
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryStateChangelogStorage
An in-memory (non-production) implementation of
StateChangelogStorage. |
| Modifier and Type | Method and Description |
|---|---|
StateChangelogStorageView<?> |
InMemoryStateChangelogStorageFactory.createStorageView(org.apache.flink.configuration.Configuration configuration) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.