Uses of Enum
com.couchbase.client.core.cnc.apptelemetry.collector.AppTelemetryCounterType
Packages that use AppTelemetryCounterType
-
Uses of AppTelemetryCounterType in com.couchbase.client.core.cnc.apptelemetry.collector
Methods in com.couchbase.client.core.cnc.apptelemetry.collector that return AppTelemetryCounterTypeModifier and TypeMethodDescriptionstatic AppTelemetryCounterType
Returns the enum constant of this type with the specified name.static AppTelemetryCounterType[]
AppTelemetryCounterType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.couchbase.client.core.cnc.apptelemetry.collector with parameters of type AppTelemetryCounterTypeModifier and TypeMethodDescriptionvoid
AppTelemetryCollector.increment
(Request<?> request, AppTelemetryCounterType counterType) void
AppTelemetryCollectorImpl.increment
(Request<?> request, AppTelemetryCounterType counterType)