| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.state | |
| org.apache.flink.runtime.state.changelog | |
| org.apache.flink.runtime.state.changelog.inmemory |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
StateChangelogStorage<Handle extends ChangelogStateHandle>
A storage for changelog.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
InMemoryStateChangelogStorage
An in-memory (non-production) implementation of
StateChangelogStorage. |
| 限定符和类型 | 方法和说明 |
|---|---|
StateChangelogStorageView<?> |
InMemoryStateChangelogStorageFactory.createStorageView(org.apache.flink.configuration.Configuration configuration) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.