| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.state.changelog | |
| org.apache.flink.runtime.state.changelog.inmemory |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<StateChange> |
InMemoryChangelogStateHandle.getChanges() |
| 构造器和说明 |
|---|
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.