Class AllocationSample

java.lang.Object
one.jfr.event.Event
one.jfr.event.AllocationSample
All Implemented Interfaces:
Comparable<Event>

public class AllocationSample extends Event
  • Field Details

    • classId

      public final int classId
    • allocationSize

      public final long allocationSize
    • tlabSize

      public final long tlabSize
  • Constructor Details

    • AllocationSample

      public AllocationSample(long time, int tid, int stackTraceId, int classId, long allocationSize, long tlabSize)
  • Method Details

    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Event
    • sameGroup

      public boolean sameGroup(Event o)
      Overrides:
      sameGroup in class Event
    • classId

      public long classId()
      Overrides:
      classId in class Event
    • value

      public long value()
      Overrides:
      value in class Event