-
public final class HeapProfilerEvent.HeapStatsUpdateEvent extends HeapProfilerEvent
If heap objects tracking has been started then backend may send update for one or more fragments
-
-
Field Summary
Fields Modifier and Type Field Description private final List<Integer>statsUpdate
-
Constructor Summary
Constructors Constructor Description HeapStatsUpdateEvent(List<Integer> statsUpdate)
-
Method Summary
Modifier and Type Method Description final List<Integer>component1()final HeapProfilerEvent.HeapStatsUpdateEventcopy(List<Integer> statsUpdate)final List<Integer>getStatsUpdate()An array of triplets. -
-
Method Detail
-
component1
final List<Integer> component1()
-
copy
final HeapProfilerEvent.HeapStatsUpdateEvent copy(List<Integer> statsUpdate)
-
getStatsUpdate
final List<Integer> getStatsUpdate()
An array of triplets. Each triplet describes a fragment. The first integer is the fragment index, the second integer is a total count of objects for the fragment, the third integer is a total size of the objects for the fragment.
-
-
-
-