Uses of Class
com.couchbase.client.core.env.OrphanReporterConfig.Builder
-
Uses of OrphanReporterConfig.Builder in com.couchbase.client.core.env
Modifier and TypeMethodDescriptionstatic OrphanReporterConfig.Builder
OrphanReporterConfig.builder()
Deprecated.OrphanReporterConfig.Builder.emitInterval
(Duration emitInterval) Allows to customize the event emit intervalstatic OrphanReporterConfig.Builder
OrphanReporterConfig.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.Builder
OrphanReporterConfig.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.Builder
OrphanReporterConfig.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.Builder
OrphanReporterConfig.sampleSize
(int sampleSize) Deprecated.This method creates a new builder.Modifier and TypeMethodDescriptionCoreEnvironment.Builder.orphanReporterConfig
(OrphanReporterConfig.Builder orphanReporterConfig) Deprecated.This method clobbers any previously configured values.Modifier and TypeMethodDescriptionCoreEnvironment.Builder.orphanReporterConfig
(Consumer<OrphanReporterConfig.Builder> builderConsumer) Passes theOrphanReporterConfig.Builder
to the provided consumer.
CoreEnvironment.Builder.orphanReporterConfig(Consumer)
and configure the builder passed to the consumer.