- PauseData - Interface in com.ibm.java.diagnostics.healthcenter.api.gc
-
This is a single time event data representing a garbage collection pause.
- PAUSETIMEDATA - Static variable in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCData
-
Used to get only Pause Time Data when comparing against NotificationListener.getUserData()
- PHYSICALMEMORYDATA - Static variable in interface com.ibm.java.diagnostics.healthcenter.api.nativememory.NativeMemoryData
-
Used to get only Physical Memory Data when comparing against
NotificationListener.getUserData()
- PRIVATEMEMORYDATA - Static variable in interface com.ibm.java.diagnostics.healthcenter.api.nativememory.NativeMemoryData
-
Used to get only Private Memory Data when comparing against
NotificationListener.getUserData()
- PROCESSUSEDATA - Static variable in interface com.ibm.java.diagnostics.healthcenter.api.cpu.CpuData
-
Used to get only Process Use Data when comparing against NotificationListener.getUserData()
- PROFILEDATA - Static variable in interface com.ibm.java.diagnostics.healthcenter.api.profiling.ProfilingData
-
Used to get only Profiling Data when comparing against
NotificationListener.getUserData()
- ProfilingData - Interface in com.ibm.java.diagnostics.healthcenter.api.profiling
-
This class represents all the profiling data that was processed by Health
Center.
- ProfilingEvent - Interface in com.ibm.java.diagnostics.healthcenter.api.profiling
-
This class defines the values returned when a profiling event takes place and
is used by the ProfilingEventListener interface
- profilingEvent(ProfilingEvent) - Method in interface com.ibm.java.diagnostics.healthcenter.api.profiling.ProfilingEventListener
-
- ProfilingEventListener - Interface in com.ibm.java.diagnostics.healthcenter.api.profiling
-
This interface needs to be implemented to receive notifications via the profilingEvent call
every time a profiling event takes place
- ProfilingMethod - Interface in com.ibm.java.diagnostics.healthcenter.api.profiling
-