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()Allows to configure a customOrphanReporterConfigthrough a Builder API.OrphanReporterConfig.Builder.emitInterval(Duration emitInterval) Allows to customize the event emit intervalstatic OrphanReporterConfig.BuilderOrphanReporterConfig.emitInterval(Duration emitInterval) Allows to customize the event emit interval.OrphanReporterConfig.Builder.enabled(boolean enabled) Allows to configure if this reporter is enabled.static OrphanReporterConfig.BuilderOrphanReporterConfig.enabled(boolean enabled) Allows to configure the status (enabled/disabled) of this reporter.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) Allows to configure the max queue size for the responses waiting to be analyzed for reporting.OrphanReporterConfig.Builder.sampleSize(int sampleSize) Allows to customize the sample size per service.static OrphanReporterConfig.BuilderOrphanReporterConfig.sampleSize(int sampleSize) Allows to customize the sample size per service.Methods in com.couchbase.client.core.env with parameters of type OrphanReporterConfig.BuilderModifier and TypeMethodDescriptionCoreEnvironment.Builder.orphanReporterConfig(OrphanReporterConfig.Builder orphanReporterConfig) Deprecated.Method parameters in com.couchbase.client.core.env with type arguments of type OrphanReporterConfig.BuilderModifier and TypeMethodDescriptionCoreEnvironment.Builder.orphanReporterConfig(Consumer<OrphanReporterConfig.Builder> builderConsumer) Allows to configure theOrphanReporterConfigthrough a provided builder.
CoreEnvironment.Builder.orphanReporterConfig(Consumer)instead.