Class CounterManagerImpl

java.lang.Object
org.nuxeo.runtime.model.DefaultComponent
org.nuxeo.runtime.management.counters.CounterManagerImpl
All Implemented Interfaces:
CounterManager, Adaptable, Component, Extensible, TimestampedService

@Deprecated(since="11.4") public class CounterManagerImpl extends DefaultComponent implements CounterManager
Deprecated.
since 11.4: use dropwizard metrics counter instead
Runtime component that provides the CounterManager service. Uses Simon Counters for implementation
Author:
Tiry ([email protected])