Uses of Class
com.couchbase.client.core.env.OrphanReporterConfig.Builder
Package | Description |
---|---|
com.couchbase.client.core.env |
-
Uses of OrphanReporterConfig.Builder in com.couchbase.client.core.env
Methods in com.couchbase.client.core.env that return OrphanReporterConfig.Builder Modifier and Type Method Description static OrphanReporterConfig.Builder
OrphanReporterConfig. builder()
Allows to configure a customOrphanReporterConfig
through a Builder API.OrphanReporterConfig.Builder
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
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.OrphanReporterConfig.Builder
CoreEnvironment.Builder. orphanReporterConfig()
Returns the currently stored config builder.OrphanReporterConfig.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
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.Builder Modifier and Type Method Description SELF
CoreEnvironment.Builder. orphanReporterConfig(OrphanReporterConfig.Builder orphanReporterConfig)
Allows to customize the behavior of the orphan response reporter.