Uses of Class
org.apache.flink.runtime.highavailability.AbstractThreadsafeJobResultStore
-
Packages that use AbstractThreadsafeJobResultStore Package Description org.apache.flink.runtime.highavailability org.apache.flink.runtime.highavailability.nonha.embedded -
-
Uses of AbstractThreadsafeJobResultStore in org.apache.flink.runtime.highavailability
Subclasses of AbstractThreadsafeJobResultStore in org.apache.flink.runtime.highavailability Modifier and Type Class Description classFileSystemJobResultStoreAn 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.embedded Modifier and Type Class Description classEmbeddedJobResultStoreA thread-safe in-memory implementation of theJobResultStore.
-