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

S

saveData(File) - Method in interface com.ibm.java.diagnostics.healthcenter.api.HealthCenter
Saves the current Health Center data to disk.
scanForAgents(ConnectionProperties, int) - Static method in class com.ibm.java.diagnostics.healthcenter.api.factory.HealthCenterFactory
This method returns the names of the available agents that are running on a specific connection and is mainly used when searching for multiple agents that are all connected to a single MQTT broker.
scanForPort(ConnectionProperties, int, boolean) - Static method in class com.ibm.java.diagnostics.healthcenter.api.factory.HealthCenterFactory
This method scans a group of ports for available agents that are running.
setBackingStoreCount(int) - Method in class com.ibm.java.diagnostics.healthcenter.api.HealthCenterPreferences
Sets the number of backing files to be used.
setCallStackCollectionEnabled(boolean) - Method in interface com.ibm.java.diagnostics.healthcenter.api.vmcontrol.VMControl
Enables the collection of call stacks for sampled object allocation events.
setClassesDataCollectionEnabled(boolean) - Method in interface com.ibm.java.diagnostics.healthcenter.api.vmcontrol.VMControl
Turns classes data collection on or off.
setCompactionPercentageThreshold(int) - Method in class com.ibm.java.diagnostics.healthcenter.api.gc.GCPreferences
Sets the threshold above which a warning is given for excessive compaction.
setDefaults() - Method in class com.ibm.java.diagnostics.healthcenter.api.gc.GCPreferences
Initializes the Health Center preferences to their default values.
setDefaults() - Method in class com.ibm.java.diagnostics.healthcenter.api.HealthCenterPreferences
Initializes the HealthCenter preferences to their default values.
setEventOnlyMode(boolean) - Method in interface com.ibm.java.diagnostics.healthcenter.api.HealthCenter
runs in event only mode so that no data is stored (including backing file data) This just publishes events
setFineGrainTimeThresholds(int, int) - Method in interface com.ibm.java.diagnostics.healthcenter.api.HealthCenter
Sets lower and upper cut-off thresholds for the Health Center data.
setGCDataCollectionEnabled(boolean) - Method in interface com.ibm.java.diagnostics.healthcenter.api.vmcontrol.VMControl
Turns GC data collection on or off.
setHighOccupancyThreshold(int) - Method in class com.ibm.java.diagnostics.healthcenter.api.gc.GCPreferences
Sets the threshold above which a warning is given for high occupancy.
setHostname(String) - Method in class com.ibm.java.diagnostics.healthcenter.api.ConnectionProperties
Sets the host name.
setIODataCollectionEnabled(boolean) - Method in interface com.ibm.java.diagnostics.healthcenter.api.vmcontrol.VMControl
Turns IO data collection on or off.
setJMXConnection() - Method in class com.ibm.java.diagnostics.healthcenter.api.ConnectionProperties
Sets the connection type for this connection to be JMX.
setJmxPassword(String) - Method in class com.ibm.java.diagnostics.healthcenter.api.ConnectionProperties
Sets the JMX authentication password.
setJmxUsername(String) - Method in class com.ibm.java.diagnostics.healthcenter.api.ConnectionProperties
Sets the JMX authentication user name.
setLockingDataCollectionEnabled(boolean) - Method in interface com.ibm.java.diagnostics.healthcenter.api.vmcontrol.VMControl
Turns locking data collection on or off.
setLowOccupancyThreshold(int) - Method in class com.ibm.java.diagnostics.healthcenter.api.gc.GCPreferences
Sets the threshold below which a warning is given for low occupancy.
setMaxStackDepth(int) - Method in interface com.ibm.java.diagnostics.healthcenter.api.vmcontrol.VMControl
Sets the maximum number of stack entries to collect for each event.
setMemoryRestictionEnabled(boolean) - Static method in class com.ibm.java.diagnostics.healthcenter.api.factory.HealthCenterFactory
Sets whether to set memory restriction on or off.
setMemoryRestictionEnabled(boolean) - Method in class com.ibm.java.diagnostics.healthcenter.api.HealthCenterPreferences
Sets whether to set memory restriction on or off.
setMemoryRestriction(long) - Method in class com.ibm.java.diagnostics.healthcenter.api.HealthCenterPreferences
Sets the maximum amount of memory to be used by the Health Center process.
setMemoryRestrictionSize(long) - Static method in class com.ibm.java.diagnostics.healthcenter.api.factory.HealthCenterFactory
Sets the maximum amount of memory to be used by the Health Center process when connecting a .hcd file.
setMQTTConnection() - Method in class com.ibm.java.diagnostics.healthcenter.api.ConnectionProperties
Sets the connection type for this connection to be MQTT.
setMqttPassword(String) - Method in class com.ibm.java.diagnostics.healthcenter.api.ConnectionProperties
Sets the MQTT authentication password.
setMqttUsername(String) - Method in class com.ibm.java.diagnostics.healthcenter.api.ConnectionProperties
Sets the MQTT authentication user name.
setNativeMemoryDataCollectionEnabled(boolean) - Method in interface com.ibm.java.diagnostics.healthcenter.api.vmcontrol.VMControl
Turns native memory data collection on or off.
setObjectAllocationsEnabled(long, long) - Method in interface com.ibm.java.diagnostics.healthcenter.api.vmcontrol.VMControl
Enables the collection of object allocation data for objects within a specified size range.
setObjectAllocationsEnabled(long) - Method in interface com.ibm.java.diagnostics.healthcenter.api.vmcontrol.VMControl
Enables the collection of object allocation data for objects above a specified size.
setPauseLengthThreshold(int) - Method in class com.ibm.java.diagnostics.healthcenter.api.gc.GCPreferences
Sets the threshold above which a warning is given for long pauses.
setPort(int) - Method in class com.ibm.java.diagnostics.healthcenter.api.ConnectionProperties
Sets the port to be used for the agent connection.
setProfilingDataCollectionEnabled(boolean) - Method in interface com.ibm.java.diagnostics.healthcenter.api.vmcontrol.VMControl
Turns profiling data collection on or off.
setSlidingWindowTruncation(boolean) - Method in class com.ibm.java.diagnostics.healthcenter.api.HealthCenterPreferences
Turns the sliding window truncation facility on or off.
setSSLTruststoreCertificatePassword(String) - Method in class com.ibm.java.diagnostics.healthcenter.api.ConnectionProperties
Sets the SSL truststore certificate password.
setSSLTruststoreLocation(String) - Method in class com.ibm.java.diagnostics.healthcenter.api.ConnectionProperties
Sets the SSL truststore location to use for this connection.
setSSLTruststorePassword(String) - Method in class com.ibm.java.diagnostics.healthcenter.api.ConnectionProperties
Sets the SSL truststore password.
setSystemGCPercentageThreshold(int) - Method in class com.ibm.java.diagnostics.healthcenter.api.gc.GCPreferences
Sets the threshold above which a warning is given for excessive system garbage collections.
setThreadDataCollectionEnabled(boolean) - Method in interface com.ibm.java.diagnostics.healthcenter.api.vmcontrol.VMControl
Turns thread data collection on or off.
setThreadStackDepth(int) - Method in interface com.ibm.java.diagnostics.healthcenter.api.vmcontrol.VMControl
Sets the maximum number of stack entries to collect for each thread.
setTimeThreshold(int) - Method in interface com.ibm.java.diagnostics.healthcenter.api.HealthCenter
Sets a lower cut-off threshold for the Health Center data.
setTimeThresholds(int, int) - Method in interface com.ibm.java.diagnostics.healthcenter.api.HealthCenter
Sets lower and upper cut-off thresholds for the Health Center data.
setTracePointEnabled(String, boolean) - Method in interface com.ibm.java.diagnostics.healthcenter.api.vmcontrol.VMControl
Turns individual trace points on or off.
setTruncationRunInterval(int) - Method in class com.ibm.java.diagnostics.healthcenter.api.HealthCenterPreferences
Sets the frequency for the truncation job.
setTruncationTimeWindow(int) - Method in class com.ibm.java.diagnostics.healthcenter.api.HealthCenterPreferences
Sets the amount of data to keep when the truncation job runs.
setVerboseGCCollectionEnabled(boolean) - Method in interface com.ibm.java.diagnostics.healthcenter.api.vmcontrol.VMControl
Turns the writing of verbose garbage collection data to a file on or off.
startNotifying() - Method in interface com.ibm.java.diagnostics.healthcenter.api.HealthCenterData
Deprecated.
this has been replaced with the event api calls
startNotifying(long) - Method in interface com.ibm.java.diagnostics.healthcenter.api.HealthCenterData
Deprecated. 
SYSTEMMONITORDATA - Static variable in interface com.ibm.java.diagnostics.healthcenter.api.locking.LockingData
Used to get only System Monitors Data when comparing against NotificationListener.getUserData()
SYSTEMUSEDATA - Static variable in interface com.ibm.java.diagnostics.healthcenter.api.cpu.CpuData
Used to get only System Use Data when comparing against NotificationListener.getUserData()
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.