Class ObjectAllocationEventImpl

java.lang.Object
com.ibm.java.diagnostics.healthcenter.api.gc.impl.ObjectAllocationEventImpl
All Implemented Interfaces:
ObjectAllocationEvent

public class ObjectAllocationEventImpl extends Object implements ObjectAllocationEvent
  • Constructor Details

    • ObjectAllocationEventImpl

      public ObjectAllocationEventImpl(String objectName, double time, String callStack, long allocationSize, String requestSite)
    • ObjectAllocationEventImpl

      public ObjectAllocationEventImpl(String objectName, double time, String callStack, long allocationSize)
  • Method Details