Class MemoryDiagnosticsConfigurationType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable

    public class MemoryDiagnosticsConfigurationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Configuration of memory diagnostics features. <p>Java class for MemoryDiagnosticsConfigurationType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="MemoryDiagnosticsConfigurationType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="heapInfoCommand" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="heapObjectsHistogramCommand" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Field Detail

      • COMPLEX_TYPE

        public static final QName COMPLEX_TYPE
      • F_HEAP_INFO_COMMAND

        public static final ItemName F_HEAP_INFO_COMMAND
      • F_HEAP_OBJECTS_HISTOGRAM_COMMAND

        public static final ItemName F_HEAP_OBJECTS_HISTOGRAM_COMMAND
    • Constructor Detail

      • MemoryDiagnosticsConfigurationType

        public MemoryDiagnosticsConfigurationType()
      • MemoryDiagnosticsConfigurationType

        public MemoryDiagnosticsConfigurationType​(PrismContext prismContext)