Uses of Class
com.pervasive.datarush.cal.monitoring.JobStatistics
Packages that use JobStatistics
Package
Description
Provides interfaces the define the "cluster abstraction layer".
-
Uses of JobStatistics in com.pervasive.datarush.cal
Methods in com.pervasive.datarush.cal with parameters of type JobStatisticsModifier and TypeMethodDescriptionvoidJobHistoryService.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 JobStatisticsModifier and TypeMethodDescriptionstatic 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 JobStatisticsModifier and TypeMethodDescriptionstatic List<JobStatistics>JobStatistics.multiJobStatistics(JobStatus status, List<NodeStatistics> nodeStatistics, List<JobInformation> allocatedJobs)