Uses of Class
com.pervasive.datarush.cal.JobInformation
Packages that use JobInformation
Package
Description
Provides interfaces the define the "cluster abstraction layer".
-
Uses of JobInformation in com.pervasive.datarush.cal
Methods in com.pervasive.datarush.cal that return JobInformationModifier and TypeMethodDescriptionstatic JobInformationJobInformation.defaultJobInformation()Create a job information object for a new job with default settings.JobExecutorService.getJobInformation()Returns the job information associated with this serviceJobServerInformation.getJobInformation()JobSpecifier.jobInformation()Returns basic job information (id, user id, etc).Methods in com.pervasive.datarush.cal with parameters of type JobInformationModifier and TypeMethodDescriptionJobSpecifier.jobInformation(JobInformation jobInformation) Overrides the jobInformationConstructors in com.pervasive.datarush.cal with parameters of type JobInformationModifierConstructorDescriptionJobServerInformation(JobInformation jobInfo, WorkerRole role, ResourceAllocation resources) JobSpecifier(ResourceSpecifier requestedResources, ClusterSpecifier cluster, ClasspathSpecifier classpath, JobInformation jobInformation, Path storageManagementPath) Create a new job specifierJobSpecifier(ResourceSpecifier requestedResources, ClusterSpecifier cluster, ClasspathSpecifier classpath, JobInformation jobInformation, Path storageManagementPath, String schedulerQueue, List<String> extensionPaths) Create a new job specifier -
Uses of JobInformation in com.pervasive.datarush.cal.monitoring
Methods in com.pervasive.datarush.cal.monitoring that return JobInformationModifier and TypeMethodDescriptionJobStatistics.getJobInfo()NodeStatistics.getJobInformation()Returns the job information for the job that running in this nodeNodeStatisticsSnapshot.getJobInformation()Methods in com.pervasive.datarush.cal.monitoring with parameters of type JobInformationModifier and TypeMethodDescriptionstatic JobStatisticsJobStatistics.forNodeStatistics(JobStatus status, JobInformation jobInfo, List<NodeStatistics> nodeStatistics) static JobStatisticsJobStatistics.forNodeStatistics(String jobID, JobStatus status, JobInformation jobInfo, List<NodeStatistics> nodeStatistics)