Class BatchWaitEvent

java.lang.Object
jdk.jfr.Event
dev.hardwood.jfr.BatchWaitEvent

public class BatchWaitEvent extends Event

JFR event emitted when the consumer thread blocks waiting for a batch to be assembled by the assembly thread.

This event indicates that the decode/assembly pipeline cannot keep up with the consumer, causing the consumer to stall. The event's duration is the length of the stall, and it is recorded on the stalled consumer thread. A read that never outruns its pipeline emits no event at all.

  • Field Details

    • column

      public String column
  • Constructor Details

    • BatchWaitEvent

      public BatchWaitEvent()