Class HeapDataImpl
java.lang.Object
com.ibm.java.diagnostics.healthcenter.api.impl.TimeDataImpl
com.ibm.java.diagnostics.healthcenter.api.impl.DoubleEventImpl
com.ibm.java.diagnostics.healthcenter.api.gc.impl.HeapDataImpl
- All Implemented Interfaces:
DoubleEvent,HeapData,TimeData
-
Field Summary
Fields inherited from class com.ibm.java.diagnostics.healthcenter.api.impl.TimeDataImpl
eventTime -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.ibm.java.diagnostics.healthcenter.api.impl.DoubleEventImpl
getValueMethods inherited from class com.ibm.java.diagnostics.healthcenter.api.impl.TimeDataImpl
getTimeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.ibm.java.diagnostics.healthcenter.api.DoubleEvent
getValue
-
Constructor Details
-
HeapDataImpl
public HeapDataImpl(double eventTime, double eventData)
-
-
Method Details
-
getHeapSize
public long getHeapSize()Description copied from interface:HeapDataReturns the heap size.- Specified by:
getHeapSizein interfaceHeapData- Returns:
- the heap size in bytes
-