This class is not part of the public API.

Class: sun.management.MemoryUsageCompositeData

A CompositeData for MemoryUsage 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

  • COMMITTED

    static final private String COMMITTED = "committed"
  • INIT

    static final private String INIT = "init"
  • MAX

    static final private String MAX = "max"
  • USED

    static final private String USED = "used"
  • memoryUsageCompositeType

    static final private CompositeType memoryUsageCompositeType
  • memoryUsageItemNames

    static final private String[] memoryUsageItemNames
  • usage

    final private MemoryUsage usage