Interface JobMetaStore


  • public interface JobMetaStore
    Job meta store that store job information.
    • Method Detail

      • updateJob

        void updateJob​(Job<?> job)
        Update existing job in the meta store with the new job.
        Parameters:
        job - the job used to update the existing job in the meta store
      • getJobs

        java.util.Set<Job<?>> getJobs()
        Returns:
        all the jobs in the meta store