Class OutOfLineAllocationEventImpl
java.lang.Object
com.ibm.java.diagnostics.healthcenter.api.gc.impl.OutOfLineAllocationEventImpl
- All Implemented Interfaces:
OutOfLineAllocationEvent
-
Constructor Summary
ConstructorsConstructorDescriptionOutOfLineAllocationEventImpl(double time, String callStack, long allocationSize, String className, long classAddress) -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the size of this allocation, in bytes.Returns a comma separated call stack for the object allocation event.longReturns the class address for this allocation event.Returns the class name for this allocation event.longReturns the time, in milliseconds since epoch, when this allocation occurred.
-
Constructor Details
-
OutOfLineAllocationEventImpl
-
-
Method Details
-
getCallStack
Description copied from interface:OutOfLineAllocationEventReturns a comma separated call stack for the object allocation event.- Specified by:
getCallStackin interfaceOutOfLineAllocationEvent- Returns:
- a String of comma separated methods.
-
getEventTime
public long getEventTime()Description copied from interface:OutOfLineAllocationEventReturns the time, in milliseconds since epoch, when this allocation occurred.- Specified by:
getEventTimein interfaceOutOfLineAllocationEvent- Returns:
- the time of the allocation.
-
getAllocationSize
public long getAllocationSize()Description copied from interface:OutOfLineAllocationEventReturns the size of this allocation, in bytes.- Specified by:
getAllocationSizein interfaceOutOfLineAllocationEvent- Returns:
- the size in bytes.
-
getClassAddress
public long getClassAddress()Description copied from interface:OutOfLineAllocationEventReturns the class address for this allocation event.- Specified by:
getClassAddressin interfaceOutOfLineAllocationEvent- Returns:
- the class address.
-
getClassName
Description copied from interface:OutOfLineAllocationEventReturns the class name for this allocation event.- Specified by:
getClassNamein interfaceOutOfLineAllocationEvent- Returns:
- the class name.
-