Uses of Class
com.pervasive.datarush.monitoring.StatisticsMap
Packages that use StatisticsMap
Package
Description
Provides classes and interfaces for the construction of executable
dataflow graphs.
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 StatisticsMapModifier and TypeMethodDescriptionJobStatistics.aggregate()NodeStatistics.getStatistics()NodeStatisticsSnapshot.getStatistics()Constructors in com.pervasive.datarush.cal.monitoring with parameters of type StatisticsMapModifierConstructorDescriptionNodeStatisticsSnapshot(String nodeID, String host, JobServerInformation jobWorkerInfo, StatisticsMap statistics) -
Uses of StatisticsMap in com.pervasive.datarush.graphs
Methods in com.pervasive.datarush.graphs that return StatisticsMapModifier and TypeMethodDescriptionstatic 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.InputPortInstance.getHistoricalStatistics()Returns aggregations for subgraphs that have been flushed from the history.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 StatisticsMapModifier and TypeMethodDescriptionstatic StatisticsMapStatisticSuppliers.aggregate(List<RuntimeStatistic<?>> details) Performs aggregation across statistic details by the standard aggregation defined for eachStatisticDefinition.StatisticsMap.finalSnapshot()Returns a map of all the statistics in this map, converting to final snapshots.