Class PageDecodedEvent
java.lang.Object
jdk.jfr.Event
dev.hardwood.jfr.PageDecodedEvent
JFR event emitted when a single Parquet data page is decoded.
This event covers the full page decode cycle: header parsing, decompression, and value decoding. The compressed and uncompressed sizes can be used to gauge compression ratios and decode cost per page.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
column
-
compressedSize
public int compressedSize -
uncompressedSize
public int uncompressedSize
-
-
Constructor Details
-
PageDecodedEvent
public PageDecodedEvent()
-