Uses of Class
com.google.caliper.bridge.GcLogMessage.Type
-
Packages that use GcLogMessage.Type Package Description com.google.caliper.bridge Bridges between the runner and the worker. -
-
Uses of GcLogMessage.Type in com.google.caliper.bridge
Methods in com.google.caliper.bridge that return GcLogMessage.Type Modifier and Type Method Description GcLogMessage.TypeGcLogMessage. type()static GcLogMessage.TypeGcLogMessage.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static GcLogMessage.Type[]GcLogMessage.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-