Uses of Class
com.couchbase.client.core.env.ThresholdLoggingTracerConfig
-
Packages that use ThresholdLoggingTracerConfig Package Description com.couchbase.client.core.cnc.tracing com.couchbase.client.core.env -
-
Uses of ThresholdLoggingTracerConfig in com.couchbase.client.core.cnc.tracing
Methods in com.couchbase.client.core.cnc.tracing that return ThresholdLoggingTracerConfig Modifier and Type Method Description ThresholdLoggingTracerConfig
ThresholdLoggingTracer. config()
Returns the current configuration.Methods in com.couchbase.client.core.cnc.tracing with parameters of type ThresholdLoggingTracerConfig Modifier and Type Method Description static ThresholdLoggingTracer
ThresholdLoggingTracer. create(EventBus eventBus, ThresholdLoggingTracerConfig config)
Creates a tracer with config and a reference to the event bus. -
Uses of ThresholdLoggingTracerConfig in com.couchbase.client.core.env
Methods in com.couchbase.client.core.env that return ThresholdLoggingTracerConfig Modifier and Type Method Description ThresholdLoggingTracerConfig
ThresholdLoggingTracerConfig.Builder. build()
static ThresholdLoggingTracerConfig
ThresholdLoggingTracerConfig. create()
static ThresholdLoggingTracerConfig
ThresholdLoggingTracerConfig. disabled()
-