Package com.couchbase.client.core.env
Class OrphanReporterConfig.Defaults
java.lang.Object
com.couchbase.client.core.env.OrphanReporterConfig.Defaults
- Enclosing class:
- OrphanReporterConfig
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Duration
Emit the event by default every 10 seconds.static final boolean
Orphan Reporter is enabled by default.static final int
Only allow to enqueue a maximum of 1024 orphans that are waiting to be picked up by the reporter.static final int
Only sample a maximum amount of 10 entries per interval. -
Constructor Summary
-
Method Summary
-
Field Details
-
DEFAULT_EMIT_INTERVAL
Emit the event by default every 10 seconds. -
DEFAULT_SAMPLE_SIZE
public static final int DEFAULT_SAMPLE_SIZEOnly sample a maximum amount of 10 entries per interval.- See Also:
-
DEFAULT_QUEUE_LENGTH
public static final int DEFAULT_QUEUE_LENGTHOnly allow to enqueue a maximum of 1024 orphans that are waiting to be picked up by the reporter.- See Also:
-
DEFAULT_ENABLED
public static final boolean DEFAULT_ENABLEDOrphan Reporter is enabled by default.- See Also:
-
-
Constructor Details
-
Defaults
public Defaults()
-