Uses of Class
org.apache.flink.runtime.state.changelog.StateChange
Packages that use StateChange
Package
Description
-
Uses of StateChange in org.apache.flink.runtime.state.changelog
Methods in org.apache.flink.runtime.state.changelog that return StateChangeModifier and TypeMethodDescriptionstatic StateChangeStateChange.ofDataChange(int keyGroup, byte[] change) static StateChangeStateChange.ofMetadataChange(byte[] change) Methods in org.apache.flink.runtime.state.changelog that return types with arguments of type StateChangeModifier and TypeMethodDescriptionorg.apache.flink.util.CloseableIterator<StateChange>StateChangelogHandleReader.getChanges(Handle handle) org.apache.flink.util.CloseableIterator<StateChange>StateChangelogHandleStreamHandleReader.getChanges(ChangelogStateHandleStreamImpl handle) org.apache.flink.util.CloseableIterator<StateChange>StateChangelogHandleStreamHandleReader.StateChangeIterator.read(StreamStateHandle handle, long offset) -
Uses of StateChange in org.apache.flink.runtime.state.changelog.inmemory
Methods in org.apache.flink.runtime.state.changelog.inmemory that return types with arguments of type StateChangeMethod parameters in org.apache.flink.runtime.state.changelog.inmemory with type arguments of type StateChangeModifier and TypeMethodDescriptionstatic InMemoryChangelogStateHandleInMemoryChangelogStateHandle.restore(List<StateChange> changes, SequenceNumber from, SequenceNumber to, KeyGroupRange keyGroupRange, StateHandleID stateHandleId) Constructor parameters in org.apache.flink.runtime.state.changelog.inmemory with type arguments of type StateChangeModifierConstructorDescriptionInMemoryChangelogStateHandle(List<StateChange> changes, SequenceNumber from, SequenceNumber to, KeyGroupRange keyGroupRange)