Uses of Class
com.denodo.scheduler.client.job.JobData
Packages that use JobData
Package
Description
-
Uses of JobData in com.denodo.scheduler.api.handler
Methods in com.denodo.scheduler.api.handler with parameters of type JobData -
Uses of JobData in com.denodo.scheduler.client
Methods in com.denodo.scheduler.client that return JobDataModifier and TypeMethodDescriptionSchedulerManager.getJobInformation(int projectID, int jobID) Returns the JobData object that represents the currently job in the scheduler server.SchedulerManager.getJobInformation(String projectName, String jobName) Returns the JobData object that represents the currently job in the scheduler server.Methods in com.denodo.scheduler.client that return types with arguments of type JobDataModifier and TypeMethodDescriptionSchedulerManager.getJobsInformation()Returns a list of JobData objects that represent all current jobs in the scheduler server.SchedulerManager.getJobsInformation(List<Integer> jobIDs) Returns a list of JobData objects that represent the status of the asked jobs in the scheduler server. -
Uses of JobData in com.denodo.scheduler.client.job
Subclasses of JobData in com.denodo.scheduler.client.jobModifier and TypeClassDescriptionclassJob Data with information about cache results: number of cached documents and number of errors when caching tuples.classJob Data with information aboutdata load results: number of inserted documents and number of errors when inserting tuples.classJob Data with information about VDP crawling: date of the last successful execution.Methods in com.denodo.scheduler.client.job that return JobDataModifier and TypeMethodDescriptionstatic JobDataJobDataFactory.cloneJobData(JobData jobData) static JobDataJobDataFactory.createJobData(Configuration config) Methods in com.denodo.scheduler.client.job with parameters of type JobDataConstructors in com.denodo.scheduler.client.job with parameters of type JobData