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 StatisticsMap
JobStatistics. aggregate()
StatisticsMap
NodeStatistics. getStatistics()
StatisticsMap
NodeStatisticsSnapshot. 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 StatisticsMap
LogicalStatistics. aggregate(LogicalGraphInstanceView graph)
Performs aggregation across all statistics within a graphstatic StatisticsMap
LogicalStatistics. aggregate(List<LogicalStatistic> details)
Performs aggregation across logical statistic by the standard aggregation defined for eachStatisticDefinition
.static StatisticsMap
LogicalStatistics. aggregateMinOfSumsOfCounts(List<LogicalStatistic> details)
Performs aggregation across the given list of statistics for the special case monitoring counter progress for a composite port.StatisticsMap
InputPortInstance. getHistoricalStatistics()
Returns aggregations for subgraphs that have been flushed from the history.StatisticsMap
OperatorInstance. 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 StatisticsMap
StatisticSuppliers. aggregate(List<RuntimeStatistic<?>> details)
Performs aggregation across statistic details by the standard aggregation defined for eachStatisticDefinition
.StatisticsMap
StatisticsMap. finalSnapshot()
Returns a map of all the statistics in this map, converting to final snapshots.
-