Uses of Class
org.apache.flink.runtime.jobmaster.JobResult
-
-
Uses of JobResult in org.apache.flink.runtime.dispatcher
Methods in org.apache.flink.runtime.dispatcher that return types with arguments of type JobResult Modifier and Type Method Description CompletableFuture<JobResult>Dispatcher. requestJobResult(org.apache.flink.api.common.JobID jobId, Duration timeout)CompletableFuture<JobResult>MiniDispatcher. requestJobResult(org.apache.flink.api.common.JobID jobId, Duration timeout)Constructors in org.apache.flink.runtime.dispatcher with parameters of type JobResult Constructor Description MiniDispatcher(org.apache.flink.runtime.rpc.RpcService rpcService, DispatcherId fencingToken, DispatcherServices dispatcherServices, JobGraph jobGraph, JobResult recoveredDirtyJob, DispatcherBootstrapFactory dispatcherBootstrapFactory, JobManagerRunnerRegistry jobManagerRunnerRegistry, ResourceCleanerFactory resourceCleanerFactory, ClusterEntrypoint.ExecutionMode executionMode)MiniDispatcher(org.apache.flink.runtime.rpc.RpcService rpcService, DispatcherId fencingToken, DispatcherServices dispatcherServices, JobGraph jobGraph, JobResult recoveredDirtyJob, DispatcherBootstrapFactory dispatcherBootstrapFactory, ClusterEntrypoint.ExecutionMode executionMode) -
Uses of JobResult in org.apache.flink.runtime.dispatcher.cleanup
Methods in org.apache.flink.runtime.dispatcher.cleanup with parameters of type JobResult Modifier and Type Method Description CheckpointResourcesCleanupRunnerCheckpointResourcesCleanupRunnerFactory. create(JobResult jobResult, CheckpointRecoveryFactory checkpointRecoveryFactory, org.apache.flink.configuration.Configuration configuration, Executor cleanupExecutor)JobManagerRunnerCleanupRunnerFactory. create(JobResult jobResult, CheckpointRecoveryFactory checkpointRecoveryFactory, org.apache.flink.configuration.Configuration configuration, Executor cleanupExecutor)Constructors in org.apache.flink.runtime.dispatcher.cleanup with parameters of type JobResult Constructor Description CheckpointResourcesCleanupRunner(JobResult jobResult, CheckpointRecoveryFactory checkpointRecoveryFactory, SharedStateRegistryFactory sharedStateRegistryFactory, org.apache.flink.configuration.Configuration jobManagerConfiguration, Executor cleanupExecutor, long initializationTimestamp) -
Uses of JobResult in org.apache.flink.runtime.highavailability
Methods in org.apache.flink.runtime.highavailability that return JobResult Modifier and Type Method Description JobResultJobResultEntry. getJobResult()Methods in org.apache.flink.runtime.highavailability that return types with arguments of type JobResult Modifier and Type Method Description Set<JobResult>AbstractThreadsafeJobResultStore. getDirtyResults()Set<JobResult>JobResultStore. getDirtyResults()Get the persistedJobResultinstances that are marked asdirty.protected abstract Set<JobResult>AbstractThreadsafeJobResultStore. getDirtyResultsInternal()Set<JobResult>FileSystemJobResultStore. getDirtyResultsInternal()Constructors in org.apache.flink.runtime.highavailability with parameters of type JobResult Constructor Description JobResultEntry(JobResult jobResult) -
Uses of JobResult in org.apache.flink.runtime.highavailability.nonha.embedded
Methods in org.apache.flink.runtime.highavailability.nonha.embedded that return types with arguments of type JobResult Modifier and Type Method Description Set<JobResult>EmbeddedJobResultStore. getDirtyResultsInternal() -
Uses of JobResult in org.apache.flink.runtime.jobmaster
Methods in org.apache.flink.runtime.jobmaster that return JobResult Modifier and Type Method Description JobResultJobResult.Builder. build()static JobResultJobResult. createFrom(AccessExecutionGraph accessExecutionGraph)Creates theJobResultfrom the givenAccessExecutionGraphwhich must be in a globally terminal state. -
Uses of JobResult in org.apache.flink.runtime.minicluster
Methods in org.apache.flink.runtime.minicluster that return types with arguments of type JobResult Modifier and Type Method Description CompletableFuture<JobResult>MiniCluster. requestJobResult(org.apache.flink.api.common.JobID jobId) -
Uses of JobResult in org.apache.flink.runtime.rest.messages.job
Methods in org.apache.flink.runtime.rest.messages.job that return JobResult Modifier and Type Method Description JobResultJobExecutionResultResponseBody. getJobExecutionResult()JobResultJobExecutionResultResponseBody. resource()Methods in org.apache.flink.runtime.rest.messages.job with parameters of type JobResult Modifier and Type Method Description static JobExecutionResultResponseBodyJobExecutionResultResponseBody. created(JobResult jobExecutionResult)Constructors in org.apache.flink.runtime.rest.messages.job with parameters of type JobResult Constructor Description JobExecutionResultResponseBody(QueueStatus status, JobResult jobExecutionResult) -
Uses of JobResult in org.apache.flink.runtime.rest.messages.json
Methods in org.apache.flink.runtime.rest.messages.json that return JobResult Modifier and Type Method Description JobResultJobResultDeserializer. deserialize(org.apache.flink.shaded.jackson2.com.fasterxml.jackson.core.JsonParser p, org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.DeserializationContext ctxt)Methods in org.apache.flink.runtime.rest.messages.json with parameters of type JobResult Modifier and Type Method Description voidJobResultSerializer. serialize(JobResult result, org.apache.flink.shaded.jackson2.com.fasterxml.jackson.core.JsonGenerator gen, org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.SerializerProvider provider) -
Uses of JobResult in org.apache.flink.runtime.webmonitor
Methods in org.apache.flink.runtime.webmonitor that return types with arguments of type JobResult Modifier and Type Method Description CompletableFuture<JobResult>NonLeaderRetrievalRestfulGateway. requestJobResult(org.apache.flink.api.common.JobID jobId, Duration timeout)CompletableFuture<JobResult>RestfulGateway. requestJobResult(org.apache.flink.api.common.JobID jobId, Duration timeout)Requests theJobResultof a job specified by the given jobId.
-