Uses of Class
com.couchbase.client.core.env.OrphanReporterConfig
-
Uses of OrphanReporterConfig in com.couchbase.client.core.cnc
Modifier and TypeMethodDescriptionOrphanReporter.config()
Returns the currently active configuration.ModifierConstructorDescriptionOrphanReporter
(EventBus eventBus, OrphanReporterConfig config) Creates a newOrphanReporter
. -
Uses of OrphanReporterConfig in com.couchbase.client.core.env
Modifier and TypeMethodDescriptionOrphanReporterConfig.Builder.build()
Creates a config out of this builder and freezes it effectively.static OrphanReporterConfig
OrphanReporterConfig.create()
Deprecated.
CoreEnvironment.Builder.orphanReporterConfig(Consumer)
and configure the builder passed to the consumer.