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
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 Details
-
builder
-
create
-
sampleSize
-
emitInterval
-
queueLength
-
emitInterval
-
sampleSize
public int sampleSize() -
queueLength
public int queueLength()
-