Zing MXBeans
A C E F G I J L M N P R S T V 

A

APPLICATION_THREAD_ALLOCATION_DELAYED_NOTIFICATION - Static variable in class com.azul.zing.management.GarbageCollectorNotificationInfo
Notification that at least one application thread was required to wait because its request to allocate memory was not able to be satisfied because no free memory was available; This is an event notification and requires only that a notification listener be added.

C

com.azul.zing.management - package com.azul.zing.management
 
COMPILATION_MXBEAN_NAME - Static variable in class com.azul.zing.management.ManagementFactory
The String value of the ObjectName for CompilationMXBean.
CompilationMXBean - Interface in com.azul.zing.management
The management interface for the compilation system of the Java virtual machine.
CONNECTED_COMPILER_CLIENT_MXBEAN_NAME - Static variable in class com.azul.zing.management.ManagementFactory
The String value of the ObjectName for ConnectedCompilerClientMXBean.
ConnectedCompilerClientMXBean - Interface in com.azul.zing.management
 
convertElapsedTimeSinceJVMStartSecToDateTimeString(double) - Method in interface com.azul.zing.management.TimeMXBean
Returns a Date-Time String representing the date and time of the elapsed time since the JVM start in seconds.

E

enumValue(long) - Static method in enum com.azul.zing.management.MemoryPoolSizeType
Returns the MemoryPoolSizeType enum value corresponding to a long value.
enumValue(String) - Static method in enum com.azul.zing.management.MemoryPoolSizeType
Returns the MemoryPoolSizeType enum value corresponding to a String value.
enumValue(long) - Static method in enum com.azul.zing.management.MemoryType
Returns the MemoryType enum value corresponding to a long value.

F

from(CompositeData) - Static method in class com.azul.zing.management.GarbageCollectorNotificationInfo
Constructs a GarbageCollectorNotificationInfo object from the CompositeData passed.
from(CompositeData) - Static method in class com.azul.zing.management.MemoryNotificationInfo
Constructs a MemoryNotificationInfo object from the CompositeData passed.
from(CompositeData) - Static method in class com.azul.zing.management.MemoryPoolNotificationInfo
Constructs a MemoryPoolNotificationInfo object from the CompositeData passed.
from(CompositeData) - Static method in class com.azul.zing.management.MemoryUsage
Constructs a MemoryUsage object from the CompositeData passed.
from(CompositeData) - Static method in class com.azul.zing.management.PauseDetails
Returns a PauseDetails object constructed with the values in the CompositeData parameter.
fullGC() - Method in interface com.azul.zing.management.MemoryMXBean
Invokes the JVM’s garbage collector; equivalent to System.gc().

G

GARBAGE_COLLECTION_DURATION_THRESHOLD_EXCEEDED - Static variable in class com.azul.zing.management.GarbageCollectorNotificationInfo
Notification that the time required to complete a garbage collection (the duration of the garbage collection) exceeded the specified threshold; This is a threshold notification and requires that a threshold value greater than zero be set using the GarbageCollectorMXBean.setGarbageCollectionDurationThreshold(double) method; The check to see whether this threshold has been exceeded is made after each garbage collection has completed.
GARBAGE_COLLECTION_NOTIFICATION - Static variable in class com.azul.zing.management.GarbageCollectorNotificationInfo
Notification that a garbage collection for a specific collector has completed; This is an event notification and requires only that a notification listener be added.
GARBAGE_COLLECTION_PAUSE_DURATION_THRESHOLD_EXCEEDED - Static variable in class com.azul.zing.management.GarbageCollectorNotificationInfo
Notification that a pause required by the garbage collector exceeded the specified threshold; This is a threshold notification and requires that a threshold value greater than zero be set using the GarbageCollectorMXBean.setGarbageCollectionPauseDurationThreshold(double) method; The check to see whether this threshold has been exceeded is made after each garbage collection has completed.
GARBAGE_COLLECTOR_MXBEAN_DOMAIN_TYPE - Static variable in class com.azul.zing.management.ManagementFactory
The String value of the ObjectName for GarbageCollectorMXBean.
GarbageCollectorMXBean - Interface in com.azul.zing.management
GarbageCollectorMXBean is an interface used by the management system to access garbage collector properties and reset the values of associated counter and accumulator properties.
GarbageCollectorNotificationInfo - Class in com.azul.zing.management
Garbage collector notification information.
GarbageCollectorNotificationInfo(String, String, long, GCDetails) - Constructor for class com.azul.zing.management.GarbageCollectorNotificationInfo
Constructs a GarbageCollectorNotificationInfo instance.
GCDetails - Class in com.azul.zing.management
A snapshot of the details of the JVM environment before and after a garbage collection.
generateReport() - Method in interface com.azul.zing.management.PersistentProfileMXBean
Creates a profile application report and returns the resulting report as a String.
getAfterCollectionUseThreshold() - Method in interface com.azul.zing.management.MemoryPoolMXBean
The after collection use threshold (in bytes) of this pool; the default is zero.
getAfterCollectionUseThresholdExceededCount() - Method in interface com.azul.zing.management.MemoryPoolMXBean
The number of times the after collection use threshold has been reached or exceeded.
getAllocationRateBetweenEndOfPreviousAndStart() - Method in class com.azul.zing.management.GCDetails
Returns the object allocation rate in units of megabytes per second during the time interval between the end of the last previous collection and start of this garbage collection for the garbage collector of this type.
getAllocationRateDuringCollection() - Method in class com.azul.zing.management.GCDetails
Returns the object allocation rate in units of megabytes per second during the time interval between the beginning and end of this garbage collection for this type of garbage collector.
getApplicationObjectHeapMemoryPercentInUse() - Method in interface com.azul.zing.management.MemoryMXBean
Process’s percent of the application object memory area of the Java heap in use.
getApplicationObjectHeapUsableMemory() - Method in interface com.azul.zing.management.MemoryMXBean
Process’s amount of memory available for use by the application object area of the Java heap.
getApplicationObjectHeapUse() - Method in interface com.azul.zing.management.MemoryMXBean
Process’s current memory use of the application object area of the Java heap.
getAverageApplicationThreadDelay() - Method in class com.azul.zing.management.GCDetails
Returns the average pause time in seconds for all of the application threads that were required to pause waiting for object allocation in the interval between the end of the previous collection and the end of this collection for this garbage collector.
getChildPools() - Method in interface com.azul.zing.management.MemoryPoolMXBean
The name of the child pools of this memory pool; returns null if the memory pool contains no child memory pools.
getCollectionCount() - Method in interface com.azul.zing.management.GarbageCollectorMXBean
Collection count for this collector.
getCollectionDuration() - Method in class com.azul.zing.management.GCDetails
Elapsed time in seconds (also called wall clock time) between the start of this garbage collection and the end of this garbage collection for which this GCDetails object was generated.
getCollectorCumulativePauseTimeSec() - Method in interface com.azul.zing.management.GarbageCollectorMXBean
Cumulative pause time required by this collector to do its collections.
getCollectorCumulativeRunningTimeSec() - Method in interface com.azul.zing.management.GarbageCollectorMXBean
Cumulative wall clock running time for this collector.
getCollectorMaxPauseDetails() - Method in interface com.azul.zing.management.GarbageCollectorMXBean
Max pause time details for this collector.
getCollectorName() - Method in class com.azul.zing.management.GarbageCollectorNotificationInfo
 
getCollectorRequiredMaxPauseDetails() - Method in class com.azul.zing.management.GCDetails
Returns a List of the maximum PauseDetails for each of the pauses required during the garbage collection for this garbage collector type.
getCollectorRequiredPauseDetails() - Method in class com.azul.zing.management.GCDetails
Returns a List of the PauseDetails for each of the pauses required during the garbage collection for this garbage collector type.
getCollectorSecondSuspendTimeSec() - Method in class com.azul.zing.management.PauseDetails
Time required to redo the suspend of a collection in progress if the first suspend (see getCollectorSuspendTimeSec) did not result in a suspension (seldom required to do this a second time).
getCollectorSuspendTimeSec() - Method in class com.azul.zing.management.PauseDetails
Time required to suspend any collector running as we prepare for the pause.
getCompilationMXBean() - Static method in class com.azul.zing.management.ManagementFactory
Returns the singleton MXBean for the virtual machine’s compilation system.
getCompilersEnabled() - Method in class com.azul.zing.management.GCDetails
Return whether the JVM’s runtime compiler (JIT) is enabled to compile Java methods to native code.
getConnectedCompilerClientMXBean() - Static method in class com.azul.zing.management.ManagementFactory
Returns the singleton MXBean for the virtual machine’s persistent profile system.
getCount() - Method in class com.azul.zing.management.GarbageCollectorNotificationInfo
 
getCount() - Method in class com.azul.zing.management.MemoryNotificationInfo
 
getCount() - Method in class com.azul.zing.management.MemoryPoolNotificationInfo
 
getCurrentMemoryUsage() - Method in interface com.azul.zing.management.MemoryPoolMXBean
Approximate current detailed MemoryUsage of this pool.
getCurrentSize() - Method in interface com.azul.zing.management.MemoryPoolMXBean
Approximate current memory size of this pool.
getCurrentUse() - Method in interface com.azul.zing.management.MemoryPoolMXBean
Approximate current memory use of this pool.
getDurationOfLastCompletedCollection() - Method in interface com.azul.zing.management.GarbageCollectorMXBean
Duration of the last completed collection for this collector.
getDurationSec() - Method in class com.azul.zing.management.PauseDetails
Total duration of the pause.
getElapsedTimeSinceJVMStartSec() - Method in class com.azul.zing.management.MemoryUsage
Returns the wall clock time at which the MemoryUsage object was created in units of elapsed seconds since the start of the JVM.
getElapsedTimeSinceJVMStartSec() - Method in class com.azul.zing.management.PauseDetails
Wall clock time when the pause started.
getElapsedTimeSinceJVMStartSec() - Method in interface com.azul.zing.management.TimeMXBean
Returns elapsed time since the launch of the Zing virtual machine.
getEndOfCollectionUsage() - Method in interface com.azul.zing.management.MemoryPoolMXBean
The memory usage at end of the JVM’s most recent attempt to recycle unused objects.
getEndTime() - Method in class com.azul.zing.management.GCDetails
Returns end time of the garbage collection for this type of collector in units of elapsed seconds since the start of the JVM.
getFragmentedSpaceInGeneration() - Method in class com.azul.zing.management.GCDetails
Returns the approximate difference (in units of bytes) between the size of the generations collected by this garbage collector GCDetails.getGarbageCollectionType() and the bytes of live objects returned by GCDetails.getLiveInGeneration() for this garbage collector.
getGarbageCollected() - Method in class com.azul.zing.management.GCDetails
Returns the aggregate size of all objects collected by this garbage collector during this garbage collection in units of bytes.
getGarbageCollectionCause() - Method in class com.azul.zing.management.GCDetails
Returns the reason that the garbage collector was started for this garbage collection.
getGarbageCollectionDurationThreshold() - Method in interface com.azul.zing.management.GarbageCollectorMXBean
Returns the threshold value at or above which the garbage collection duration threshold exceeded count will be incremented when the collection duration for a garbage collection performed by this garbage collector exceeds that threshold value.
getGarbageCollectionDurationThresholdExceededCount() - Method in interface com.azul.zing.management.GarbageCollectorMXBean
Returns the number of times the threshold value for this garbage collector’s collection duration has been exceeded since the start of the process.
getGarbageCollectionMinorMajorTotalCount() - Method in class com.azul.zing.management.GCDetails
A numeric value assigned at the start of this garbage collection: incremented by one prior to assignment for a minor collection (New Generation only); incremented by one prior to assignment for a major collection and used as the count assigned to the New Generation collection before being incremented again and assigned to the Old Generation collection that completes the major (NTO/Old) collection.
getGarbageCollectionPauseDurationThreshold() - Method in interface com.azul.zing.management.GarbageCollectorMXBean
Returns the threshold value at or above which the threshold exceeded count will be incremented when a pause duration for a garbage collector required pause exceeds that value.
getGarbageCollectionPauseDurationThresholdExceededCount() - Method in interface com.azul.zing.management.GarbageCollectorMXBean
Returns the number of times the threshold value for the garbage collector required pauses has been exceeded since the start of the process.
getGarbageCollectionType() - Method in class com.azul.zing.management.GCDetails
Returns the type of garbage collection for this garbage collection.
getGarbageCollectorMXBeans() - Static method in class com.azul.zing.management.ManagementFactory
Returns a list of all of the instances of GarbageCollectorMXBean in this virtual machine.
getGarbageCollectorThreadCount() - Method in interface com.azul.zing.management.GarbageCollectorMXBean
Number of garbage collection threads for this garbage collector.
getGarbageCollectorThreadCount() - Method in class com.azul.zing.management.GCDetails
Returns the number of garbage collection threads in the pool of garbage collection threads for the garbage collector of this type.
getGarbageFound() - Method in class com.azul.zing.management.GCDetails
Returns the aggregate size of all unreachable objects discovered by this garbage collector during this garbage collection in units of bytes.
getGCDetails() - Method in class com.azul.zing.management.GarbageCollectorNotificationInfo
 
getHasContingencyMemoryBeenUsedSinceEndOfPreviousCollection() - Method in class com.azul.zing.management.GCDetails
Returns whether the JVM required and was able to use Contingency memory in the interval between the end of the previous collection and the end of this collection for the garbage collector of this type.
getHasPausePreventionMemoryBeenUsedSinceEndOfPreviousCollection() - Method in class com.azul.zing.management.GCDetails
Returns whether the JVM required and was able to use Pause Prevention memory in the interval between the end of the previous collection and the end of this collection for the garbage collector of this type.
getHasRequestForPausePreventionMemoryFailedSinceEndOfPreviousCollection() - Method in class com.azul.zing.management.GCDetails
Returns whether the JVM’s request for additional Pause Prevention memory failed in the interval between the end of the previous collection and the end of this collection for the garbage collector of this type.
getHighestPercentageOfTimeCollectorIsRunning() - Method in interface com.azul.zing.management.GarbageCollectorMXBean
Highest percentage of time this garbage collector has been running.
getId() - Method in class com.azul.zing.management.GCDetails
Returns a monotonically increasing number representing the sequence number of this garbage collection performed by this garbage collector.
getInitialReserved() - Method in interface com.azul.zing.management.MemoryPoolMXBean
Amount of memory intially reserved for this memory pool when it was intialized.
getInitialReserved() - Method in class com.azul.zing.management.MemoryUsage
Returns the amount of memory initially reserved in bytes for the memory pool used as the basis for creating this MemoryUsage object.
getInitialThreadsLockAcquireTimeSec() - Method in class com.azul.zing.management.PauseDetails
Time required to obtain the threads lock at the beginning of this pause’s processing.
getIntervalToWaitBeforeRenotifyWhenThresholdContinuouslyExceeded() - Method in interface com.azul.zing.management.GarbageCollectorMXBean
The minimum interval to wait before sending a renotification when the threshold is continuously exceeded.
getIntervalToWaitBeforeRenotifyWhenThresholdContinuouslyExceeded() - Method in interface com.azul.zing.management.MemoryMXBean
The minimum interval to wait before sending a renotification when the threshold is continuously exceeded.
getIntervalToWaitBeforeRenotifyWhenThresholdContinuouslyExceeded() - Method in interface com.azul.zing.management.MemoryPoolMXBean
The minimum interval to wait before sending a renotification when the threshold is continuously exceeded.
getIntervalToWaitBetweenUseThresholdChecks() - Method in interface com.azul.zing.management.MemoryPoolMXBean
The minimum interval to wait between checks to see whether the memory pool’s use threshold has been exceeded.
getJavaHeapMemoryUsage() - Method in interface com.azul.zing.management.MemoryMXBean
Process’s current memory usage of the Java heap.
getJavaHeapUse() - Method in interface com.azul.zing.management.MemoryMXBean
Process’s current memory use of the Java heap.
getLargeSpacePages() - Method in class com.azul.zing.management.GCDetails
Number of pages in the large space, one of three spaces.
getLastGCDetails() - Method in interface com.azul.zing.management.GarbageCollectorMXBean
Garbage collector’s garbage collection details.
getLiveInGeneration() - Method in class com.azul.zing.management.GCDetails
Returns the approximate occupancy by live objects (in units of bytes) of the generations collected by this type of garbage collector (returned by GCDetails.getGarbageCollectionType() at the end of this garbage collection.
getLiveSetSizeThreshold() - Method in interface com.azul.zing.management.MemoryPoolMXBean
The live set size threshold (in bytes) of this pool.
getLiveSetSizeThresholdExceededCount() - Method in interface com.azul.zing.management.MemoryPoolMXBean
The number of times the live set size threshold has been met or exceeded.
getMaximumApplicationThreadDelay() - Method in class com.azul.zing.management.GCDetails
Returns the maximum pause time in seconds for all of the application threads that were required to pause waiting for object allocation in the interval between the end of the previous collection and the end of this collection for this garbage collector.
getMaximumMemoryAvailableForJVMsJavaHeap() - Method in class com.azul.zing.management.GCDetails
The total memory available for the JVM process to use for its Java heap including the Initial Reserved memory and any additional memory available from the Java Heap’s parent pool that is available for use by the current process.
getMemoryManagerMXBeans() - Static method in class com.azul.zing.management.ManagementFactory
Returns a list of all of the instances of MemoryManagerMXBean in this virtual machine.
getMemoryManagerNames() - Method in interface com.azul.zing.management.MemoryPoolMXBean
The names of the memory managers that manage this pool; there will be at least one memory manager for each pool.
getMemoryMXBean() - Static method in class com.azul.zing.management.ManagementFactory
Returns the singleton MXBean for the virtual machine’s memory system.
getMemoryPoolMXBeans() - Static method in class com.azul.zing.management.ManagementFactory
Returns a list of all of the instances of MemoryPoolMXBean in this virtual machine.
getMemoryPoolNames() - Method in interface com.azul.zing.management.MemoryManagerMXBean
Names of the memory pools being managed by this manager.
getMemoryPoolSizeType() - Method in interface com.azul.zing.management.MemoryPoolMXBean
Memory pool size type of this pool; answering the question whether this memory pool size is MemoryPoolSizeType FIXED, ELASTIC or UNINITIALIZED.
getMemoryPoolSizeType() - Method in class com.azul.zing.management.MemoryUsage
Returns the MemoryPoolSizeType for the memory pool used as the basis for creating this MemoryUsage object.
getMemoryUsage() - Method in class com.azul.zing.management.MemoryNotificationInfo
 
getMemoryUsage() - Method in class com.azul.zing.management.MemoryPoolNotificationInfo
 
getMemoryUsageAtEndOfGC() - Method in class com.azul.zing.management.GCDetails
Returns a Map with the MemoryUsage for each of the memory pools at the end of the garbage collection for this garbage collector type.
getMemoryUsageAtStartOfGC() - Method in class com.azul.zing.management.GCDetails
Returns a Map with the MemoryUsage for each of the memory pools at the start of the garbage collection for this garbage collector type.
getMidSpacePages() - Method in class com.azul.zing.management.GCDetails
Number of pages in the mid space, one of three spaces.
getName() - Method in interface com.azul.zing.management.CompilationMXBean
Returns the name of the Just-in-time (JIT) compiler.
getName() - Method in interface com.azul.zing.management.MemoryManagerMXBean
Name of the memory manager.
getName() - Method in interface com.azul.zing.management.MemoryPoolMXBean
Name of this memory pool.
getNonJavaHeapMemoryUsage() - Method in interface com.azul.zing.management.MemoryMXBean
Process’s current memory usage for all of the process’s memory in use outside of the Java heap.
getNonJavaHeapUse() - Method in interface com.azul.zing.management.MemoryMXBean
The process’s current memory use of the non-Java heap.
getNoRelocatePages() - Method in class com.azul.zing.management.GCDetails
Number of pages not relocated during this garbage collection.
getNotificationReason() - Method in class com.azul.zing.management.GarbageCollectorNotificationInfo
 
getNotificationReason() - Method in class com.azul.zing.management.MemoryNotificationInfo
 
getNotificationReason() - Method in class com.azul.zing.management.MemoryPoolNotificationInfo
 
getNumberOfApplicationThreadsDelayed() - Method in class com.azul.zing.management.GCDetails
Returns the number of times application threads were required to pause waiting for object allocation in the interval between the end of the previous collection and the end of this collection for this type of garbage collector.
getNumberOfDeoptimizations() - Method in interface com.azul.zing.management.ConnectedCompilerClientMXBean
 
getNumberOfTier2Installs() - Method in interface com.azul.zing.management.ConnectedCompilerClientMXBean
 
getObjectsPendingFinalizationCount() - Method in interface com.azul.zing.management.MemoryMXBean
Approximate number of objects that are on the Finalizer queue waiting to be finalized.
getObjectsWithFinalizerCumulativeAllocationCount() - Method in interface com.azul.zing.management.MemoryMXBean
Approximate number of allocated objects that have a Finalize method.
getOperationTimeSec() - Method in class com.azul.zing.management.PauseDetails
Time required to perform the operation for which the pause was required.
getOverallVmClassCount() - Method in interface com.azul.zing.management.PersistentProfileMXBean
Returns the total number of classes loaded in the VM by the time of the request.
getParentPool() - Method in interface com.azul.zing.management.MemoryPoolMXBean
The name of the parent memory pool; returns an empty string if the memory pool is not contained in a memory pool.
getPauseId() - Method in class com.azul.zing.management.PauseDetails
Numeric identifier of this pause.
getPeakEndOfCollectionUsage() - Method in interface com.azul.zing.management.MemoryPoolMXBean
Returns the highest memory usage measured at the end of a garbage collection.
getPeakJavaHeapUsedSinceEndOfPreviousCollection() - Method in class com.azul.zing.management.GCDetails
For this type of collector, the peak Java heap use between the end of the previous collection and the end of this collection.
getPeakPausePreventionMemoryUsedSinceEndOfPreviousCollection() - Method in class com.azul.zing.management.GCDetails
Returns the peak Pause Prevention memory use between the end of the previous collection and the end of this collection for the garbage collector of this type.
getPeakUsage() - Method in interface com.azul.zing.management.MemoryPoolMXBean
Peak MemoryUsage of this pool since JVM startup or since the last reset of the peak.
getPercentageOfTimeCollectorIsRunning() - Method in interface com.azul.zing.management.GarbageCollectorMXBean
Percentage of wall clock time this collector is running.
getPercentageOfTimeCollectorIsRunning() - Method in class com.azul.zing.management.GCDetails
For the garbage collector with the type returned by GCDetails.getGarbageCollectionType(), the percentage of time in seconds that this garbage collector has been running over the time interval between the end of the last previous collection of this type and the end of this collection.
getPercentageOfTimeCollectorIsRunningThreshold() - Method in interface com.azul.zing.management.GarbageCollectorMXBean
Returns the threshold value at or above which a notification will be generated that the percentage of time this collector has been running has exceeded the threshold.
getPercentageOfTimeCollectorIsRunningThresholdExceededCount() - Method in interface com.azul.zing.management.GarbageCollectorMXBean
Returns the number of times the threshold value for the percentage-of-time-collector-is-running metric as been exceeded since the start of the process.
getPercentJavaHeapOccupiedAfterCollection() - Method in interface com.azul.zing.management.MemoryMXBean
Estimate of the percent of the entire Java heap pool occupied after garbage collection.
getPercentJavaHeapOccupiedAfterCollectionThreshold() - Method in interface com.azul.zing.management.MemoryMXBean
The percent Java heap occupied after collection threshold; the default is zero.
getPercentJavaHeapOccupiedAfterCollectionThresholdExceededCount() - Method in interface com.azul.zing.management.MemoryMXBean
The number of times the percent Java heap occupied after collection threshold has been reached or exceeded.
getPermAllocationRateBetweenEndOfPreviousAndStart() - Method in class com.azul.zing.management.GCDetails
Returns the object allocation rate into the Permanent Generation in units of megabytes per second during the time interval between the end of the last previous collection and start of this collection for this collector type.
getPermAllocationRateDuringCollection() - Method in class com.azul.zing.management.GCDetails
Returns the object allocation rate into the Permanent Generation in units of megabytes per second during the time interval between the beginning and end of this garbage collection for this type of garbage collector.
getPersistentProfileMXBean() - Static method in class com.azul.zing.management.ManagementFactory
Returns the singleton MXBean for the virtual machine’s persistent profile system.
getPlatformMBeanServer() - Static method in class com.azul.zing.management.ManagementFactory
Returns a reference to the virtual machine’s platform MBeanServer.
getPoolName() - Method in class com.azul.zing.management.MemoryNotificationInfo
 
getPoolName() - Method in class com.azul.zing.management.MemoryPoolNotificationInfo
 
getPostOperationCleanupTimeSec() - Method in class com.azul.zing.management.PauseDetails
Time required for cleanup activities just prior to resumption of thread execution.
getProfileClassMatchCount(boolean) - Method in interface com.azul.zing.management.PersistentProfileMXBean
Returns the total number of matched classes by the time of request.
getProfileClassMatchPercent(boolean) - Method in interface com.azul.zing.management.PersistentProfileMXBean
Returns percentage of matched classes to the number of classes found in the profile log at the time of request.
getProfileTier1CompilesPercent(boolean) - Method in interface com.azul.zing.management.PersistentProfileMXBean
Returns percentage of the ReadyNow tier 1 compiles performed by the time of request to the target number of compiles registered in the profile log.
getProfileTier2CompilesPercent(boolean) - Method in interface com.azul.zing.management.PersistentProfileMXBean
Returns percentage of the ReadyNow tier 2 compiles performed by the time of request to the target number of compiles registered in the profile log.
getPromotedPages() - Method in class com.azul.zing.management.GCDetails
Number of pages promoted from the New Generation to the Old Generation during this garbage collection.
getReason() - Method in class com.azul.zing.management.PauseDetails
Reason for the pause.
getRelocatedPages() - Method in class com.azul.zing.management.GCDetails
Number of pages relocated during this garbage collection.
getRelocSpikePages() - Method in class com.azul.zing.management.GCDetails
Number of pages relocated that required use of a normally reserved memory area during this garbage collection.
getSidebandMemoryUse() - Method in class com.azul.zing.management.GCDetails
Amount of additional memory used in bytes by the garbage collector during its marking phase.
getSize() - Method in class com.azul.zing.management.MemoryUsage
Returns the approximate amount of memory in bytes that the memory pool currently occupies, both used and unused, when this MemoryUsage object was created.
getSizeOfCompilationQueue() - Method in interface com.azul.zing.management.ConnectedCompilerClientMXBean
 
getSmallSpacePages() - Method in class com.azul.zing.management.GCDetails
Number of pages in the small space, one of three spaces.
getStartOfCollectionUsage() - Method in interface com.azul.zing.management.MemoryPoolMXBean
The memory usage at start of the JVM’s most recent attempt to recycle unused objects.
getStartTime() - Method in class com.azul.zing.management.GCDetails
Returns start time of this garbage collection in units of elapsed seconds since the start of the JVM.
getThreadsNotifyTimeSec() - Method in class com.azul.zing.management.PauseDetails
Time required to notify all of the running threads to suspend themselves.
getTimeForThreadsToSuspendSec() - Method in class com.azul.zing.management.PauseDetails
Time spent waiting for all of the threads to suspend (time to safepoint).
getTimeFromEndOfPreviousToStart() - Method in class com.azul.zing.management.GCDetails
For the garbage collector with the type returned by GCDetails.getGarbageCollectionType(), the amount of time in seconds from the end of the last previous garbage collection for this type of collector to the start of this garbage collection in units of elapsed seconds since the start of the JVM.
getTimeMXBean() - Static method in class com.azul.zing.management.ManagementFactory
Returns the singleton MXBean for the virtual machine’s time system.
getTimeOfLastCollectionEnd() - Method in interface com.azul.zing.management.GarbageCollectorMXBean
Elapsed time in seconds between the start of the JVM and the completion of the last previously (most recently) completed garbage collection for this collector.
getTimeOfLastResetCollectorCumulativeCounters() - Method in interface com.azul.zing.management.GarbageCollectorMXBean
Time when the collector’s cumulative counters were last reset.
getTimeOfLastResetCollectorMaxPauseDetails() - Method in interface com.azul.zing.management.GarbageCollectorMXBean
Reset time for highest percentage of time this collector was running.
getTimeOfLastResetHighestPercentageOfTimeCollectorIsRunning() - Method in interface com.azul.zing.management.GarbageCollectorMXBean
Reset time for the variable holding the value of the highest percentage of time this collector has been running.
getTimeOfLastResetObjectsWithFinalizerCumulativeAllocationCount() - Method in interface com.azul.zing.management.MemoryMXBean
Time since the start of the JVM when the last reset was done of the counter holding the value of the cumulative count of the number of allocated objects that have a Finalize method.
getTimeOfLastResetPeakEndOfCollectionUsageSec() - Method in interface com.azul.zing.management.MemoryPoolMXBean
Returns the time in seconds from the start of the program until the last reset of the peak end of collection memory usage.
getTimeOfLastResetPeakUsageSec() - Method in interface com.azul.zing.management.MemoryPoolMXBean
Returns the time in seconds from the start of the program until the last reset of the peak memory usage.
getTimeOfPenultimateCollectionEnd() - Method in interface com.azul.zing.management.GarbageCollectorMXBean
Elapsed time in seconds between the start of the JVM and the completion of the penultimate (prior to the last) garbage collection for this collector.
getTimeToWakeupThreadsSec() - Method in class com.azul.zing.management.PauseDetails
Time for all of the threads to resume execution after the notification to wakeup.
getTotalApplicationThreadCount() - Method in class com.azul.zing.management.GCDetails
Returns the number of application threads in the running process.
getTotalCompilationTime() - Method in interface com.azul.zing.management.CompilationMXBean
Returns the approximate accumulated elapsed time (in milliseconds) spent in compilation.
getTotalOutstandingCompiles() - Method in interface com.azul.zing.management.CompilationMXBean
Provides the total number of enqueued and in-progress compilations at the time of request.
getTotalPerformedProfileDrivenTier1Compiles() - Method in interface com.azul.zing.management.CompilationMXBean
Provides the total number of performed tier 1 compilations driven by ReadyNow by the time of request
getTotalPerformedProfileDrivenTier2Compiles() - Method in interface com.azul.zing.management.CompilationMXBean
Provides the total number of performed tier 2 compilations driven by ReadyNow by the time of request
getTotalPerformedTier1Compiles() - Method in interface com.azul.zing.management.CompilationMXBean
Provides the total number of tier 1 compilations performed by the time of request
getTotalPerformedTier2Compiles() - Method in interface com.azul.zing.management.CompilationMXBean
Provides the total number of tier 2 compilations performed by the time of request
getType() - Method in interface com.azul.zing.management.MemoryPoolMXBean
Memory type of this pool; answering the question whether the memory in use by the pool is from the process’s Java Heap or non-Java Heap or from System memory.
getUnixTimeOfJVMStartAsDateTimeString() - Method in interface com.azul.zing.management.TimeMXBean
Returns a Date-Time String representing the Unix (or Epoch or Posix) time in milliseconds when the Zing virtual machine was started represented as the number of milliseconds between midnight, January 1, 1970 UTC and the start of the Zing virtual machine.
getUnixTimeOfJVMStartMillis() - Method in interface com.azul.zing.management.TimeMXBean
Returns the Unix (or Epoch or Posix) time in milliseconds when the Zing virtual machine was started represented as the number of milliseconds between the start of the Zing virtual machine and midnight, January 1, 1970 UTC.
getUnreturnedPausePreventionMemory() - Method in class com.azul.zing.management.GCDetails
Answers the question whether the JVM’s memory needs are sufficiently high to require continued use of some of the Pause Prevention memory used in the interval between the end of the previous collection and the end of this collection for this collector.
getUsed() - Method in class com.azul.zing.management.MemoryUsage
Returns the approximate amount of memory in bytes in use in the memory pool when this MemoryUsage object was created.
getUseThreshold() - Method in interface com.azul.zing.management.MemoryPoolMXBean
The current use threshold (in bytes) of this pool.
getUseThresholdExceededCount() - Method in interface com.azul.zing.management.MemoryPoolMXBean
The number of times the use threshold has been met or exceeded.
getVersion() - Method in interface com.azul.zing.management.CompilationMXBean
Version of the CompilationMXBean application programming interface.
getVersion() - Method in interface com.azul.zing.management.ConnectedCompilerClientMXBean
 
getVersion() - Method in interface com.azul.zing.management.GarbageCollectorMXBean
Version of the GarbageCollectorMXBean application programming interface.
getVersion() - Method in interface com.azul.zing.management.MemoryManagerMXBean
Version of the MemoryManagerMXBean application programming interface.
getVersion() - Method in interface com.azul.zing.management.MemoryMXBean
Version of the MemoryMXBean application programming interface.
getVersion() - Method in interface com.azul.zing.management.MemoryPoolMXBean
Version of the MemoryPoolMXBean application programming interface.
getVersion() - Method in interface com.azul.zing.management.PersistentProfileMXBean
Version of the PersistentProfileMXBean application programming interface.
getVersion() - Method in interface com.azul.zing.management.TimeMXBean
Version of the TimeMXBean application programming interface.

I

isAbleToUseContingencyMemory() - Method in class com.azul.zing.management.GCDetails
Indication of the state of the JVM related to the use of additional memory available from the Java Heap’s parent pool, referred to as Contingency memory.
isAbleToUsePausePreventionMemory() - Method in class com.azul.zing.management.GCDetails
Indicates the state of the JVM related to the use of Pause Prevention memory available from the Java Heap’s parent pool.
isAfterCollectionUseThresholdExceeded() - Method in interface com.azul.zing.management.MemoryPoolMXBean
Indicates whether or not the after collection use threshold has been met or exceeded after the most recent collection.
isAfterCollectionUseThresholdSupported() - Method in interface com.azul.zing.management.MemoryPoolMXBean
Indicates whether or not this pool supports after collection use threshold monitoring.
isCompilationTimeMonitoringSupported() - Method in interface com.azul.zing.management.CompilationMXBean
Tests if the Java virtual machine supports the monitoring of compilation time.
isDetailedVerbose() - Method in interface com.azul.zing.management.MemoryMXBean
Indicates whether detailed verbose output (+PrintGCDetails) is enabled for the memory system.
isGarbageCollectionDurationThresholdExceeded() - Method in interface com.azul.zing.management.GarbageCollectorMXBean
Answers the question whether the threshold value for the collection duration for this garbage collector has been exceeded in the time interval between the end of the penultimate completed garbage collection by this collector and the end of the last completed garbage collection by this collector.
isGarbageCollectionPauseDurationThresholdExceeded() - Method in interface com.azul.zing.management.GarbageCollectorMXBean
Answers the question whether the threshold value for the pause duration for garbage collector required pauses for this garbage collector has been exceeded for this garbage collector in the time interval between the end of the penultimate completed garbage collection by this collector and the end of the last completed garbage collection by this collector.
isJavaHeapUsingMoreMemoryThanInitiallyReserved() - Method in interface com.azul.zing.management.MemoryMXBean
Answers the question whether the process is using an amount of memory for the Java Heap that is greater than the amount of memory initially reserved for the Java Heap.
isLiveSetSizeThresholdExceeded() - Method in interface com.azul.zing.management.MemoryPoolMXBean
Indicates whether or not the live set size threshold is currently met or exceeded.
isLiveSetSizeThresholdSupported() - Method in interface com.azul.zing.management.MemoryPoolMXBean
Indicates whether or not live set size threshold monitoring is supported.
isPercentageOfTimeCollectorIsRunningThresholdExceeded() - Method in interface com.azul.zing.management.GarbageCollectorMXBean
Answers the question whether the threshold value for percentage-of-time-collector-is-running has been exceeded for this garbage collector in the time interval between the end of the penultimate completed garbage collection by this collector and the end of the last completed garbage collection by this collector.
isPercentJavaHeapOccupiedAfterCollectionThresholdExceeded() - Method in interface com.azul.zing.management.MemoryMXBean
Is the value of the percent Java heap occupied after collection metric currently exceeding the threshold.
isPercentJavaHeapOccupiedAfterCollectionThresholdSupported() - Method in interface com.azul.zing.management.MemoryMXBean
Indicates whether the percent Java heap occupied after collection threshold is supported.
isUseThresholdExceeded() - Method in interface com.azul.zing.management.MemoryPoolMXBean
Indicates whether or not the use threshold is currently met or exceeded.
isUseThresholdSupported() - Method in interface com.azul.zing.management.MemoryPoolMXBean
Indicates whether or not use threshold monitoring is supported.
isValid() - Method in interface com.azul.zing.management.MemoryManagerMXBean
Indicates whether or not the manager is currently valid.
isValid() - Method in interface com.azul.zing.management.MemoryPoolMXBean
Indicates whether or not the pool is currently valid.
isValidData() - Method in class com.azul.zing.management.GCDetails
Returns whether the data returned GCDetails has passed all validity tests.
isVerbose() - Method in interface com.azul.zing.management.MemoryMXBean
Indicates whether verbose output (+PrintGC) is enabled for the memory system.

J

JAVA_HEAP_USING_MORE_MEMORY_THAN_INITIALLY_RESERVED - Static variable in class com.azul.zing.management.MemoryNotificationInfo
Notification that the process is using more Java Heap memory than was initially reserved for the entire Java Heap; In most cases, the -Xmx command line option is used to specify the amount of memory to be reserved by the process for the Java Heap; When the process starts, there may be slight differences between the amount specified and the amount initially reserved; This is an event notification and requires only that a notification listener be added.

L

loadSpecificMessage_lm_03(Object, Object, Object) - Static method in class com.azul.zing.management.Proxy
 
loadSpecificMessage_lm_05(Object, Object) - Static method in class com.azul.zing.management.Proxy
 

M

ManagementFactory - Class in com.azul.zing.management
The factory for retrieving all managed objects for the JVM as well as the JVM’s MBean server.
ManagementPermission - Class in com.azul.zing.management
A SecurityPermission for use with the management system.
ManagementPermission(String) - Constructor for class com.azul.zing.management.ManagementPermission
Constructs an instance with the given name.
ManagementPermission(String, String) - Constructor for class com.azul.zing.management.ManagementPermission
Constructs an instance with the given name.
MEMORY_LIVE_SET_SIZE_THRESHOLD_EXCEEDED - Static variable in class com.azul.zing.management.MemoryPoolNotificationInfo
Notification that the live set size of this memory pool has exceeded the threshold specified by using MemoryPoolMXBean.setLiveSetSizeThreshold(long); This is a threshold notification and requires that a threshold value greater than zero be set using the MemoryPoolMXBean.setLiveSetSizeThreshold(long) method; The check to see whether this threshold has been exceeded is made after each garbage collection has completed.
MEMORY_MANAGER_MXBEAN_DOMAIN_TYPE - Static variable in class com.azul.zing.management.ManagementFactory
The String value of the ObjectName for MemoryManagerMXBean.
MEMORY_MXBEAN_NAME - Static variable in class com.azul.zing.management.ManagementFactory
The String value of the ObjectName for MemoryMXBean.
MEMORY_POOL_MXBEAN_DOMAIN_TYPE - Static variable in class com.azul.zing.management.ManagementFactory
The String value of the ObjectName for MemoryPoolMXBean.
MEMORY_USE_AFTER_COLLECTION_THRESHOLD_EXCEEDED - Static variable in class com.azul.zing.management.MemoryPoolNotificationInfo
Notification that the memory use by this memory pool has exceeded the threshold specified by using MemoryPoolMXBean.setAfterCollectionUseThreshold(long); This is a threshold notification and requires that a threshold value greater than zero be set using the MemoryPoolMXBean.setAfterCollectionUseThreshold(long) method; The check to see whether this threshold has been exceeded is made after each garbage collection has completed.
MEMORY_USE_THRESHOLD_EXCEEDED - Static variable in class com.azul.zing.management.MemoryPoolNotificationInfo
Notification that the memory use by this memory pool has exceeded the threshold specified by using MemoryPoolMXBean.setUseThreshold(long); This is a threshold notification and requires that a threshold value greater than zero be set using the MemoryPoolMXBean.setUseThreshold(long) method; The check to see whether this threshold has been exceeded is made repeatedly at a time interval that is configurable.
MemoryManagerMXBean - Interface in com.azul.zing.management
MemoryManagerMXBean is an interface used by the management system to access memory manager properties.
MemoryMXBean - Interface in com.azul.zing.management
MemoryMXBean is an interface used by the management system to access memory-related properties.
MemoryNotificationInfo - Class in com.azul.zing.management
Memory notification information.
MemoryNotificationInfo(String, String, long, MemoryUsage) - Constructor for class com.azul.zing.management.MemoryNotificationInfo
Constructs a MemoryNotificationInfo instance.
MemoryPoolMXBean - Interface in com.azul.zing.management
MemoryPoolMXBean is an interface used by the management system to access memory pool properties, performn operations and configure thresholds and notifications.
MemoryPoolNotificationInfo - Class in com.azul.zing.management
Memory pool notification information.
MemoryPoolNotificationInfo(String, String, long, MemoryUsage) - Constructor for class com.azul.zing.management.MemoryPoolNotificationInfo
Constructs a MemoryPoolNotificationInfo instance.
MemoryPoolSizeType - Enum in com.azul.zing.management
MemoryPoolSizeType describes a memory pool’s ability to shrink and/or grow dynamically according to need.
MemoryType - Enum in com.azul.zing.management
Types of memory pools.
MemoryUsage - Class in com.azul.zing.management
A memory pool usage snapshot with sizes and the time the snapshot was taken.
MemoryUsage(MemoryPoolSizeType, long, long, long, double) - Constructor for class com.azul.zing.management.MemoryUsage
Constructs a new MemoryUsage instance using the enumerated type for the size type.

N

newGenerationGC() - Method in interface com.azul.zing.management.MemoryMXBean
Invokes the garbage collector to collect the garbage in the New Generation.
newPlatformMXBeanProxy(MBeanServerConnection, String, Class<T>) - Static method in class com.azul.zing.management.ManagementFactory
Create a custom proxy object for the named MXBean.
numberOfElements() - Static method in enum com.azul.zing.management.MemoryPoolSizeType
Returns the number of enum values in MemoryPoolSizeType.

P

PauseDetails - Class in com.azul.zing.management
A PauseDetails object represents a pause event impacting all the threads in a running Java virtual machine and includes a timestamp specifying the time since the launch of the Java virtual machine process, the duration of the pause, and the reason for the pause (plus additional, optional, very detailed information).
PauseDetails(double, double, String, double, double, double, double, double, double, double, double, long) - Constructor for class com.azul.zing.management.PauseDetails
Constructs a PauseDetails object using a String reason.
PERCENT_JAVA_HEAP_OCCUPIED_AFTER_COLLECTION_THRESHOLD_EXCEEDED - Static variable in class com.azul.zing.management.MemoryNotificationInfo
Notification that the percentage of Jave Heap occupied after the garbage collection to remove unreachable objects is a higher percentage than the threshold specified using MemoryMXBean.setPercentJavaHeapOccupiedAfterCollectionThreshold(double); This is a threshold notification and requires that a threshold value greater than zero be set using the MemoryMXBean.setPercentJavaHeapOccupiedAfterCollectionThreshold(double) method.
PERCENTAGE_OF_TIME_COLLECTOR_IS_RUNNING_THRESHOLD_EXCEEDED - Static variable in class com.azul.zing.management.GarbageCollectorNotificationInfo
Notification that the garbage collector was running for a higher percentage of time than the specified threshold; This is a threshold notification and requires that a threshold value greater than zero be set using the GarbageCollectorMXBean.setPercentageOfTimeCollectorIsRunningThreshold(double) method; The check to see whether this threshold has been exceeded is made after each garbage collection has completed.
PERSISTENT_PROFILE_MXBEAN_NAME - Static variable in class com.azul.zing.management.ManagementFactory
The String value of the ObjectName for PersistentProfileMXBean.
PersistentProfileMXBean - Interface in com.azul.zing.management
PersistentProfileMXBean provides access to the reporting capabilities of ReadyNow! profile logs.
printReport() - Method in interface com.azul.zing.management.PersistentProfileMXBean
Creates a profile application report and prints the report to the stdout of the Zing VM process on the system where the MXBean is running or to a file when the Zing VM process was started using the -XX:ProfileReportFile command line option.
Proxy - Class in com.azul.zing.management
 
Proxy() - Constructor for class com.azul.zing.management.Proxy
 

R

resetCollectorCumulativeCounters() - Method in interface com.azul.zing.management.GarbageCollectorMXBean
Reset this collector’s cumulative counters.
resetCollectorMaxPauseDetails() - Method in interface com.azul.zing.management.GarbageCollectorMXBean
Reset this collector’s stored max pause time values.
resetHighestPercentageOfTimeCollectorIsRunning() - Method in interface com.azul.zing.management.GarbageCollectorMXBean
Reset the highest percentage of time this garbage collector has been running to zero.
resetObjectsWithFinalizerCumulativeAllocationCount() - Method in interface com.azul.zing.management.MemoryMXBean
Reset the counter holding the value of the cumulative count of the number of allocated objects that have a Finalize method.
resetPeakEndOfCollectionUsage() - Method in interface com.azul.zing.management.MemoryPoolMXBean
Resets the highest memory usage measured at the end of a garbage collection to the value of the memory usage at the end of the most recently preceding completed garbage collection.
resetPeakUsage() - Method in interface com.azul.zing.management.MemoryPoolMXBean
Resets the peak memory usage to the value at the end of the last previously completed garbage collection.

S

setAfterCollectionUseThreshold(long) - Method in interface com.azul.zing.management.MemoryPoolMXBean
Sets the after collection use threshold (in bytes) for this memory pool.
setDetailedVerbose(boolean) - Method in interface com.azul.zing.management.MemoryMXBean
Enables or disables detailed verbose output (PrintGCDetails) for the memory system.
setFormatForDateTimeString(String) - Method in interface com.azul.zing.management.TimeMXBean
Sets the format for the formatted date string returned from getUnixTimeOfJVMStartAsString() and convertElapsedTimeSinceJVMStartSecToDateTimeString(double timeSec).
setFormatForDateTimeStringToDefaultValue() - Method in interface com.azul.zing.management.TimeMXBean
Sets to the default value the format for the formatted date string returned from getUnixTimeOfJVMStartAsString() and convertElapsedTimeSinceJVMStartSecToDateTimeString(double timeSec).
setGarbageCollectionDurationThreshold(double) - Method in interface com.azul.zing.management.GarbageCollectorMXBean
Set the upper threshold value used when monitoring the duration of a garbage collection.
setGarbageCollectionPauseDurationThreshold(double) - Method in interface com.azul.zing.management.GarbageCollectorMXBean
Set the upper threshold value used when monitoring the duration of a collector required pause.
setIntervalToWaitBeforeRenotifyWhenThresholdContinuouslyExceeded(long) - Method in interface com.azul.zing.management.GarbageCollectorMXBean
Sets the minimum interval to wait before a renotification when the threshold is continuously exceeded.
setIntervalToWaitBeforeRenotifyWhenThresholdContinuouslyExceeded(long) - Method in interface com.azul.zing.management.MemoryMXBean
Sets the minimum interval to wait before a renotification when the threshold is continuously exceeded.
setIntervalToWaitBeforeRenotifyWhenThresholdContinuouslyExceeded(long) - Method in interface com.azul.zing.management.MemoryPoolMXBean
Sets the minimum interval to wait before a renotification when the threshold is continuously exceeded.
setIntervalToWaitBetweenUseThresholdChecks(long) - Method in interface com.azul.zing.management.MemoryPoolMXBean
Sets the minimum interval to wait between checks to see whether the memory pool’s use threshold has been exceeded.
setLiveSetSizeThreshold(long) - Method in interface com.azul.zing.management.MemoryPoolMXBean
Sets the live set size threshold (in bytes) for this memory pool.
setPercentageOfTimeCollectorIsRunningThreshold(double) - Method in interface com.azul.zing.management.GarbageCollectorMXBean
Set the upper threshold value used when monitoring the percentage-of-time-collector-is-running.
setPercentJavaHeapOccupiedAfterCollectionThreshold(double) - Method in interface com.azul.zing.management.MemoryMXBean
Set The percent Java heap occupied after collection threshold (in bytes); the default is zero.
setUseThreshold(long) - Method in interface com.azul.zing.management.MemoryPoolMXBean
Sets the use threshold (in bytes) for this memory pool.
setVerbose(boolean) - Method in interface com.azul.zing.management.MemoryMXBean
Enables or disables verbose output (PrintGC) for the memory system.

T

TIME_MXBEAN_NAME - Static variable in class com.azul.zing.management.ManagementFactory
The String value of the ObjectName for TimeMXBean.
TimeMXBean - Interface in com.azul.zing.management
Time provides the elapsed time since the launch of the Zing virtual machine and the clock time in milliseconds at the launch of the Zing virtual machine.
toString() - Method in class com.azul.zing.management.GCDetails
Convert this GCDetails object to a String representation.
toString() - Method in enum com.azul.zing.management.MemoryPoolSizeType
Returns the string representation of this MemoryPoolSizeType.
toString() - Method in enum com.azul.zing.management.MemoryType
Returns the string representation of this MemoryType object.
toString() - Method in class com.azul.zing.management.MemoryUsage
Returns a String object with the information describing this MemoryUsage object.
toString() - Method in class com.azul.zing.management.PauseDetails
Returns a String object with the information describing this pause time.

V

valueOf(String) - Static method in enum com.azul.zing.management.MemoryPoolSizeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azul.zing.management.MemoryType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.azul.zing.management.MemoryPoolSizeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azul.zing.management.MemoryType
Returns an array containing the constants of this enum type, in the order they are declared.
A C E F G I J L M N P R S T V 
Zing MXBeans

Submit a bug or feature request
Copyright © 2015-2017, Azul Systems, Inc. All rights reserved.
Azul Systems and Zing are registered trademarks of Azul Systems, Inc.