Package org.apache.nifi.dbcp.utils
Enum Class DefaultDataSourceValues
- All Implemented Interfaces:
Serializable
,Comparable<DefaultDataSourceValues>
,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionCopied fromGenericObjectPoolConfig.DEFAULT_MAX_IDLE
in Commons-DBCP 2.7.0Copied fromGenericObjectPoolConfig.DEFAULT_MIN_IDLE
in Commons-DBCP 2.7.0 -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue()
static DefaultDataSourceValues
Returns the enum constant of this class with the specified name.static DefaultDataSourceValues[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
MAX_WAIT_TIME
-
MAX_TOTAL_CONNECTIONS
-
MIN_IDLE
Copied fromGenericObjectPoolConfig.DEFAULT_MIN_IDLE
in Commons-DBCP 2.7.0 -
MAX_IDLE
Copied fromGenericObjectPoolConfig.DEFAULT_MAX_IDLE
in Commons-DBCP 2.7.0 -
MAX_CONN_LIFETIME
-
EVICTION_RUN_PERIOD
-
MIN_EVICTABLE_IDLE_TIME
-
SOFT_MIN_EVICTABLE_IDLE_TIME
-
-
Field Details
-
value
-
-
Constructor Details
-
DefaultDataSourceValues
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-
getValue
-
getLongValue
-