Enum Class ConnectionPoolField

java.lang.Object
java.lang.Enum<ConnectionPoolField>
com.atlassian.jira.configurator.config.ConnectionPoolField
All Implemented Interfaces:
Serializable, Comparable<ConnectionPoolField>, Constable

public enum ConnectionPoolField extends Enum<ConnectionPoolField>
Contains descriptions for the various connection pool settings. These are paraphrased from the DBCP documentation.
Since:
v5.1
  • Enum Constant Details

  • Method Details

    • values

      public static ConnectionPoolField[] 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 ConnectionPoolField 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
    • getScalabityAndPerformanceFields

      public static List<ConnectionPoolField> getScalabityAndPerformanceFields()
    • getEvictionPolicyFields

      public static List<ConnectionPoolField> getEvictionPolicyFields()
    • getLengthHint

      public int getLengthHint()
    • label

      public String label()
    • description

      public String description()
    • defaultValue

      public String defaultValue()