Package jdk.jfr

Class 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Event

        public Event()
    • Method Detail

      • begin

        public final void begin()
      • end

        public final void end()
      • commit

        public final void commit()
      • isEnabled

        public final boolean isEnabled()
      • shouldCommit

        public final boolean shouldCommit()
      • set

        public final void set​(int index,
                              java.lang.Object value)