| Package | Description |
|---|---|
| com.couchbase.client.core.cnc | |
| com.couchbase.client.core.env |
| Modifier and Type | Method and Description |
|---|---|
OrphanReporterConfig |
OrphanReporter.config()
Returns the currently active configuration.
|
| Constructor and Description |
|---|
OrphanReporter(EventBus eventBus,
OrphanReporterConfig config)
Creates a new
OrphanReporter. |
| Modifier and Type | Method and Description |
|---|---|
OrphanReporterConfig |
OrphanReporterConfig.Builder.build()
Creates a config out of this builder and freezes it effectively.
|
static OrphanReporterConfig |
OrphanReporterConfig.create()
Deprecated.
Instead, please use
CoreEnvironment.Builder.orphanReporterConfig(Consumer)
and configure the builder passed to the consumer.
Note: CoreEnvironment is a base class; you'll
probably call that method via a subclass named
ClusterEnvironment. |
Copyright © 2024 Couchbase, Inc.. All rights reserved.