Uses of Interface
org.pipservices3.components.count.ICounterTimingCallback
| Package | Description |
|---|---|
| org.pipservices3.components.count |
-
Uses of ITimingCallback in org.pipservices3.components.count
Classes in org.pipservices3.components.count that implement ITimingCallback Modifier and Type Class Description classCachedCountersAbstract implementation of performance counters that measures and stores counters in memory.classCompositeCountersAggregates all counters from component references under a single component.classLogCountersPerformance counters that periodically dumps counters measurements to logger.Constructors in org.pipservices3.components.count with parameters of type ITimingCallback Constructor Description Timing(String counter, ITimingCallback callback)Creates a new instance of the timing callback object.