Class FileMappingEvent
java.lang.Object
jdk.jfr.Event
dev.hardwood.jfr.FileMappingEvent
JFR event emitted when Hardwood memory-maps a region of a Parquet file.
This event tracks mmap operations which are not captured by the standard
jdk.FileRead event. Memory-mapped I/O loads data through page faults
rather than explicit read() calls.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
file
-
offset
public long offset -
size
public long size
-
-
Constructor Details
-
FileMappingEvent
public FileMappingEvent()
-