Uses of Interface
com.pervasive.datarush.cal.monitoring.NodeStatistics
-
Packages that use NodeStatistics Package Description com.actian.dataflow.cal.yarn.server com.actian.dataflow.cal.yarn.shared com.pervasive.datarush.cal.monitoring -
-
Uses of NodeStatistics in com.actian.dataflow.cal.yarn.server
Methods in com.actian.dataflow.cal.yarn.server that return types with arguments of type NodeStatistics Modifier and Type Method Description List<NodeStatistics>ContainerStatsServiceImpl. getContainerStats() -
Uses of NodeStatistics in com.actian.dataflow.cal.yarn.shared
Methods in com.actian.dataflow.cal.yarn.shared that return types with arguments of type NodeStatistics Modifier and Type Method Description List<NodeStatistics>ContainerStatsService. getContainerStats()Return a list of node statistics from each active container being managed by an external application master. -
Uses of NodeStatistics in com.pervasive.datarush.cal.monitoring
Classes in com.pervasive.datarush.cal.monitoring that implement NodeStatistics Modifier and Type Class Description classNodeStatisticsSnapshotMethods in com.pervasive.datarush.cal.monitoring that return NodeStatistics Modifier and Type Method Description NodeStatisticsNodeStatistics. finalSnapshot()NodeStatisticsNodeStatisticsSnapshot. finalSnapshot()Methods in com.pervasive.datarush.cal.monitoring that return types with arguments of type NodeStatistics Modifier and Type Method Description List<NodeStatistics>JobStatistics. getNodeStatistics()Method parameters in com.pervasive.datarush.cal.monitoring with type arguments of type NodeStatistics 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)static List<JobStatistics>JobStatistics. multiJobStatistics(JobStatus status, List<NodeStatistics> nodeStatistics, List<JobInformation> allocatedJobs)
-