com.ibm.java.diagnostics.healthcenter.api.gc

Interface OutOfLineAllocationEvent



  • public interface OutOfLineAllocationEvent
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      long getAllocationSize()
      Returns the size of this allocation, in bytes.
      java.lang.String getCallStack()
      Returns a comma separated call stack for the object allocation event.
      long getClassAddress()
      Returns the class address for this allocation event.
      java.lang.String getClassName()
      Returns the class name for this allocation event.
      long getEventTime()
      Returns the time, in milliseconds since epoch, when this allocation occurred.
    • Method Detail

      • getCallStack

        java.lang.String getCallStack()
        Returns a comma separated call stack for the object allocation event.
        Returns:
        a String of comma separated methods.
      • getEventTime

        long getEventTime()
        Returns the time, in milliseconds since epoch, when this allocation occurred.
        Returns:
        the time of the allocation.
      • getAllocationSize

        long getAllocationSize()
        Returns the size of this allocation, in bytes.
        Returns:
        the size in bytes.
      • getClassAddress

        long getClassAddress()
        Returns the class address for this allocation event.
        Returns:
        the class address.
      • getClassName

        java.lang.String getClassName()
        Returns the class name for this allocation event.
        Returns:
        the class name.
© Copyright 2012, 2016 IBM Corporation.