Class GarbageCollectionsDetectedEvent
- java.lang.Object
-
- com.couchbase.client.core.cnc.AbstractEvent
-
- com.couchbase.client.core.cnc.events.diagnostics.GarbageCollectionsDetectedEvent
-
- All Implemented Interfaces:
Event
public class GarbageCollectionsDetectedEvent extends AbstractEvent
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.couchbase.client.core.cnc.Event
Event.Category, Event.Severity
-
-
Field Summary
-
Fields inherited from interface com.couchbase.client.core.cnc.Event
CATEGORY_PREFIX
-
-
Constructor Summary
Constructors Constructor Description GarbageCollectionsDetectedEvent(Event.Severity severity, Context context, Map<GcAnalyzer.GcType,com.couchbase.client.core.deps.org.HdrHistogram.Histogram> histograms)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Duration
collectionDuration(GcAnalyzer.GcType type)
String
description()
A textual description with more information about the event.long
maxValue(GcAnalyzer.GcType type)
long
totalCount(GcAnalyzer.GcType type)
Set<GcAnalyzer.GcType>
types()
long
valueAtPercentile(GcAnalyzer.GcType type, double p)
-
-
-
Constructor Detail
-
GarbageCollectionsDetectedEvent
public GarbageCollectionsDetectedEvent(Event.Severity severity, Context context, Map<GcAnalyzer.GcType,com.couchbase.client.core.deps.org.HdrHistogram.Histogram> histograms)
-
-
Method Detail
-
types
public Set<GcAnalyzer.GcType> types()
-
totalCount
public long totalCount(GcAnalyzer.GcType type)
-
valueAtPercentile
public long valueAtPercentile(GcAnalyzer.GcType type, double p)
-
maxValue
public long maxValue(GcAnalyzer.GcType type)
-
collectionDuration
public Duration collectionDuration(GcAnalyzer.GcType type)
-
-