com.ibm.java.diagnostics.healthcenter.api.classes

Interface ClassHistogramData

  • All Superinterfaces:
    DoubleEvent, TimeData


    public interface ClassHistogramData
    extends DoubleEvent
    This class represents a Java class and the instance totals that are associated with it.
    • Method Detail

      • getClassName

        java.lang.String getClassName()
        Gets the loaded class name.
        Returns:
        the class name.
      • getClassCount

        long getClassCount()
        Gets the number of instances of the class.
        Returns:
        the number of instances.
      • getClassSize

        long getClassSize()
        Gets the total size on the heap that is used by all the instances of this class.
        Returns:
        the total size in bytes.
© Copyright 2012, 2016 IBM Corporation.