Uses of Class
org.apache.flink.runtime.highavailability.JobResultEntry
-
Packages that use JobResultEntry Package Description org.apache.flink.runtime.highavailability org.apache.flink.runtime.highavailability.nonha.embedded -
-
Uses of JobResultEntry in org.apache.flink.runtime.highavailability
Methods in org.apache.flink.runtime.highavailability with parameters of type JobResultEntry Modifier and Type Method Description CompletableFuture<Void>AbstractThreadsafeJobResultStore. createDirtyResultAsync(JobResultEntry jobResultEntry)CompletableFuture<Void>JobResultStore. createDirtyResultAsync(JobResultEntry jobResultEntry)Registers the passedJobResultEntryinstance asdirtywhich indicates that clean-up operations still need to be performed.protected abstract voidAbstractThreadsafeJobResultStore. createDirtyResultInternal(JobResultEntry jobResultEntry)voidFileSystemJobResultStore. createDirtyResultInternal(JobResultEntry jobResultEntry) -
Uses of JobResultEntry in org.apache.flink.runtime.highavailability.nonha.embedded
Methods in org.apache.flink.runtime.highavailability.nonha.embedded with parameters of type JobResultEntry Modifier and Type Method Description voidEmbeddedJobResultStore. createDirtyResultInternal(JobResultEntry jobResultEntry)
-