Module com.microsoft.gctoolkit.api
Package com.microsoft.gctoolkit.event
Interface LabelledGCEventType
-
- All Known Implementing Classes:
GarbageCollectionTypes,ZGCConcurrentPhases,ZGCPauseTypes
public interface LabelledGCEventTypeRepresentation of GC Collection Events
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static <E extends Enum<E> & LabelledGCEventType>
EfromLabel(Class<E> type, String label)StringgetLabel()
-
-
-
Method Detail
-
fromLabel
static <E extends Enum<E> & LabelledGCEventType> E fromLabel(Class<E> type, String label)
-
getLabel
String getLabel()
-
-