Package | Description |
---|---|
com.couchbase.client.core.env |
Modifier and Type | Method and Description |
---|---|
static OrphanReporterConfig.Builder |
OrphanReporterConfig.builder()
Allows to configure a custom
OrphanReporterConfig through a Builder API. |
static OrphanReporterConfig.Builder |
OrphanReporterConfig.emitInterval(Duration emitInterval)
Allows to customize the event emit interval.
|
OrphanReporterConfig.Builder |
OrphanReporterConfig.Builder.emitInterval(Duration emitInterval)
Allows to customize the event emit interval
|
static OrphanReporterConfig.Builder |
OrphanReporterConfig.enabled(boolean enabled)
Allows to configure the status (enabled/disabled) of this reporter.
|
OrphanReporterConfig.Builder |
OrphanReporterConfig.Builder.enabled(boolean enabled)
Allows to configure if this reporter is enabled.
|
OrphanReporterConfig.Builder |
CoreEnvironment.Builder.orphanReporterConfig()
Returns the currently stored config builder.
|
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.queueLength(int queueLength)
Allows to configure the max queue size for the responses waiting to be analyzed for reporting.
|
static OrphanReporterConfig.Builder |
OrphanReporterConfig.sampleSize(int sampleSize)
Allows to customize the sample size per service.
|
OrphanReporterConfig.Builder |
OrphanReporterConfig.Builder.sampleSize(int sampleSize)
Allows to customize the sample size per service.
|
Modifier and Type | Method and Description |
---|---|
SELF |
CoreEnvironment.Builder.orphanReporterConfig(OrphanReporterConfig.Builder orphanReporterConfig)
Allows to customize the behavior of the orphan response reporter.
|
Copyright © 2021 Couchbase, Inc.. All rights reserved.