Interface EventCollector

All Known Implementing Classes:
EventAggregator, MallocLeakAggregator

public interface EventCollector
  • Method Details

    • collect

      void collect(Event e)
    • beforeChunk

      void beforeChunk()
    • afterChunk

      void afterChunk()
    • finish

      boolean finish()
    • forEach

      void forEach(EventCollector.Visitor visitor)