Uses of Class
com.pervasive.datarush.monitoring.RuntimeStatistic
Packages that use RuntimeStatistic
Package
Description
Provides interfaces the define the "cluster abstraction layer".
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 RuntimeStatistic in com.pervasive.datarush.cal
Methods in com.pervasive.datarush.cal that return types with arguments of type RuntimeStatisticModifier and TypeMethodDescriptionList<RuntimeStatistic<?>>MonitoredCallable.getStatistics()Returns the statistics for this callable -
Uses of RuntimeStatistic in com.pervasive.datarush.cal.monitoring
Method parameters in com.pervasive.datarush.cal.monitoring with type arguments of type RuntimeStatisticModifier and TypeMethodDescriptionstatic NodeStatisticsSnapshotNodeStatisticsSnapshot.captureThisJVM(String nodeID, String host, JobServerInformation jobWorkerInfo, List<RuntimeStatistic<?>> additionalStats) -
Uses of RuntimeStatistic in com.pervasive.datarush.graphs
Methods in com.pervasive.datarush.graphs that return RuntimeStatisticModifier and TypeMethodDescriptionLogicalStatistic.statistic()Returns the pair ofLogicalStatistic.definition()andLogicalStatistic.supplier().Methods in com.pervasive.datarush.graphs that return types with arguments of type RuntimeStatisticModifier and TypeMethodDescriptionstatic List<RuntimeStatistic<?>>LogicalStatistics.statistics(List<LogicalStatistic> logicalStatistics) Utility method to select each of theLogicalStatistic.statistic()'s from the specified list.Methods in com.pervasive.datarush.graphs with parameters of type RuntimeStatisticModifier and TypeMethodDescriptionLogicalStatistic.Builder.define(RuntimeStatistic<?> statistic) Sets the values forLogicalStatistic.definition()andLogicalStatistic.supplier()based on those specified.voidStatisticsRegistry.register(RuntimeStatistic<?> statistic) Registers the given statistics object. -
Uses of RuntimeStatistic in com.pervasive.datarush.monitoring
Methods in com.pervasive.datarush.monitoring that return RuntimeStatisticModifier and TypeMethodDescriptionRuntimeStatistic.finalSnapshot()Creates a final snapshot of this statisticRuntimeStatistic.snapshot()Creates a snapshot of this statisticMethods in com.pervasive.datarush.monitoring that return types with arguments of type RuntimeStatisticModifier and TypeMethodDescriptionList<RuntimeStatistic<?>>StatisticsMap.entries()Returns the list of statistic pairsMethods in com.pervasive.datarush.monitoring with parameters of type RuntimeStatisticModifier and TypeMethodDescriptionstatic StringStatisticFormats.format(RuntimeStatistic<?> statistic) Formats the given runtime statistics as a string for presentation in the UI.<T extends StatisticSupplier>
voidStatisticsMap.put(RuntimeStatistic<T> statistic) Type-safe put that adds a pair of statistic and definitionMethod parameters in com.pervasive.datarush.monitoring with type arguments of type RuntimeStatisticModifier and TypeMethodDescriptionstatic StatisticsMapStatisticSuppliers.aggregate(List<RuntimeStatistic<?>> details) Performs aggregation across statistic details by the standard aggregation defined for eachStatisticDefinition.Constructor parameters in com.pervasive.datarush.monitoring with type arguments of type RuntimeStatisticModifierConstructorDescriptionStatisticsMap(List<RuntimeStatistic<?>> entries) Creates a map consisting of the specified entries