| Package | Description |
|---|---|
| org.apache.flink.runtime.state.changelog | |
| org.apache.flink.runtime.state.changelog.inmemory |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StateChangelogHandleReader<Handle extends ChangelogStateHandle>
Allows to read state changelog referenced by the provided
ChangelogStateHandle. |
interface |
StateChangelogStorage<Handle extends ChangelogStateHandle>
A storage for changelog.
|
interface |
StateChangelogWriter<Handle extends ChangelogStateHandle>
Allows to write data to the log.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChangelogStateHandleStreamImpl
ChangelogStateHandle implementation based on StreamStateHandle. |
| Modifier and Type | Method and Description |
|---|---|
List<ChangelogStateHandle> |
ChangelogStateBackendHandle.getNonMaterializedStateHandles() |
List<ChangelogStateHandle> |
ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl.getNonMaterializedStateHandles() |
| Constructor and Description |
|---|
ChangelogStateBackendHandleImpl(List<KeyedStateHandle> materialized,
List<ChangelogStateHandle> nonMaterialized,
KeyGroupRange keyGroupRange) |
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryChangelogStateHandle
In-memory
ChangelogStateHandle. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.