Class RecordFilterEvent
java.lang.Object
jdk.jfr.Event
dev.hardwood.jfr.RecordFilterEvent
JFR event emitted when records are filtered by record-level predicate evaluation.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
totalRecords
public long totalRecords -
recordsKept
public long recordsKept -
recordsSkipped
public long recordsSkipped
-
-
Constructor Details
-
RecordFilterEvent
public RecordFilterEvent()
-