Class FileOpenedEvent
java.lang.Object
jdk.jfr.Event
dev.hardwood.jfr.FileOpenedEvent
JFR event emitted when a Parquet file is opened and its metadata is read.
This event spans the full open sequence: memory-mapping the file and
parsing the Parquet footer metadata. It is emitted for both single-file
reads (ParquetFileReader.open()) and multi-file reads
(FileManager.mapAndReadMetadata()).
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
file
-
fileSize
public long fileSize -
rowGroupCount
public int rowGroupCount -
columnCount
public int columnCount
-
-
Constructor Details
-
FileOpenedEvent
public FileOpenedEvent()
-