Class JfrRuleTopics
- java.lang.Object
-
- org.openjdk.jmc.flightrecorder.rules.util.JfrRuleTopics
-
public final class JfrRuleTopics extends Object
A number of constant strings that are used as topics by JMC rules and pages. These are only used as a convenience, you are by no means limited to these strings.
-
-
Field Summary
Fields Modifier and Type Field Description static StringBIASED_LOCKINGstatic StringCLASS_LOADINGstatic StringCODE_CACHEstatic StringCOMPILATIONSstatic StringCONSTANT_POOLSstatic StringENVIRONMENT_VARIABLESstatic StringEXCEPTIONSstatic StringFILE_IOstatic StringGARBAGE_COLLECTIONstatic StringGC_CONFIGURATIONstatic StringGC_SUMMARYstatic StringHEAPstatic StringJAVA_APPLICATIONstatic StringJVM_INFORMATIONstatic StringLOCK_INSTANCESstatic StringMEMORY_LEAKstatic StringMETHOD_PROFILINGstatic StringNATIVE_LIBRARYstatic StringPROCESSESstatic StringRECORDINGstatic StringSOCKET_IOstatic StringSYSTEM_INFORMATIONstatic StringSYSTEM_PROPERTIESstatic StringTHREAD_DUMPSstatic StringTHREADSstatic StringTLABstatic StringVM_OPERATIONS
-
Constructor Summary
Constructors Constructor Description JfrRuleTopics()
-
-
-
Field Detail
-
BIASED_LOCKING
public static final String BIASED_LOCKING
- See Also:
- Constant Field Values
-
CLASS_LOADING
public static final String CLASS_LOADING
- See Also:
- Constant Field Values
-
CODE_CACHE
public static final String CODE_CACHE
- See Also:
- Constant Field Values
-
COMPILATIONS
public static final String COMPILATIONS
- See Also:
- Constant Field Values
-
ENVIRONMENT_VARIABLES
public static final String ENVIRONMENT_VARIABLES
- See Also:
- Constant Field Values
-
EXCEPTIONS
public static final String EXCEPTIONS
- See Also:
- Constant Field Values
-
FILE_IO
public static final String FILE_IO
- See Also:
- Constant Field Values
-
GARBAGE_COLLECTION
public static final String GARBAGE_COLLECTION
- See Also:
- Constant Field Values
-
GC_CONFIGURATION
public static final String GC_CONFIGURATION
- See Also:
- Constant Field Values
-
GC_SUMMARY
public static final String GC_SUMMARY
- See Also:
- Constant Field Values
-
HEAP
public static final String HEAP
- See Also:
- Constant Field Values
-
JAVA_APPLICATION
public static final String JAVA_APPLICATION
- See Also:
- Constant Field Values
-
JVM_INFORMATION
public static final String JVM_INFORMATION
- See Also:
- Constant Field Values
-
LOCK_INSTANCES
public static final String LOCK_INSTANCES
- See Also:
- Constant Field Values
-
MEMORY_LEAK
public static final String MEMORY_LEAK
- See Also:
- Constant Field Values
-
METHOD_PROFILING
public static final String METHOD_PROFILING
- See Also:
- Constant Field Values
-
NATIVE_LIBRARY
public static final String NATIVE_LIBRARY
- See Also:
- Constant Field Values
-
PROCESSES
public static final String PROCESSES
- See Also:
- Constant Field Values
-
RECORDING
public static final String RECORDING
- See Also:
- Constant Field Values
-
CONSTANT_POOLS
public static final String CONSTANT_POOLS
- See Also:
- Constant Field Values
-
SOCKET_IO
public static final String SOCKET_IO
- See Also:
- Constant Field Values
-
SYSTEM_INFORMATION
public static final String SYSTEM_INFORMATION
- See Also:
- Constant Field Values
-
SYSTEM_PROPERTIES
public static final String SYSTEM_PROPERTIES
- See Also:
- Constant Field Values
-
THREAD_DUMPS
public static final String THREAD_DUMPS
- See Also:
- Constant Field Values
-
THREADS
public static final String THREADS
- See Also:
- Constant Field Values
-
TLAB
public static final String TLAB
- See Also:
- Constant Field Values
-
VM_OPERATIONS
public static final String VM_OPERATIONS
- See Also:
- Constant Field Values
-
-