Uses of Class
com.pervasive.datarush.cal.monitoring.JobStatistics
-
Packages that use JobStatistics Package Description com.pervasive.datarush.cal Provides interfaces the define the "cluster abstraction layer".com.pervasive.datarush.cal.monitoring -
-
Uses of JobStatistics in com.pervasive.datarush.cal
Methods in com.pervasive.datarush.cal with parameters of type JobStatistics Modifier and Type Method Description voidJobHistoryService. jobFinished(JobStatistics statistics)Called by command server upon exit to report final statistics -
Uses of JobStatistics in com.pervasive.datarush.cal.monitoring
Methods in com.pervasive.datarush.cal.monitoring that return JobStatistics Modifier and Type Method Description static JobStatisticsJobStatistics. forNodeStatistics(JobStatus status, JobInformation jobInfo, List<NodeStatistics> nodeStatistics)static JobStatisticsJobStatistics. forNodeStatistics(String jobID, JobStatus status, JobInformation jobInfo, List<NodeStatistics> nodeStatistics)Methods in com.pervasive.datarush.cal.monitoring that return types with arguments of type JobStatistics Modifier and Type Method Description static List<JobStatistics>JobStatistics. multiJobStatistics(JobStatus status, List<NodeStatistics> nodeStatistics, List<JobInformation> allocatedJobs)
-