Enum Class StoreType

java.lang.Object
java.lang.Enum<StoreType>
io.quarkus.quartz.runtime.StoreType
All Implemented Interfaces:
Serializable, Comparable<StoreType>, Constable

public enum StoreType extends Enum<StoreType>
  • Enum Constant Details

    • RAM

      public static final StoreType RAM
    • JDBC_TX

      public static final StoreType JDBC_TX
    • JDBC_CMT

      public static final StoreType JDBC_CMT
  • Field Details

    • clazz

      public final String clazz
    • simpleName

      public final String simpleName
  • Method Details

    • values

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

      public static StoreType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • isDbStore

      public boolean isDbStore()
    • isNonManagedTxJobStore

      public boolean isNonManagedTxJobStore()