Class BatchWaitEvent
java.lang.Object
jdk.jfr.Event
dev.hardwood.jfr.BatchWaitEvent
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
column
-
-
Constructor Details
-
BatchWaitEvent
public BatchWaitEvent()
-