Package org.pipservices3.components.count


package org.pipservices3.components.count
  • Class
    Description
    Abstract implementation of performance counters that measures and stores counters in memory.
    Aggregates all counters from component references under a single component.
    Data object to store measurement for a performance counter.
    Callback object returned by ICounters.beginTiming(String) to end timing of execution block and update the associated counter.
    Types of counters that measure different types of metrics
    Creates ICounters components by their descriptors.
    Interface for performance counters that measure execution metrics.
    Interface for a callback to end measurement of execution elapsed time.
    Performance counters that periodically dumps counters measurements to logger.
    Dummy implementation of performance counters that doesn't do anything.