Package com.couchbase.client.core.env
Class OrphanReporterConfig
- java.lang.Object
-
- com.couchbase.client.core.env.OrphanReporterConfig
-
public class OrphanReporterConfig extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOrphanReporterConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OrphanReporterConfig.Builderbuilder()static OrphanReporterConfigcreate()DurationemitInterval()static OrphanReporterConfig.BuilderemitInterval(Duration emitInterval)intqueueLength()static OrphanReporterConfig.BuilderqueueLength(int queueLength)intsampleSize()static OrphanReporterConfig.BuildersampleSize(int sampleSize)
-
-
-
Method Detail
-
builder
public static OrphanReporterConfig.Builder builder()
-
create
public static OrphanReporterConfig create()
-
sampleSize
public static OrphanReporterConfig.Builder sampleSize(int sampleSize)
-
emitInterval
public static OrphanReporterConfig.Builder emitInterval(Duration emitInterval)
-
queueLength
public static OrphanReporterConfig.Builder queueLength(int queueLength)
-
emitInterval
public Duration emitInterval()
-
sampleSize
public int sampleSize()
-
queueLength
public int queueLength()
-
-