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.
|
Modifier and Type | Method and Description |
---|---|
StatisticsMap |
JobStatistics.aggregate() |
StatisticsMap |
NodeStatisticsSnapshot.getStatistics() |
StatisticsMap |
NodeStatistics.getStatistics() |
Constructor and Description |
---|
NodeStatisticsSnapshot(String nodeID,
String host,
JobServerInformation jobWorkerInfo,
StatisticsMap statistics) |
Modifier and Type | Method and Description |
---|---|
static StatisticsMap |
LogicalStatistics.aggregate(List<LogicalStatistic> details)
Performs aggregation across logical statistic by the standard
aggregation defined for each
StatisticDefinition . |
static StatisticsMap |
LogicalStatistics.aggregate(LogicalGraphInstanceView graph)
Performs aggregation across all statistics within a graph
|
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 |
OperatorInstance.getHistoricalStatistics()
Returns aggregations for subgraphs that have been flushed from the history.
|
StatisticsMap |
InputPortInstance.getHistoricalStatistics()
Returns aggregations for subgraphs that have been flushed from the history.
|
Modifier and Type | Method and Description |
---|---|
static StatisticsMap |
StatisticSuppliers.aggregate(List<RuntimeStatistic<?>> details)
Performs aggregation across statistic details by the standard
aggregation defined for each
StatisticDefinition . |
StatisticsMap |
StatisticsMap.finalSnapshot()
Returns a map of all the statistics in this map, converting to final snapshots.
|
Copyright © 2020 Actian Corporation. All rights reserved.