Uses of Class
com.couchbase.client.core.env.OrphanReporterConfig
Packages that use OrphanReporterConfig
-
Uses of OrphanReporterConfig in com.couchbase.client.core.cnc
Methods in com.couchbase.client.core.cnc that return OrphanReporterConfigModifier and TypeMethodDescriptionOrphanReporter.config()Returns the currently active configuration.Constructors in com.couchbase.client.core.cnc with parameters of type OrphanReporterConfigModifierConstructorDescriptionOrphanReporter(EventBus eventBus, OrphanReporterConfig config) Creates a newOrphanReporter. -
Uses of OrphanReporterConfig in com.couchbase.client.core.env
Methods in com.couchbase.client.core.env that return OrphanReporterConfigModifier and TypeMethodDescriptionOrphanReporterConfig.Builder.build()Creates a config out of this builder and freezes it effectively.static OrphanReporterConfigOrphanReporterConfig.create()Deprecated.
CoreEnvironment.Builder.orphanReporterConfig(Consumer)and configure the builder passed to the consumer.