Enum MVTable.TraceLockEvent

java.lang.Object
java.lang.Enum<MVTable.TraceLockEvent>
org.h2.mvstore.db.MVTable.TraceLockEvent
All Implemented Interfaces:
Serializable, Comparable<MVTable.TraceLockEvent>, java.lang.constant.Constable
Enclosing class:
MVTable

private static enum MVTable.TraceLockEvent extends Enum<MVTable.TraceLockEvent>
The type of trace lock events
  • Enum Constant Details

  • Field Details

    • eventText

      private final String eventText
  • Constructor Details

    • TraceLockEvent

      private TraceLockEvent(String eventText)
  • Method Details

    • values

      public static MVTable.TraceLockEvent[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static MVTable.TraceLockEvent valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getEventText

      public String getEventText()