Uses of Class
com.couchbase.client.core.cnc.diagnostics.GcAnalyzer.GcGeneration
-
Packages that use GcAnalyzer.GcGeneration Package Description com.couchbase.client.core.cnc.diagnostics -
-
Uses of GcAnalyzer.GcGeneration in com.couchbase.client.core.cnc.diagnostics
Methods in com.couchbase.client.core.cnc.diagnostics that return GcAnalyzer.GcGeneration Modifier and Type Method Description GcAnalyzer.GcGeneration
GcAnalyzer.GcType. generation()
static GcAnalyzer.GcGeneration
GcAnalyzer.GcGeneration. valueOf(String name)
Returns the enum constant of this type with the specified name.static GcAnalyzer.GcGeneration[]
GcAnalyzer.GcGeneration. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-