public interface JVMClassLoadingStats extends javax.management.j2ee.statistics.Stats
Modifier and Type | Method and Description |
---|---|
javax.management.j2ee.statistics.CountStatistic |
getLoadedClassCount()
Returns the number of classes that are currently loaded
in the JVM
|
javax.management.j2ee.statistics.CountStatistic |
getTotalLoadedClassCount()
Returns the total number of classes that have been loaded,
since the JVM began execution
|
javax.management.j2ee.statistics.CountStatistic |
getUnloadedClassCount()
Returns the number of classes that have been unloaded from the JVM
|
getStatistic, getStatisticNames, getStatistics
javax.management.j2ee.statistics.CountStatistic getLoadedClassCount()
javax.management.j2ee.statistics.CountStatistic getTotalLoadedClassCount()
javax.management.j2ee.statistics.CountStatistic getUnloadedClassCount()
Copyright © 2020. All rights reserved.