Uses of Package
com.pervasive.datarush.monitoring
-
Packages that use com.pervasive.datarush.monitoring Package Description com.pervasive.datarush.cal Provides interfaces the define the "cluster abstraction layer".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. -
Classes in com.pervasive.datarush.monitoring used by com.pervasive.datarush.cal Class Description RuntimeStatistic Pairing of aStatisticDefinition
and itsStatisticSupplier
. -
Classes in com.pervasive.datarush.monitoring used by com.pervasive.datarush.cal.monitoring Class Description RuntimeStatistic Pairing of aStatisticDefinition
and itsStatisticSupplier
.StatisticsMap Utility that provides a mapping fromStatisticDefinition
toStatisticSupplier
. -
Classes in com.pervasive.datarush.monitoring used by com.pervasive.datarush.graphs Class Description CounterDefinition Definition associated with aCounterSupplier
.RuntimeStatistic Pairing of aStatisticDefinition
and itsStatisticSupplier
.StatisticDefinition Provides metadata for a statistic including including display name controls how the statistic is to be aggregated across partitions.StatisticsMap Utility that provides a mapping fromStatisticDefinition
toStatisticSupplier
.StatisticSupplier Abstract supplier of a runtime statistic. -
Classes in com.pervasive.datarush.monitoring used by com.pervasive.datarush.monitoring Class Description AbstractIntervalTimerSupplier Convenient base class that should be extended by all implementations ofIntervalTimerSupplier
AccumulatedTimerDefinition Definition associated with aIntervalTimerSupplier
.AccumulatedTimerSnapshot A snapshot that reflects a point-in-time of aIntervalTimerSupplier
.AccumulatedTimerSupplier Abstract statistic that represents "wall-clock" time of some runtime activity.CounterAggregator The count aggregator to useCounterDefinition Definition associated with aCounterSupplier
.CounterSnapshot A snapshot that reflects a point-in-time of aCounterSupplier
.CounterSupplier Abstract statistic that represents a count of some runtime activity.GaugeAggregator The gauge aggregator to useGaugeDefinition Definition associated with aIntervalTimerSupplier
.GaugeSnapshot A snapshot that reflects a point-in-time of aGaugeSupplier
.GaugeSupplier Abstract statistic that represents a measure of some runtime activity whose value may fluctuate over time.IntervalTimerDefinition Definition associated with aIntervalTimerSupplier
.IntervalTimerSnapshot A snapshot that reflects a point-in-time of aIntervalTimerSupplier
.IntervalTimerSupplier Abstract statistic that represents "wall-clock" time of some runtime activity.RangeAggregator An aggregator for a range of valuesRuntimeStatistic Pairing of aStatisticDefinition
and itsStatisticSupplier
.StatisticDefinition Provides metadata for a statistic including including display name controls how the statistic is to be aggregated across partitions.StatisticsMap Utility that provides a mapping fromStatisticDefinition
toStatisticSupplier
.StatisticState The state associated with aStatisticSupplier
.StatisticSupplier Abstract supplier of a runtime statistic.UnitOfMeasure Optionally indicates a unit of measure of a statistic.