public class EmbeddedJobResultStore extends AbstractThreadsafeJobResultStore
JobResultStore.| Constructor and Description |
|---|
EmbeddedJobResultStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
createDirtyResultInternal(JobResultEntry jobResultEntry) |
Set<JobResult> |
getDirtyResultsInternal() |
boolean |
hasCleanJobResultEntryInternal(org.apache.flink.api.common.JobID jobId) |
boolean |
hasDirtyJobResultEntryInternal(org.apache.flink.api.common.JobID jobId) |
void |
markResultAsCleanInternal(org.apache.flink.api.common.JobID jobId) |
createDirtyResult, getDirtyResults, hasCleanJobResultEntry, hasDirtyJobResultEntry, hasJobResultEntry, markResultAsCleanpublic void createDirtyResultInternal(JobResultEntry jobResultEntry)
createDirtyResultInternal in class AbstractThreadsafeJobResultStorepublic void markResultAsCleanInternal(org.apache.flink.api.common.JobID jobId)
throws IOException,
NoSuchElementException
markResultAsCleanInternal in class AbstractThreadsafeJobResultStoreIOExceptionNoSuchElementExceptionpublic boolean hasDirtyJobResultEntryInternal(org.apache.flink.api.common.JobID jobId)
throws IOException
hasDirtyJobResultEntryInternal in class AbstractThreadsafeJobResultStoreIOExceptionpublic boolean hasCleanJobResultEntryInternal(org.apache.flink.api.common.JobID jobId)
throws IOException
hasCleanJobResultEntryInternal in class AbstractThreadsafeJobResultStoreIOExceptionpublic Set<JobResult> getDirtyResultsInternal() throws IOException
getDirtyResultsInternal in class AbstractThreadsafeJobResultStoreIOExceptionCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.