Uses of Enum
com.couchbase.client.core.cnc.metrics.CounterName
Packages that use CounterName
-
Uses of CounterName in com.couchbase.client.core.cnc.metrics
Methods in com.couchbase.client.core.cnc.metrics that return CounterNameModifier and TypeMethodDescriptionstatic CounterNameReturns the enum constant of this type with the specified name.static CounterName[]CounterName.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.couchbase.client.core.cnc.metrics with parameters of type CounterNameModifier and TypeMethodDescriptionAbstractMeter.counter(CounterName metric, ResponseMetricIdentifier rmi) MeterProviderImpl.counter(CounterName metric, ResponseMetricIdentifier rmi) MeterProviderImplV0.counter(CounterName metric, ResponseMetricIdentifier rmi) MeterProviderImplV1.counter(CounterName metric, ResponseMetricIdentifier rmi)