Uses of Class
com.pervasive.datarush.cal.JobInformation
-
Packages that use JobInformation Package Description com.pervasive.datarush.cal Provides interfaces the define the "cluster abstraction layer".com.pervasive.datarush.cal.monitoring -
-
Uses of JobInformation in com.pervasive.datarush.cal
Methods in com.pervasive.datarush.cal that return JobInformation Modifier and Type Method Description static JobInformation
JobInformation. defaultJobInformation()
Create a job information object for a new job with default settings.JobInformation
JobExecutorService. getJobInformation()
Returns the job information associated with this serviceJobInformation
JobServerInformation. getJobInformation()
JobInformation
JobSpecifier. jobInformation()
Returns basic job information (id, user id, etc).Methods in com.pervasive.datarush.cal with parameters of type JobInformation Modifier and Type Method Description JobSpecifier
JobSpecifier. jobInformation(JobInformation jobInformation)
Overrides the jobInformationConstructors in com.pervasive.datarush.cal with parameters of type JobInformation Constructor Description JobServerInformation(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 JobInformation Modifier and Type Method Description JobInformation
JobStatistics. getJobInfo()
JobInformation
NodeStatistics. getJobInformation()
Returns the job information for the job that running in this nodeJobInformation
NodeStatisticsSnapshot. getJobInformation()
Methods in com.pervasive.datarush.cal.monitoring with parameters of type JobInformation Modifier and Type Method Description static JobStatistics
JobStatistics. forNodeStatistics(JobStatus status, JobInformation jobInfo, List<NodeStatistics> nodeStatistics)
static JobStatistics
JobStatistics. forNodeStatistics(String jobID, JobStatus status, JobInformation jobInfo, List<NodeStatistics> nodeStatistics)
-