| Package | Description |
|---|---|
| org.apache.flink.runtime.state.changelog | |
| org.apache.flink.runtime.state.changelog.inmemory |
| 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() |
| Constructor and Description |
|---|
InMemoryChangelogStateHandle(List<StateChange> changes,
long from,
long to,
KeyGroupRange keyGroupRange) |
InMemoryChangelogStateHandle(List<StateChange> changes,
SequenceNumber from,
SequenceNumber to,
KeyGroupRange keyGroupRange) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.