Class: sun.management.GcInfoBuilder
- public class GcInfoBuilder
Helper class to build composite data.
Methods
-
GcInfoBuildertop
GcInfoBuilder(GarbageCollectorMXBean gc, String[] poolNames) -
fillGcAttributeInfotop
native private void fillGcAttributeInfo(GarbageCollectorMXBean gc, int numAttributes, String[] attributeNames, char[] types, String[] descriptions) -
getGcExtItemCounttop
int getGcExtItemCount() -
getGcInfoCompositeTypetop
synchronized CompositeType getGcInfoCompositeType() -
getItemNamestop
synchronized String[] getItemNames() -
getLastGcInfotop
GcInfo getLastGcInfo() -
getLastGcInfo0top
native private GcInfo getLastGcInfo0(GarbageCollectorMXBean gc, int numExtAtts, Object[] extAttValues, char[] extAttTypes, MemoryUsage[] before, MemoryUsage[] after)Returns the last GcInfo -
getNumGcExtAttributestop
native private int getNumGcExtAttributes(GarbageCollectorMXBean gc) -
getPoolNamestop
public String[] getPoolNames()
Fields
-
allItemNames
private String[] allItemNames -
gc
final private GarbageCollectorMXBean gc -
gcExtItemCount
final private int gcExtItemCount -
gcExtItemDescs
final private String[] gcExtItemDescs -
gcExtItemNames
final private String[] gcExtItemNames -
gcExtItemTypes
final private char[] gcExtItemTypes -
gcInfoCompositeType
private CompositeType gcInfoCompositeType -
poolNames
final private String[] poolNames
