Uses of Class
com.pervasive.datarush.graphs.LogicalStatistic
Packages that use LogicalStatistic
Package
Description
Provides classes and interfaces for the construction of executable
dataflow graphs.
-
Uses of LogicalStatistic in com.pervasive.datarush.graphs
Methods in com.pervasive.datarush.graphs that return LogicalStatisticModifier and TypeMethodDescriptionLogicalStatistic.Builder.build()Creates a new LogicalStatistic.LogicalStatistic.finalSnapshot()Returns a snapshot view of these statistics with all statistics appropriate for a graph that is in a terminated state.LogicalStatistic.snapshot()Returns a snapshot view of these statistics.Methods in com.pervasive.datarush.graphs that return types with arguments of type LogicalStatisticModifier and TypeMethodDescriptionstatic List<LogicalStatistic>LogicalStatistics.filter(List<LogicalStatistic> stats, StatisticDefinition<?> definition) Utility method to select all statistics that match the given definition.static List<LogicalStatistic>LogicalGraphInstances.getConnectionStatistics(LogicalGraphInstance instance, LogicalPort inputPort) Returns the connection statistics associated with the given input port.static List<LogicalStatistic>LogicalGraphInstances.getOperatorStatistics(LogicalGraphInstance instance, LogicalOperator operator) Returns the operator statistics associated with the given operator.InputPortInstance.getStatistics()Returns statistics for this port.OperatorInstance.getStatistics()Returns the operator statistics associated with the operator.Methods in com.pervasive.datarush.graphs with parameters of type LogicalStatisticMethod parameters in com.pervasive.datarush.graphs with type arguments of type LogicalStatisticModifier and TypeMethodDescriptionstatic 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.static List<LogicalStatistic>LogicalStatistics.filter(List<LogicalStatistic> stats, StatisticDefinition<?> definition) Utility method to select all statistics that match the given definition.static <T extends StatisticSupplier>
List<T>LogicalStatistics.filterSuppliers(List<LogicalStatistic> stats, StatisticDefinition<T> definition) Utility method to select all statistics suppliers that match the given definition.static List<RuntimeStatistic<?>>LogicalStatistics.statistics(List<LogicalStatistic> logicalStatistics) Utility method to select each of thestatistic()'s from the specified list.