Uses of Class
com.couchbase.client.core.env.OrphanReporterConfig.Builder
Packages that use OrphanReporterConfig.Builder
-
Uses of OrphanReporterConfig.Builder in com.couchbase.client.core.env
Methods in com.couchbase.client.core.env that return OrphanReporterConfig.BuilderModifier and TypeMethodDescriptionstatic OrphanReporterConfig.BuilderOrphanReporterConfig.builder()Deprecated.OrphanReporterConfig.Builder.emitInterval(Duration emitInterval) Allows to customize the event emit intervalstatic OrphanReporterConfig.BuilderOrphanReporterConfig.emitInterval(Duration emitInterval) Deprecated.This method creates a new builder.OrphanReporterConfig.Builder.enabled(boolean enabled) Allows to configure if this reporter is enabled.static OrphanReporterConfig.BuilderOrphanReporterConfig.enabled(boolean enabled) Deprecated.This method creates a new builder.CoreEnvironment.Builder.orphanReporterConfig()Returns the currently stored config builder.OrphanReporterConfig.Builder.queueLength(int queueLength) Allows to configure the max queue size for the responses waiting to be analyzed for reporting.static OrphanReporterConfig.BuilderOrphanReporterConfig.queueLength(int queueLength) Deprecated.This method creates a new builder.OrphanReporterConfig.Builder.sampleSize(int sampleSize) Allows to customize the sample size per service.static OrphanReporterConfig.BuilderOrphanReporterConfig.sampleSize(int sampleSize) Deprecated.This method creates a new builder.Methods in com.couchbase.client.core.env with parameters of type OrphanReporterConfig.BuilderModifier and TypeMethodDescriptionCoreEnvironment.Builder.orphanReporterConfig(OrphanReporterConfig.Builder orphanReporterConfig) Deprecated.This method clobbers any previously configured values.Method parameters in com.couchbase.client.core.env with type arguments of type OrphanReporterConfig.BuilderModifier and TypeMethodDescriptionCoreEnvironment.Builder.orphanReporterConfig(Consumer<OrphanReporterConfig.Builder> builderConsumer) Passes theOrphanReporterConfig.Builderto the provided consumer.
CoreEnvironment.Builder.orphanReporterConfig(Consumer)and configure the builder passed to the consumer.