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.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.runtime.state.changelog.inmemory.InMemoryStateChangelogWritercreateWriter(String operatorID, KeyGroupRange keyGroupRange, org.apache.flink.api.common.operators.MailboxExecutor mailboxExecutor) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.flink.runtime.state.changelog.StateChangelogStorage
getAvailabilityProviderMethods inherited from interface org.apache.flink.runtime.state.changelog.StateChangelogStorageView
close
-
Constructor Details
-
InMemoryStateChangelogStorage
public InMemoryStateChangelogStorage()
-
-
Method Details
-
createWriter
public org.apache.flink.runtime.state.changelog.inmemory.InMemoryStateChangelogWriter createWriter(String operatorID, KeyGroupRange keyGroupRange, org.apache.flink.api.common.operators.MailboxExecutor mailboxExecutor) - Specified by:
createWriterin interfaceStateChangelogStorage<InMemoryChangelogStateHandle>
-
createReader
- Specified by:
createReaderin interfaceStateChangelogStorageView<InMemoryChangelogStateHandle>
-