| Package | Description |
|---|---|
| org.apache.flink.runtime.state.changelog | |
| org.apache.flink.runtime.state.changelog.inmemory |
| Modifier and Type | Method and Description |
|---|---|
static StateChange |
StateChange.ofDataChange(int keyGroup,
byte[] change) |
static StateChange |
StateChange.ofMetadataChange(byte[] change) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.util.CloseableIterator<StateChange> |
StateChangelogHandleStreamHandleReader.getChanges(ChangelogStateHandleStreamImpl handle) |
org.apache.flink.util.CloseableIterator<StateChange> |
StateChangelogHandleReader.getChanges(Handle handle) |
org.apache.flink.util.CloseableIterator<StateChange> |
StateChangelogHandleStreamHandleReader.StateChangeIterator.read(StreamStateHandle handle,
long offset) |
| Modifier and Type | Method and Description |
|---|---|
List<StateChange> |
InMemoryChangelogStateHandle.getChanges() |
| Modifier and Type | Method and Description |
|---|---|
static InMemoryChangelogStateHandle |
InMemoryChangelogStateHandle.restore(List<StateChange> changes,
SequenceNumber from,
SequenceNumber to,
KeyGroupRange keyGroupRange,
StateHandleID stateHandleId) |
| Constructor and Description |
|---|
InMemoryChangelogStateHandle(List<StateChange> changes,
SequenceNumber from,
SequenceNumber to,
KeyGroupRange keyGroupRange) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.