Uses of Class
org.openjdk.jmc.flightrecorder.rules.jdk.memory.CollectorType
-
Packages that use CollectorType Package Description org.openjdk.jmc.flightrecorder.rules.jdk.memory -
-
Uses of CollectorType in org.openjdk.jmc.flightrecorder.rules.jdk.memory
Methods in org.openjdk.jmc.flightrecorder.rules.jdk.memory that return CollectorType Modifier and Type Method Description static CollectorTypeCollectorType. getOldCollectorType(IItemCollection items)static CollectorTypeCollectorType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CollectorType[]CollectorType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-