Class MallocLeakAggregator
java.lang.Object
one.jfr.event.MallocLeakAggregator
- All Implemented Interfaces:
EventCollector
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.jfr.event.EventCollector
EventCollector.Visitor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidbooleanfinish()voidforEach(EventCollector.Visitor visitor)
-
Constructor Details
-
MallocLeakAggregator
-
-
Method Details
-
collect
- Specified by:
collectin interfaceEventCollector
-
beforeChunk
public void beforeChunk()- Specified by:
beforeChunkin interfaceEventCollector
-
afterChunk
public void afterChunk()- Specified by:
afterChunkin interfaceEventCollector
-
finish
public boolean finish()- Specified by:
finishin interfaceEventCollector
-
forEach
- Specified by:
forEachin interfaceEventCollector
-