Class InMemoryStateChangelogStorage

java.lang.Object
org.apache.flink.runtime.state.changelog.inmemory.InMemoryStateChangelogStorage
All Implemented Interfaces:
AutoCloseable, StateChangelogStorage<InMemoryChangelogStateHandle>, StateChangelogStorageView<InMemoryChangelogStateHandle>

public class InMemoryStateChangelogStorage extends Object implements StateChangelogStorage<InMemoryChangelogStateHandle>
An in-memory (non-production) implementation of StateChangelogStorage.