Uses of Interface
com.couchbase.client.core.cnc.diagnostics.Analyzer
-
Packages that use Analyzer Package Description com.couchbase.client.core.cnc.diagnostics -
-
Uses of Analyzer in com.couchbase.client.core.cnc.diagnostics
Classes in com.couchbase.client.core.cnc.diagnostics that implement Analyzer Modifier and Type Class Description class
GcAnalyzer
TheGcAnalyzer
takes incomingGarbageCollectionNotificationInfo
from the JVM and analyzes it.class
PauseAnalyzer
Analyzes JVM pauses by utilizing the greatPauseDetector
from LatencyUtils.
-