Package jdk.jfr
Class Event
- java.lang.Object
-
- jdk.jfr.Event
-
public abstract class Event extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Event()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
begin()
void
commit()
void
end()
boolean
isEnabled()
void
set(int index, java.lang.Object value)
boolean
shouldCommit()
-