public final class jdk.jfr.events.FileWriteEvent extends jdk.jfr.events.AbstractJDKEvent
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: jdk.jfr.events.FileWriteEvent
super_class: jdk.jfr.events.AbstractJDKEvent
{
public java.lang.String path;
descriptor: Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
RuntimeVisibleAnnotations:
jdk.jfr.Label(value = "Path")
jdk.jfr.Description(value = "Full path of the file")
public long bytesWritten;
descriptor: J
flags: (0x0001) ACC_PUBLIC
RuntimeVisibleAnnotations:
jdk.jfr.Label(value = "Bytes Written")
jdk.jfr.Description(value = "Number of bytes written to the file")
jdk.jfr.DataAmount()
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial jdk.jfr.events.AbstractJDKEvent.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/jfr/events/FileWriteEvent;
}
SourceFile: "FileWriteEvent.java"
RuntimeVisibleAnnotations:
jdk.jfr.Name(value = "jdk.FileWrite")
jdk.jfr.Label(value = "File Write")
jdk.jfr.Category(value = {"Java Application"})
jdk.jfr.Description(value = "Writing data to a file")