Package one.jfr.event

Class Event

java.lang.Object
one.jfr.event.Event
All Implemented Interfaces:
Comparable<Event>
Direct Known Subclasses:
AllocationSample, ContendedLock, CPULoad, ExecutionSample, GCHeapSummary, LiveObject, ObjectCount

public abstract class Event extends Object implements Comparable<Event>
  • Field Details

    • time

      public final long time
    • tid

      public final int tid
    • stackTraceId

      public final int stackTraceId
  • Constructor Details

    • Event

      protected Event(long time, int tid, int stackTraceId)
  • Method Details