Uses of Interface
org.apache.flink.runtime.state.OwnedTaskLocalStateStore
-
Packages that use OwnedTaskLocalStateStore Package Description org.apache.flink.runtime.state -
-
Uses of OwnedTaskLocalStateStore in org.apache.flink.runtime.state
Classes in org.apache.flink.runtime.state that implement OwnedTaskLocalStateStore Modifier and Type Class Description class
ChangelogTaskLocalStateStore
Changelog's implementation of aTaskLocalStateStore
.class
NoOpTaskLocalStateStoreImpl
This class implements aTaskLocalStateStore
with no functionality and is used when local recovery is disabled.class
TaskLocalStateStoreImpl
Main implementation of aTaskLocalStateStore
.
-