Uses of Class
org.apache.flink.runtime.highavailability.AbstractThreadsafeJobResultStore
Packages that use AbstractThreadsafeJobResultStore
Package
Description
-
Uses of AbstractThreadsafeJobResultStore in org.apache.flink.runtime.highavailability
Modifier and TypeClassDescriptionclassAn implementation of theJobResultStorewhich persists job result data to an underlying distributed filesystem. -
Uses of AbstractThreadsafeJobResultStore in org.apache.flink.runtime.highavailability.nonha.embedded
Subclasses of AbstractThreadsafeJobResultStore in org.apache.flink.runtime.highavailability.nonha.embeddedModifier and TypeClassDescriptionclassA thread-safe in-memory implementation of theJobResultStore.