Uses of Class
org.apache.flink.runtime.jobmaster.JobResult
Packages that use JobResult
Package
Description
-
Uses of JobResult in org.apache.flink.runtime.dispatcher
Methods in org.apache.flink.runtime.dispatcher that return types with arguments of type JobResultModifier and TypeMethodDescriptionDispatcher.requestJobResult(org.apache.flink.api.common.JobID jobId, Duration timeout) -
Uses of JobResult in org.apache.flink.runtime.dispatcher.cleanup
Methods in org.apache.flink.runtime.dispatcher.cleanup with parameters of type JobResultModifier and TypeMethodDescriptionCheckpointResourcesCleanupRunnerFactory.create(JobResult jobResult, CheckpointRecoveryFactory checkpointRecoveryFactory, org.apache.flink.configuration.Configuration configuration, Executor cleanupExecutor) CleanupRunnerFactory.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 JobResultModifierConstructorDescriptionCheckpointResourcesCleanupRunner(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 JobResultMethods in org.apache.flink.runtime.highavailability that return types with arguments of type JobResultModifier and TypeMethodDescriptionAbstractThreadsafeJobResultStore.getDirtyResults()JobResultStore.getDirtyResults()Get the persistedJobResultinstances that are marked asdirty.AbstractThreadsafeJobResultStore.getDirtyResultsInternal()FileSystemJobResultStore.getDirtyResultsInternal()Constructors in org.apache.flink.runtime.highavailability with parameters of type 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 -
Uses of JobResult in org.apache.flink.runtime.jobmaster
Methods in org.apache.flink.runtime.jobmaster that return JobResultModifier and TypeMethodDescriptionJobResult.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 JobResultModifier and TypeMethodDescriptionMiniCluster.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 JobResultModifier and TypeMethodDescriptionJobExecutionResultResponseBody.getJobExecutionResult()JobExecutionResultResponseBody.resource()Methods in org.apache.flink.runtime.rest.messages.job with parameters of type JobResultModifier and TypeMethodDescriptionConstructors in org.apache.flink.runtime.rest.messages.job with parameters of type JobResultModifierConstructorDescriptionJobExecutionResultResponseBody(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 JobResultModifier and TypeMethodDescriptionJobResultDeserializer.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 -
Uses of JobResult in org.apache.flink.runtime.webmonitor
Methods in org.apache.flink.runtime.webmonitor that return types with arguments of type JobResultModifier and TypeMethodDescriptionNonLeaderRetrievalRestfulGateway.requestJobResult(org.apache.flink.api.common.JobID jobId, Duration timeout) RestfulGateway.requestJobResult(org.apache.flink.api.common.JobID jobId, Duration timeout) Requests theJobResultof a job specified by the given jobId.