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 classChangelogTaskLocalStateStoreChangelog's implementation of aTaskLocalStateStore.classNoOpTaskLocalStateStoreImplThis class implements aTaskLocalStateStorewith no functionality and is used when local recovery is disabled.classTaskLocalStateStoreImplMain implementation of aTaskLocalStateStore.
-