Uses of Class
com.couchbase.client.core.cnc.diagnostics.GcAnalyzer.GcType
-
Packages that use GcAnalyzer.GcType Package Description com.couchbase.client.core.cnc.diagnostics com.couchbase.client.core.cnc.events.diagnostics -
-
Uses of GcAnalyzer.GcType in com.couchbase.client.core.cnc.diagnostics
Methods in com.couchbase.client.core.cnc.diagnostics that return GcAnalyzer.GcType Modifier and Type Method Description static GcAnalyzer.GcType
GcAnalyzer.GcType. fromString(String name)
Helper method to get theGcAnalyzer.GcType
for the string representation.static GcAnalyzer.GcType
GcAnalyzer.GcType. valueOf(String name)
Returns the enum constant of this type with the specified name.static GcAnalyzer.GcType[]
GcAnalyzer.GcType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of GcAnalyzer.GcType in com.couchbase.client.core.cnc.events.diagnostics
Methods in com.couchbase.client.core.cnc.events.diagnostics that return types with arguments of type GcAnalyzer.GcType Modifier and Type Method Description Set<GcAnalyzer.GcType>
GarbageCollectionsDetectedEvent. types()
Methods in com.couchbase.client.core.cnc.events.diagnostics with parameters of type GcAnalyzer.GcType Modifier and Type Method Description Duration
GarbageCollectionsDetectedEvent. collectionDuration(GcAnalyzer.GcType type)
long
GarbageCollectionsDetectedEvent. maxValue(GcAnalyzer.GcType type)
long
GarbageCollectionsDetectedEvent. totalCount(GcAnalyzer.GcType type)
long
GarbageCollectionsDetectedEvent. valueAtPercentile(GcAnalyzer.GcType type, double p)
Constructor parameters in com.couchbase.client.core.cnc.events.diagnostics with type arguments of type GcAnalyzer.GcType Constructor Description GarbageCollectionsDetectedEvent(Event.Severity severity, Context context, Map<GcAnalyzer.GcType,com.couchbase.client.core.deps.org.HdrHistogram.Histogram> histograms)
-