Uses of Class
org.apache.flink.runtime.state.changelog.inmemory.InMemoryChangelogStateHandle
-
Packages that use InMemoryChangelogStateHandle Package Description org.apache.flink.runtime.state.changelog.inmemory -
-
Uses of InMemoryChangelogStateHandle in org.apache.flink.runtime.state.changelog.inmemory
Methods in org.apache.flink.runtime.state.changelog.inmemory that return InMemoryChangelogStateHandle Modifier and Type Method Description static InMemoryChangelogStateHandleInMemoryChangelogStateHandle. restore(List<StateChange> changes, SequenceNumber from, SequenceNumber to, KeyGroupRange keyGroupRange, StateHandleID stateHandleId)Methods in org.apache.flink.runtime.state.changelog.inmemory that return types with arguments of type InMemoryChangelogStateHandle Modifier and Type Method Description StateChangelogHandleReader<InMemoryChangelogStateHandle>InMemoryStateChangelogStorage. createReader()
-