@Stability.Internal public static class OrphanReporterConfig.Defaults extends Object
| Modifier and Type | Field and Description |
|---|---|
static Duration |
DEFAULT_EMIT_INTERVAL
Emit the event by default every 10 seconds.
|
static boolean |
DEFAULT_ENABLED
Orphan Reporter is enabled by default.
|
static int |
DEFAULT_QUEUE_LENGTH
Only allow to enqueue a maximum of 1024 orphans that are waiting to be picked up by the reporter.
|
static int |
DEFAULT_SAMPLE_SIZE
Only sample a maximum amount of 10 entries per interval.
|
| Constructor and Description |
|---|
Defaults() |
public static final Duration DEFAULT_EMIT_INTERVAL
public static final int DEFAULT_SAMPLE_SIZE
public static final int DEFAULT_QUEUE_LENGTH
public static final boolean DEFAULT_ENABLED
Copyright © 2024 Couchbase, Inc.. All rights reserved.