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.Builder
OrphanReporterConfig.builder()
Allows to configure a customOrphanReporterConfig
through a Builder API.OrphanReporterConfig.Builder.emitInterval
(Duration emitInterval) Allows to customize the event emit intervalstatic OrphanReporterConfig.Builder
OrphanReporterConfig.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.Builder
OrphanReporterConfig.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.Builder
OrphanReporterConfig.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.Builder
OrphanReporterConfig.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 theOrphanReporterConfig
through a provided builder.
CoreEnvironment.Builder.orphanReporterConfig(Consumer)
instead.