Class FileOpenedEvent

java.lang.Object
jdk.jfr.Event
dev.hardwood.jfr.FileOpenedEvent

public class FileOpenedEvent extends Event

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 Details

    • file

      public String file
    • fileSize

      public long fileSize
    • rowGroupCount

      public int rowGroupCount
    • columnCount

      public int columnCount
  • Constructor Details

    • FileOpenedEvent

      public FileOpenedEvent()