Interface ExecutionGraphInfoStore

    • Method Detail

      • get

        @Nullable
        ExecutionGraphInfo get​(JobID jobId)
        Get the ExecutionGraphInfo for the given job id. Null if it isn't stored.
        Parameters:
        jobId - identifying the serializable execution graph to retrieve
        Returns:
        The stored serializable execution graph or null
      • getStoredJobsOverview

        JobsOverview getStoredJobsOverview()
        Return the JobsOverview for all stored/past jobs.
        Returns:
        Jobs overview for all stored/past jobs
      • getAvailableJobDetails

        Collection<JobDetails> getAvailableJobDetails()
        Return the collection of JobDetails of all currently stored jobs.
        Returns:
        Collection of job details of all currently stored jobs
      • getAvailableJobDetails

        @Nullable
        JobDetails getAvailableJobDetails​(JobID jobId)
        Return the JobDetails} for the given job.
        Parameters:
        jobId - identifying the job for which to retrieve the JobDetails
        Returns:
        JobDetails of the requested job or null if the job is not available