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.

  • Field Details

    • column

      public String column
  • Constructor Details

    • BatchWaitEvent

      public BatchWaitEvent()