-
public final class HeapProfilerEvent.LastSeenObjectIdEvent extends HeapProfilerEvent
If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerlastSeenObjectIdprivate final Doubletimestamp
-
Constructor Summary
Constructors Constructor Description LastSeenObjectIdEvent(Integer lastSeenObjectId, Double timestamp)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final Doublecomponent2()final HeapProfilerEvent.LastSeenObjectIdEventcopy(Integer lastSeenObjectId, Double timestamp)final IntegergetLastSeenObjectId()final DoublegetTimestamp()-
-
Method Detail
-
component1
final Integer component1()
-
component2
final Double component2()
-
copy
final HeapProfilerEvent.LastSeenObjectIdEvent copy(Integer lastSeenObjectId, Double timestamp)
-
getLastSeenObjectId
final Integer getLastSeenObjectId()
-
getTimestamp
final Double getTimestamp()
-
-
-
-