Class NoMetricRegistry

java.lang.Object
org.infinispan.metrics.impl.NoMetricRegistry
All Implemented Interfaces:
Constants, MetricsRegistry

public final class NoMetricRegistry extends Object implements MetricsRegistry
An empty implementation of MetricsRegistry.

There is no registry in this instance and all the operations are no-ops. This instance is used when metrics are disabled globally.