Interface EventCollector.Visitor

All Known Implementing Classes:
JfrConverter.AggregatedEventVisitor
Enclosing interface:
EventCollector

public static interface EventCollector.Visitor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    visit(Event event, long samples, long value)
     
  • Method Details

    • visit

      void visit(Event event, long samples, long value)