A B C D E F G H I J L M N O P R S T U V 

G

GCData - Interface in com.ibm.java.diagnostics.healthcenter.api.gc
This class provides information about the garbage collection behaviour in the monitored Java application.
GCData.GCmodes - Enum in com.ibm.java.diagnostics.healthcenter.api.gc
The different types of garbage collection mode.
GCDefaultPreferences - Interface in com.ibm.java.diagnostics.healthcenter.api.gc
This class provides default values for the garbage collection preferences
GCEvent - Interface in com.ibm.java.diagnostics.healthcenter.api.gc
This class defines the values returned with a GC event takes place and is used by the GCEventListener interface
gcEvent(GCEvent) - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCEventListener
 
GCEventListener - Interface in com.ibm.java.diagnostics.healthcenter.api.gc
This interface needs to be implemented to receive notifications via the gcEvent call every time a gc takes place
GCPreferences - Class in com.ibm.java.diagnostics.healthcenter.api.gc
This class allows applications to retrieve or set various preferences that are relevant to the garbage collection data
GCPreferences() - Constructor for class com.ibm.java.diagnostics.healthcenter.api.gc.GCPreferences
Initializes the default set of preferences.
GenconEvent - Interface in com.ibm.java.diagnostics.healthcenter.api.gc
 
getAcquireCount() - Method in interface com.ibm.java.diagnostics.healthcenter.api.locking.MonitorData
Gets the total number of times the lock was acquired while it was inflated.
getAllocatedDeep() - Method in interface com.ibm.java.diagnostics.healthcenter.api.nativememory.NativeMemoryCategory
Gets the number of objects allocated for this category and all of its subcategories.
getAllocatedDeep() - Method in interface com.ibm.java.diagnostics.healthcenter.api.nativememory.NativeMemoryCategoryEvent
Gets the number of objects allocated for this category and all of its subcategories.
getAllocatedShallow() - Method in interface com.ibm.java.diagnostics.healthcenter.api.nativememory.NativeMemoryCategory
Gets the number of objects allocated for this category only.
getAllocatedShallow() - Method in interface com.ibm.java.diagnostics.healthcenter.api.nativememory.NativeMemoryCategoryEvent
Gets the number of objects allocated for this category only.
getAllocationSize() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.ObjectAllocationEvent
Returns the size of this allocation, in bytes.
getAllocationSize() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.OutOfLineAllocationEvent
Returns the size of this allocation, in bytes.
getAllRecommendations() - Method in interface com.ibm.java.diagnostics.healthcenter.api.HealthCenterData
Gets all the recommendations.
getAllThreads() - Method in interface com.ibm.java.diagnostics.healthcenter.api.threads.ThreadsData
Returns all the threads in the monitored application over time.
getAmountFlipped() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GenconEvent
 
getAmountOfDataReceived() - Method in interface com.ibm.java.diagnostics.healthcenter.api.HealthCenter
Gets the number of bytes read so far by the Health Center.
getAverageCollectionInterval() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCData
Gets average interval, in milliseconds, between garbage collections.
getAverageGCPauseTime() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCData
Gets the average garbage collection pause time, in milliseconds.
getAverageGMPCollections() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCData
Gets the average number of global mark phase collections per cycle.
getAverageHoldTime() - Method in interface com.ibm.java.diagnostics.healthcenter.api.locking.LockingEvent
 
getAverageHoldTime() - Method in interface com.ibm.java.diagnostics.healthcenter.api.locking.MonitorData
Gets the average amount of time the lock was held for.
getBootClasspath() - Method in interface com.ibm.java.diagnostics.healthcenter.api.environment.EnvironmentData
Gets the contents of the boot classpath of the monitored application.
getBytesDeep() - Method in interface com.ibm.java.diagnostics.healthcenter.api.nativememory.NativeMemoryCategory
Gets the actual memory use for this category and all of its subcategories.
getBytesDeep() - Method in interface com.ibm.java.diagnostics.healthcenter.api.nativememory.NativeMemoryCategoryEvent
Gets the actual memory use for this category and all of its subcategories.
getBytesShallow() - Method in interface com.ibm.java.diagnostics.healthcenter.api.nativememory.NativeMemoryCategory
Gets the actual memory use for this category only.
getBytesShallow() - Method in interface com.ibm.java.diagnostics.healthcenter.api.nativememory.NativeMemoryCategoryEvent
Gets the actual memory use for this category only.
getCalledMethods() - Method in interface com.ibm.java.diagnostics.healthcenter.api.profiling.MethodProfileData
Gets an array of methods that this method calls.
getCalledMethods() - Method in interface com.ibm.java.diagnostics.healthcenter.api.profiling.MethodProfilingNode
Gets the methods that this method calls in this hierarchy.
getCallingMethods() - Method in interface com.ibm.java.diagnostics.healthcenter.api.profiling.MethodProfileData
Gets an array of methods that called this method.
getCallingMethods() - Method in interface com.ibm.java.diagnostics.healthcenter.api.profiling.MethodProfilingNode
Gets an array of methods that have called this method in this hierarchy.
getCallStack() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.ObjectAllocationEvent
Returns a comma separated call stack for the object allocation event.
getCallStack() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.OutOfLineAllocationEvent
Returns a comma separated call stack for the object allocation event.
getCallStack() - Method in interface com.ibm.java.diagnostics.healthcenter.api.profiling.ProfilingEvent
 
getChildren() - Method in interface com.ibm.java.diagnostics.healthcenter.api.nativememory.NativeMemoryCategory
Gets all subcategories of this category.
getClassAddress() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.OutOfLineAllocationEvent
Returns the class address for this allocation event.
getClassCount() - Method in interface com.ibm.java.diagnostics.healthcenter.api.classes.ClassHistogramData
Gets the number of instances of the class.
getClassesData() - Method in interface com.ibm.java.diagnostics.healthcenter.api.HealthCenter
Gets the classes data that is associated with this Health Center connection.
getClassesLoaded() - Method in interface com.ibm.java.diagnostics.healthcenter.api.classes.ClassesData
Gets the list of loaded classes.
getClassHistogram() - Method in interface com.ibm.java.diagnostics.healthcenter.api.classes.ClassesData
Gets the class histogram data.
getClassName() - Method in interface com.ibm.java.diagnostics.healthcenter.api.classes.ClassesEvent
Gets the name of the class
getClassName() - Method in interface com.ibm.java.diagnostics.healthcenter.api.classes.ClassHistogramData
Gets the loaded class name.
getClassName() - Method in interface com.ibm.java.diagnostics.healthcenter.api.classes.ClassLoadData
Gets the loaded class name.
getClassName() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.OutOfLineAllocationEvent
Returns the class name for this allocation event.
getClasspath() - Method in interface com.ibm.java.diagnostics.healthcenter.api.environment.EnvironmentData
Gets the contents of the classpath of the monitored application.
getClassSize() - Method in interface com.ibm.java.diagnostics.healthcenter.api.classes.ClassHistogramData
Gets the total size on the heap that is used by all the instances of this class.
getCompactionPercentageThreshold() - Method in class com.ibm.java.diagnostics.healthcenter.api.gc.GCPreferences
Gets the threshold above which a warning is given for excessive compaction.
getCompactTime() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCEvent
 
getConcurrentCollectionCount() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCData
Gets the concurrent collection count
getContendedMonitor() - Method in interface com.ibm.java.diagnostics.healthcenter.api.threads.ThreadData
Returns the name of the object whose monitor this thread is waiting to enter or regain.
getContendedMonitor() - Method in interface com.ibm.java.diagnostics.healthcenter.api.threads.ThreadEvent
 
getContendedMonitorOwner() - Method in interface com.ibm.java.diagnostics.healthcenter.api.threads.ThreadData
Returns the name of the thread that has the lock on the monitor that this thread is waiting to enter or regain.
getContention() - Method in interface com.ibm.java.diagnostics.healthcenter.api.locking.MonitorData
Gets the percentage of total acquires for which the thread had to block before it could take the lock.
getCount() - Method in interface com.ibm.java.diagnostics.healthcenter.api.CountData
Gets the count that is associated with this data.
getCpuData() - Method in interface com.ibm.java.diagnostics.healthcenter.api.HealthCenter
Gets the CPU data that is associated with this Health Center connection.
getCpuUse() - Method in interface com.ibm.java.diagnostics.healthcenter.api.cpu.CpuInfo
Returns the CPU use as a percentage value
getCriticalRecommendations() - Method in interface com.ibm.java.diagnostics.healthcenter.api.HealthCenterData
Gets the critical recommendations.
getDefaultCompactionPercentageThreshold() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCDefaultPreferences
Gets the default value for the excessive compaction threshold.
getDefaultHighOccupancyThreshold() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCDefaultPreferences
Gets the default value for the high occupancy threshold.
getDefaultLowOccupancyThreshold() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCDefaultPreferences
Gets the default value for the low occupancy threshold.
getDefaultPauseLengthThreshold() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCDefaultPreferences
Gets the default value for the long pause threshold.
getDefaultSystemGCPercentageThreshold() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCDefaultPreferences
Gets the default value for the system garbage collection threshold.
getDumpOptions() - Method in interface com.ibm.java.diagnostics.healthcenter.api.environment.EnvironmentData
Gets any dump options that were set by the monitored application.
getEarliestMonitoredDataTime() - Method in interface com.ibm.java.diagnostics.healthcenter.api.HealthCenter
Gets the time of the first piece of monitored data.
getEndTime() - Method in interface com.ibm.java.diagnostics.healthcenter.api.methodtrace.MethodTraceEvent
Gets the end time of this profile event.
getEnvironmentData() - Method in interface com.ibm.java.diagnostics.healthcenter.api.HealthCenter
Gets the environment data that is associated with this Health Center connection.
getEnvironmentVariables() - Method in interface com.ibm.java.diagnostics.healthcenter.api.environment.EnvironmentData
Gets a list of environment variables from the system that is running the monitored application.
getEventTime() - Method in interface com.ibm.java.diagnostics.healthcenter.api.BaseEvent
 
getEventTime() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.ObjectAllocationEvent
Returns the time, in milliseconds since epoch, when this allocation occurred.
getEventTime() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.OutOfLineAllocationEvent
Returns the time, in milliseconds since epoch, when this allocation occurred.
getEventType() - Method in interface com.ibm.java.diagnostics.healthcenter.api.io.FileEvent
 
getFileCloseEvents() - Method in interface com.ibm.java.diagnostics.healthcenter.api.io.IOData
Gets the close file events.
getFileName() - Method in interface com.ibm.java.diagnostics.healthcenter.api.io.FileData
Gets the name of the file associated with this file event.
getFileName() - Method in interface com.ibm.java.diagnostics.healthcenter.api.io.FileEvent
 
getFileOpenEvents() - Method in interface com.ibm.java.diagnostics.healthcenter.api.io.IOData
Gets the open file events.
getFinalReferencesCleared() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCEvent
 
getFreeHeapAfterGC() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCEvent
 
getFreeNurserySize() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GenconEvent
 
getFreePhysicalMemory() - Method in interface com.ibm.java.diagnostics.healthcenter.api.nativememory.NativeMemoryData
Gets the amount of physical memory (RAM) that is free on the monitored system.
getFreePhysicalMemory() - Method in interface com.ibm.java.diagnostics.healthcenter.api.nativememory.NativeMemoryEvent
Gets the amount of physical memory (RAM) that is free on the monitored system.
getFreeTenuredSize() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GenconEvent
 
getFullName() - Method in interface com.ibm.java.diagnostics.healthcenter.api.profiling.ProfilingMethod
 
getGCCount() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCData
Gets the number of garbage collections.
getGCData() - Method in interface com.ibm.java.diagnostics.healthcenter.api.HealthCenter
Gets the garbage collection data that is associated with this Health Center connection.
getGCMode() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCData
Gets the garbage collection mode that is used by the monitored application.
getGCMode() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCEvent
 
getGCPauseTimeData() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCData
Gets the data associated with garbage collection pause times.
getGlobalAverageCollectionInterval() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCData
Gets the average interval, in milliseconds, between global garbage collections.
getGlobalAverageGCPauseTime() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCData
Gets the average global garbage collection pause time, in milliseconds.
getGlobalGCCount() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCData
Gets the number of global garbage collections.
getGMPCycleCount() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCData
Gets the global mark phase cycle count.
getGMPIncrementalTime() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.BalancedEvent
 
getHealthCenterAgentLibraryDate() - Method in interface com.ibm.java.diagnostics.healthcenter.api.environment.EnvironmentData
Gets the date of the Health Center agent library.
getHealthCenterAgentVersion() - Method in interface com.ibm.java.diagnostics.healthcenter.api.environment.EnvironmentData
Gets the Health Center agent version.
getHealthyRecommendations() - Method in interface com.ibm.java.diagnostics.healthcenter.api.HealthCenterData
Gets the recommendations that indicate that the system is healthy.
getHeapSize() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCEvent
 
getHeapSize() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.HeapData
Returns the heap size.
getHeapSizeData() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCData
Gets the data that is associated with heap size.
getHighOccupancyThreshold() - Method in class com.ibm.java.diagnostics.healthcenter.api.gc.GCPreferences
Gets the threshold above which a warning is given for high occupancy.
getHistogramData() - Method in interface com.ibm.java.diagnostics.healthcenter.api.classes.ClassHistogramEvent
gets the array of histogram data associated with this event
getHostname() - Method in class com.ibm.java.diagnostics.healthcenter.api.ConnectionProperties
Gets the host name that is associated with this ConnectionProperties object.
getHostName() - Method in interface com.ibm.java.diagnostics.healthcenter.api.environment.EnvironmentData
Gets the host name of the system that is running the monitored application.
getInflatedJavaMonitors() - Method in interface com.ibm.java.diagnostics.healthcenter.api.locking.LockingData
Gets an array of MonitorData objects representing locks taken by the application that is being monitored.
getInflatedSystemMonitors() - Method in interface com.ibm.java.diagnostics.healthcenter.api.locking.LockingData
Gets an array of MonitorData objects representing locks taken by the Java runtime environment.
getInformationalRecommendations() - Method in interface com.ibm.java.diagnostics.healthcenter.api.HealthCenterData
Gets the informational recommendations.
getIOData() - Method in interface com.ibm.java.diagnostics.healthcenter.api.HealthCenter
Gets the I/O data that is associated with this Health Center connection.
getJavaCommandLine() - Method in interface com.ibm.java.diagnostics.healthcenter.api.environment.EnvironmentData
Gets the command line of the Java application that is being monitored.
getJavaFullVersion() - Method in interface com.ibm.java.diagnostics.healthcenter.api.environment.EnvironmentData
Gets a String representation of the full Java version for the application being monitored.
getJavaHome() - Method in interface com.ibm.java.diagnostics.healthcenter.api.environment.EnvironmentData
Gets the value of the JAVA_HOME evironment variable for the monitored application.
getJavaParameters() - Method in interface com.ibm.java.diagnostics.healthcenter.api.environment.EnvironmentData
Gets the parameters that are in effect in the running JVM.
getJavaVendor() - Method in interface com.ibm.java.diagnostics.healthcenter.api.environment.EnvironmentData
Gets the vendor of the Java virtual machine being monitored.
getJavaVersion() - Method in interface com.ibm.java.diagnostics.healthcenter.api.environment.EnvironmentData
Gets the version of the Java virtual machine being monitored.
getJavaVirtualMachineName() - Method in interface com.ibm.java.diagnostics.healthcenter.api.environment.EnvironmentData
Gets the name of the Java virtual machine being monitored.
getJmxPassword() - Method in class com.ibm.java.diagnostics.healthcenter.api.ConnectionProperties
Gets the JMX Authentication password that is associated with this ConnectionProperties object.
getJmxUsername() - Method in class com.ibm.java.diagnostics.healthcenter.api.ConnectionProperties
Gets the JMX authentication user name that is associated with this ConnectionProperties object.
getLargestMemoryRequest() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCData
Gets the largest memory request (in bytes) made by the application.
getLastUpdated() - Method in interface com.ibm.java.diagnostics.healthcenter.api.HealthCenter
Gets the time when data was last received (variable).
getLatestMonitoredDataTime() - Method in interface com.ibm.java.diagnostics.healthcenter.api.HealthCenter
Gets the time of the latest piece of monitored data.
getLatestThreads() - Method in interface com.ibm.java.diagnostics.healthcenter.api.threads.ThreadsData
Returns the latest set of threads in the monitored application.
getLoaFreeSize() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCEvent
 
getLoaSize() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCEvent
 
getLockedMonitors() - Method in interface com.ibm.java.diagnostics.healthcenter.api.threads.ThreadData
Returns an array which contains information about the object monitors currently locked by this thread.
getLockedSynchronizers() - Method in interface com.ibm.java.diagnostics.healthcenter.api.threads.ThreadData
Returns an array of synchronizer objects that are currently owned (exclusively) by this thread.
getLockingData() - Method in interface com.ibm.java.diagnostics.healthcenter.api.HealthCenter
Gets the locking data that is associated with this Health Center connection.
getLockName() - Method in interface com.ibm.java.diagnostics.healthcenter.api.locking.LockingEvent
 
getLocksOwned() - Method in interface com.ibm.java.diagnostics.healthcenter.api.threads.ThreadEvent
 
getLowOccupancyThreshold() - Method in class com.ibm.java.diagnostics.healthcenter.api.gc.GCPreferences
Gets the threshold below which a warning is given for low occupancy.
getMarkTime() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCEvent
 
getMaxFreePhysicalMemory() - Method in interface com.ibm.java.diagnostics.healthcenter.api.nativememory.NativeMemoryData
Gets the maximum amount of memory that is free on the monitored system in bytes.
getMaxHeapSize() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCData
Gets the maximum heap size.
getMaxPauseTime() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCData
Gets the maximum pause time.
getMaxProcessPhysicalMemory() - Method in interface com.ibm.java.diagnostics.healthcenter.api.nativememory.NativeMemoryData
Gets the maximum amount of physical memory in use by the monitored process in bytes.
getMaxProcessPrivateMemory() - Method in interface com.ibm.java.diagnostics.healthcenter.api.nativememory.NativeMemoryData
Gets the maximum amount of memory used exclusively by the monitored process, in bytes.
getMaxProcessUse() - Method in interface com.ibm.java.diagnostics.healthcenter.api.cpu.CpuData
Gets the maximum percentage value for process CPU use.
getMaxProcessVirtualMemory() - Method in interface com.ibm.java.diagnostics.healthcenter.api.nativememory.NativeMemoryData
Gets the maximum amount of total process address space used, in bytes.
getMaxSystemUse() - Method in interface com.ibm.java.diagnostics.healthcenter.api.cpu.CpuData
Gets the maximum percentage value for system CPU use.
getMaxUsedHeap() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCData
Gets the maximum used heap.
getMeanFreePhysicalMemory() - Method in interface com.ibm.java.diagnostics.healthcenter.api.nativememory.NativeMemoryData
Gets the mean amount of memory that is free on the monitored system in bytes.
getMeanHeapSize() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCData
Gets the mean heap size.
getMeanPauseTime() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCData
Gets the mean pause time.
getMeanProcessPhysicalMemory() - Method in interface com.ibm.java.diagnostics.healthcenter.api.nativememory.NativeMemoryData
Gets the mean amount of physical memory in use by the monitored process in bytes.
getMeanProcessPrivateMemory() - Method in interface com.ibm.java.diagnostics.healthcenter.api.nativememory.NativeMemoryData
Gets the mean amount of memory used exclusively by the monitored process, in bytes.
getMeanProcessUse() - Method in interface com.ibm.java.diagnostics.healthcenter.api.cpu.CpuData
Gets the mean percentage value for process CPU use.
getMeanProcessVirtualMemory() - Method in interface com.ibm.java.diagnostics.healthcenter.api.nativememory.NativeMemoryData
Gets the mean amount of total process address space used, in bytes.
getMeanSystemUse() - Method in interface com.ibm.java.diagnostics.healthcenter.api.cpu.CpuData
Gets the mean percentage value for system CPU use.
getMeanUsedHeap() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCData
Gets the mean used heap.
getMemoryBreakdownData() - Method in interface com.ibm.java.diagnostics.healthcenter.api.nativememory.NativeMemoryCategory
Gets the memory data for this category.
getMemoryRestriction() - Method in class com.ibm.java.diagnostics.healthcenter.api.HealthCenterPreferences
Gets the value of the memory restriction
getMethod() - Method in interface com.ibm.java.diagnostics.healthcenter.api.profiling.ProfilingEvent
 
getMethodId() - Method in interface com.ibm.java.diagnostics.healthcenter.api.profiling.MethodProfileData
Gets the unique method identifier.
getMethodName() - Method in interface com.ibm.java.diagnostics.healthcenter.api.profiling.MethodProfileData
Gets the name of the method.
getMethodName() - Method in interface com.ibm.java.diagnostics.healthcenter.api.profiling.MethodProfilingNode
Gets the name of this method.
getMethodName() - Method in interface com.ibm.java.diagnostics.healthcenter.api.profiling.ProfilingMethod
 
getMethodProfileTimes() - Method in interface com.ibm.java.diagnostics.healthcenter.api.profiling.MethodProfileData
Gets the time data associated with each time that this method was sampled.
getMethodSampleCount() - Method in interface com.ibm.java.diagnostics.healthcenter.api.profiling.MethodProfileData
Gets the number of times that this method was sampled.
getMethodSamplePercentage() - Method in interface com.ibm.java.diagnostics.healthcenter.api.profiling.MethodProfileData
Gets the proportion of samples that originated from this method.
getMethodTraceData() - Method in interface com.ibm.java.diagnostics.healthcenter.api.HealthCenter
Gets the method trace data that is associated with this Health Center connection.
getMethodTraceEvents() - Method in interface com.ibm.java.diagnostics.healthcenter.api.methodtrace.MethodTraceData
Returns an array of method trace data.
getMinFreePhysicalMemory() - Method in interface com.ibm.java.diagnostics.healthcenter.api.nativememory.NativeMemoryData
Gets the minimum amount of memory that is free on the monitored system in bytes.
getMinHeapSize() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCData
Gets the minimum heap size.
getMinPauseTime() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCData
Gets the minimum pause time.
getMinProcessPhysicalMemory() - Method in interface com.ibm.java.diagnostics.healthcenter.api.nativememory.NativeMemoryData
Gets the minimum amount of physical memory in use by the monitored process in bytes.
getMinProcessPrivateMemory() - Method in interface com.ibm.java.diagnostics.healthcenter.api.nativememory.NativeMemoryData
Gets the minimum amount of memory used exclusively by the monitored process, in bytes.
getMinProcessUse() - Method in interface com.ibm.java.diagnostics.healthcenter.api.cpu.CpuData
Gets the minimum percentage value for process CPU use.
getMinProcessVirtualMemory() - Method in interface com.ibm.java.diagnostics.healthcenter.api.nativememory.NativeMemoryData
Gets the minimum amount of total process address space used, in bytes.
getMinSystemUse() - Method in interface com.ibm.java.diagnostics.healthcenter.api.cpu.CpuData
Gets the minimum percentage value for system CPU use.
getMinUsedHeap() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCData
Gets the minimum used heap.
getMqttPassword() - Method in class com.ibm.java.diagnostics.healthcenter.api.ConnectionProperties
Gets the MQTT Authentication password that is associated with this ConnectionProperties object.
getMqttUsername() - Method in class com.ibm.java.diagnostics.healthcenter.api.ConnectionProperties
Gets the MQTT authentication user name that is associated with this ConnectionProperties object.
getName() - Method in interface com.ibm.java.diagnostics.healthcenter.api.locking.MonitorData
Gets the name of this monitor.
getName() - Method in interface com.ibm.java.diagnostics.healthcenter.api.methodtrace.MethodTraceEvent
Gets the name of this method.
getName() - Method in interface com.ibm.java.diagnostics.healthcenter.api.nativememory.NativeMemoryCategory
Gets the name of this memory category.
getName() - Method in interface com.ibm.java.diagnostics.healthcenter.api.nativememory.NativeMemoryCategoryEvent
Gets the name of this memory category.
getName() - Method in interface com.ibm.java.diagnostics.healthcenter.api.threads.ThreadData
Returns the name of this thread.
getNativeMemoryData() - Method in interface com.ibm.java.diagnostics.healthcenter.api.HealthCenter
Gets the native memory data that is associated with this Health Center connection.
getNativeMemoryRoot() - Method in interface com.ibm.java.diagnostics.healthcenter.api.nativememory.NativeMemoryData
Gets the object at the root of the hierarchy of native memory categories.
getNumberOfAllocationFailures() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCData
Gets the number of garbage collections triggered by allocation failure.
getNumberSystemGC() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCData
Gets the number of system (forced) garbage collections.
getNumMonitorsOwned() - Method in interface com.ibm.java.diagnostics.healthcenter.api.threads.ThreadEvent
 
getNurseryAverageCollectionInterval() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCData
Gets the average interval, in milliseconds, between nursery garbage collections.
getNurseryAverageGCPauseTime() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCData
Gets the average nursery garbage collection pause time, in milliseconds.
getNurseryGCCount() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCData
Gets the number of nursery garbage collections.
getNurserySize() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GenconEvent
 
getNurseryTotalAmountFlipped() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCData
Gets the total amount flipped for nursery garbage collections.
getObjectAllocationEvents() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCData
Gets an array of the object allocation events.
getObjectName() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.ObjectAllocationEvent
Returns the object name for this allocation event.
getObjectsFlipped() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GenconEvent
 
getOpenFileCount() - Method in interface com.ibm.java.diagnostics.healthcenter.api.io.IOData
Gets the number of open files over time.
getOperatingSystemName() - Method in interface com.ibm.java.diagnostics.healthcenter.api.environment.EnvironmentData
Gets the operating system of the machine that is running the monitored application.
getOperatingSystemVersion() - Method in interface com.ibm.java.diagnostics.healthcenter.api.environment.EnvironmentData
Gets the operating system version of the machine that is running the monitored application.
getOutOfLineAllocationEvents() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCData
Gets an array of the out-of-line allocation events.
getOwnedMonitors() - Method in interface com.ibm.java.diagnostics.healthcenter.api.threads.ThreadData
Returns the monitors that are owned by this thread.
getOwnedMonitors() - Method in interface com.ibm.java.diagnostics.healthcenter.api.threads.ThreadEvent
 
getParent() - Method in interface com.ibm.java.diagnostics.healthcenter.api.nativememory.NativeMemoryCategory
Gets the parent category of this category.
getParent() - Method in interface com.ibm.java.diagnostics.healthcenter.api.nativememory.NativeMemoryCategoryEvent
Gets the parent category of this category.
getPauseLengthThreshold() - Method in class com.ibm.java.diagnostics.healthcenter.api.gc.GCPreferences
Gets the threshold above which a warning is given for long pauses.
getPauseTime() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCEvent
 
getPauseTime() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.PauseData
Returns the pause duration, in milliseconds.
getPercentMiss() - Method in interface com.ibm.java.diagnostics.healthcenter.api.locking.LockingEvent
 
getPercentUtilisation() - Method in interface com.ibm.java.diagnostics.healthcenter.api.locking.LockingEvent
 
getPGCCycleTime() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.BalancedEvent
 
getPort() - Method in class com.ibm.java.diagnostics.healthcenter.api.ConnectionProperties
Gets the port number that is associated with this ConnectionProperties object.
getPreferences() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCData
Gets a GCPreferences object on which preferences can be set.
getPreferences() - Method in interface com.ibm.java.diagnostics.healthcenter.api.HealthCenter
Gets a HealthCenterPreferences object, on which preferences can be set.
getProcessId() - Method in interface com.ibm.java.diagnostics.healthcenter.api.environment.EnvironmentData
Gets the ID of the Java process being monitored.
getProcessorCount() - Method in interface com.ibm.java.diagnostics.healthcenter.api.environment.EnvironmentData
Gets the number of processors on the machine that is running the monitored application.
getProcessPhysical() - Method in interface com.ibm.java.diagnostics.healthcenter.api.nativememory.NativeMemoryData
Gets the amount of physical memory (RAM) that is currently in use by the monitored process.
getProcessPhysical() - Method in interface com.ibm.java.diagnostics.healthcenter.api.nativememory.NativeMemoryEvent
Gets the amount of physical memory (RAM) that is currently in use by the monitored process.
getProcessPrivate() - Method in interface com.ibm.java.diagnostics.healthcenter.api.nativememory.NativeMemoryData
Gets the amount of memory that is used exclusively by the monitored process.
getProcessPrivate() - Method in interface com.ibm.java.diagnostics.healthcenter.api.nativememory.NativeMemoryEvent
Gets the amount of memory that is used exclusively by the monitored process.
getProcessUse() - Method in interface com.ibm.java.diagnostics.healthcenter.api.cpu.CpuData
Gets the data associated with the process CPU use.
getProcessUse() - Method in interface com.ibm.java.diagnostics.healthcenter.api.cpu.CpuEvent
 
getProcessVirtual() - Method in interface com.ibm.java.diagnostics.healthcenter.api.nativememory.NativeMemoryData
Gets the total process address space in use.
getProcessVirtual() - Method in interface com.ibm.java.diagnostics.healthcenter.api.nativememory.NativeMemoryEvent
Gets the total process address space in use.
getProfilingData() - Method in interface com.ibm.java.diagnostics.healthcenter.api.HealthCenter
Gets the profiling data that is associated with this Health Center connection.
getProfilingEvents() - Method in interface com.ibm.java.diagnostics.healthcenter.api.profiling.ProfilingData
Returns all the method profiling data processed by Health Center.
getProportionTimeSpentInGCPause() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCData
Gets the proportion of time spent in garbage collection pauses.
getProportionTimeSpentUnpaused() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCData
Gets the proportion of time spent unpaused (not in a garbage collection).
getQuantumCollectionCount() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCData
Gets the total number of quantum collections.
getRateOfGarbageCollection() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCData
Gets the rate of garbage collection in MB/minute.
getReason() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCEvent
 
getRecursiveAcquires() - Method in interface com.ibm.java.diagnostics.healthcenter.api.locking.LockingEvent
 
getRecursiveCount() - Method in interface com.ibm.java.diagnostics.healthcenter.api.locking.MonitorData
Gets the total number of times the thread requested the lock when it already owned it.
getRequestSite() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.ObjectAllocationEvent
Returns the request site for this allocation event.
getShortName() - Method in interface com.ibm.java.diagnostics.healthcenter.api.profiling.ProfilingMethod
 
getSize() - Method in interface com.ibm.java.diagnostics.healthcenter.api.nativememory.MemoryData
Gets the memory size.
getSlidingWindowTruncation() - Method in class com.ibm.java.diagnostics.healthcenter.api.HealthCenterPreferences
Gets whether the sliding window truncation facility is on or off.
getSlowAcquire() - Method in interface com.ibm.java.diagnostics.healthcenter.api.locking.LockingEvent
 
getSlowCount() - Method in interface com.ibm.java.diagnostics.healthcenter.api.locking.MonitorData
Gets the total number of times the thread had to wait to acquire the lock.
getSSLTruststoreCertificatePassword() - Method in class com.ibm.java.diagnostics.healthcenter.api.ConnectionProperties
Gets the SSL truststore certificate password that is associated with this ConnectionProperties object.
getSSLTruststoreLocation() - Method in class com.ibm.java.diagnostics.healthcenter.api.ConnectionProperties
Gets the SSL truststore location that is associated with this ConnectionProperties object.
getSSLTruststorePassword() - Method in class com.ibm.java.diagnostics.healthcenter.api.ConnectionProperties
Gets the SSL truststore password that is associated with this ConnectionProperties object.
getStackSamplePercentage() - Method in interface com.ibm.java.diagnostics.healthcenter.api.profiling.MethodProfileData
Gets the proportion of samples that originated from this method and its descendants.
getStackTrace() - Method in interface com.ibm.java.diagnostics.healthcenter.api.threads.ThreadData
Returns the stack trace of this thread.
getStartTime() - Method in interface com.ibm.java.diagnostics.healthcenter.api.methodtrace.MethodTraceEvent
Gets the start time of this profile event.
getState() - Method in interface com.ibm.java.diagnostics.healthcenter.api.threads.ThreadData
Returns the state of this thread.
getState() - Method in interface com.ibm.java.diagnostics.healthcenter.api.threads.ThreadEvent
 
getString(String) - Static method in class com.ibm.java.diagnostics.healthcenter.api.factory.Messages
 
getString(String, Object[]) - Static method in class com.ibm.java.diagnostics.healthcenter.api.factory.Messages
 
getSweepTime() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCEvent
 
getSynchGCCount() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCData
Gets the total number of synchronous garbage collections.
getSystemArchitecture() - Method in interface com.ibm.java.diagnostics.healthcenter.api.environment.EnvironmentData
Gets the architecture of the system that is running the monitored application.
getSystemGCPercentageThreshold() - Method in class com.ibm.java.diagnostics.healthcenter.api.gc.GCPreferences
Gets the threshold above which a warning is given for excessive system garbage collections.
getSystemProperties() - Method in interface com.ibm.java.diagnostics.healthcenter.api.environment.EnvironmentData
Gets a list of system properties from the system that is running the monitored application.
getSystemUse() - Method in interface com.ibm.java.diagnostics.healthcenter.api.cpu.CpuData
Gets the data associated with the system CPU use.
getSystemUse() - Method in interface com.ibm.java.diagnostics.healthcenter.api.cpu.CpuEvent
 
getTenureAge() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GenconEvent
 
getTenuredSize() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GenconEvent
 
getThreadCallStack() - Method in interface com.ibm.java.diagnostics.healthcenter.api.threads.ThreadEvent
 
getThreadCounts() - Method in interface com.ibm.java.diagnostics.healthcenter.api.threads.ThreadsData
Returns the number of threads in the application over time.
getThreadID() - Method in interface com.ibm.java.diagnostics.healthcenter.api.methodtrace.MethodTraceEvent
Gets the thread id that this profile event took place on.
getThreadID() - Method in interface com.ibm.java.diagnostics.healthcenter.api.threads.ThreadEvent
 
getThreadName() - Method in interface com.ibm.java.diagnostics.healthcenter.api.methodtrace.MethodTraceEvent
Gets the name of the thread that this profile event took place on.
getThreadName() - Method in interface com.ibm.java.diagnostics.healthcenter.api.threads.ThreadEvent
Gets the name of the thread
getThreads() - Method in interface com.ibm.java.diagnostics.healthcenter.api.threads.ThreadsData
Returns all the threads that are currently in the monitored application.
getThreadsData() - Method in interface com.ibm.java.diagnostics.healthcenter.api.HealthCenter
Gets the threads data that is associated with this Health Center connection.
getTier2Spins() - Method in interface com.ibm.java.diagnostics.healthcenter.api.locking.LockingEvent
 
getTier3Spins() - Method in interface com.ibm.java.diagnostics.healthcenter.api.locking.LockingEvent
 
getTime() - Method in interface com.ibm.java.diagnostics.healthcenter.api.TimeData
Returns a time value in milliseconds since epoch.
getTotalGets() - Method in interface com.ibm.java.diagnostics.healthcenter.api.locking.LockingEvent
 
getTotalPhysicalMemory() - Method in interface com.ibm.java.diagnostics.healthcenter.api.nativememory.NativeMemoryData
Gets the total amount of installed physical memory.
getTotalPhysicalMemory() - Method in interface com.ibm.java.diagnostics.healthcenter.api.nativememory.NativeMemoryEvent
Gets the total amount of installed physical memory.
getTruncationRunInterval() - Method in class com.ibm.java.diagnostics.healthcenter.api.HealthCenterPreferences
Gets the frequency of the truncation job.
getTruncationTimeWindow() - Method in class com.ibm.java.diagnostics.healthcenter.api.HealthCenterPreferences
Gets the amount of data that is kept when the truncation job runs.
getType() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCEvent
 
getUniqueId() - Method in interface com.ibm.java.diagnostics.healthcenter.api.profiling.ProfilingMethod
 
getUniqueIdAsNumber() - Method in interface com.ibm.java.diagnostics.healthcenter.api.profiling.ProfilingMethod
 
getUsedHeapAfterGC() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCEvent
 
getUsedHeapData() - Method in interface com.ibm.java.diagnostics.healthcenter.api.gc.GCData
Gets the data that is associated with used heap after a garbage collection.
getUtilisation() - Method in interface com.ibm.java.diagnostics.healthcenter.api.locking.MonitorData
Gets the percentage of monitoring time that the lock was held for.
getValue() - Method in interface com.ibm.java.diagnostics.healthcenter.api.DoubleEvent
Gets the data that is associated with this event.
getVMControl() - Method in interface com.ibm.java.diagnostics.healthcenter.api.HealthCenter
Gets the VMControl object that is associated with this Health Center connection.
getWarningRecommendations() - Method in interface com.ibm.java.diagnostics.healthcenter.api.HealthCenterData
Gets just the warning recommendations.
getWeight() - Method in interface com.ibm.java.diagnostics.healthcenter.api.profiling.MethodProfilingNode
Gets the relative weight of the method in this call tree.
A B C D E F G H I J L M N O P R S T U V 
© Copyright 2012, 2016 IBM Corporation.