This class is not part of the public API.

Class: sun.management.GcInfoCompositeData

A CompositeData for GcInfo for the local management support. This class avoids the performance penalty paid to the construction of a CompositeData use in the local case.

Inheritance

Superclass tree: Implements:

Methods

Fields

  • DURATION

    static final private String DURATION = "duration"
  • END_TIME

    static final private String END_TIME = "endTime"
  • ID

    static final private String ID = "id"
  • MEMORY_USAGE_AFTER_GC

    static final private String MEMORY_USAGE_AFTER_GC = "memoryUsageAfterGc"
  • MEMORY_USAGE_BEFORE_GC

    static final private String MEMORY_USAGE_BEFORE_GC = "memoryUsageBeforeGc"
  • START_TIME

    static final private String START_TIME = "startTime"
  • baseGcInfoCompositeType

    static private CompositeType baseGcInfoCompositeType
  • baseGcInfoItemNames

    static final private String[] baseGcInfoItemNames
  • baseGcInfoItemTypes

    static private OpenType[] baseGcInfoItemTypes
  • builder

    final private GcInfoBuilder builder
  • gcExtItemValues

    final private Object[] gcExtItemValues
  • info

    final private GcInfo info
  • memoryUsageMapType

    static private MappedMXBeanType memoryUsageMapType