Uses of Class
com.pervasive.datarush.monitoring.StatisticsMap
-
Packages that use StatisticsMap Package Description com.pervasive.datarush.cal.monitoring com.pervasive.datarush.graphs Provides classes and interfaces for the construction of executable dataflow graphs.com.pervasive.datarush.monitoring Provides classes and interfaces for reporting on commonly monitored resources such as memory, threads, and I/O. -
-
Uses of StatisticsMap in com.pervasive.datarush.cal.monitoring
Methods in com.pervasive.datarush.cal.monitoring that return StatisticsMap Modifier and Type Method Description StatisticsMapJobStatistics. aggregate()StatisticsMapNodeStatistics. getStatistics()StatisticsMapNodeStatisticsSnapshot. getStatistics()Constructors in com.pervasive.datarush.cal.monitoring with parameters of type StatisticsMap Constructor Description NodeStatisticsSnapshot(String nodeID, String host, JobServerInformation jobWorkerInfo, StatisticsMap statistics) -
Uses of StatisticsMap in com.pervasive.datarush.graphs
Methods in com.pervasive.datarush.graphs that return StatisticsMap Modifier and Type Method Description static StatisticsMapLogicalStatistics. aggregate(LogicalGraphInstanceView graph)Performs aggregation across all statistics within a graphstatic StatisticsMapLogicalStatistics. aggregate(List<LogicalStatistic> details)Performs aggregation across logical statistic by the standard aggregation defined for eachStatisticDefinition.static StatisticsMapLogicalStatistics. aggregateMinOfSumsOfCounts(List<LogicalStatistic> details)Performs aggregation across the given list of statistics for the special case monitoring counter progress for a composite port.StatisticsMapInputPortInstance. getHistoricalStatistics()Returns aggregations for subgraphs that have been flushed from the history.StatisticsMapOperatorInstance. getHistoricalStatistics()Returns aggregations for subgraphs that have been flushed from the history. -
Uses of StatisticsMap in com.pervasive.datarush.monitoring
Methods in com.pervasive.datarush.monitoring that return StatisticsMap Modifier and Type Method Description static StatisticsMapStatisticSuppliers. aggregate(List<RuntimeStatistic<?>> details)Performs aggregation across statistic details by the standard aggregation defined for eachStatisticDefinition.StatisticsMapStatisticsMap. finalSnapshot()Returns a map of all the statistics in this map, converting to final snapshots.
-