Package com.atlassian.bamboo.hikari
Interface HikariCPConstants
-
public interface HikariCPConstants
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONNECTION_TIMEOUT
static String
IDLE_TIMEOUT
static String
LEAK_DETECTION_THRESHOLD
static String
MAX_POOL_SIZE
static String
MINIMUM_IDLE
static String
REGISTER_MBEANS
-
-
-
Field Detail
-
CONNECTION_TIMEOUT
static final String CONNECTION_TIMEOUT
- See Also:
- Constant Field Values
-
MINIMUM_IDLE
static final String MINIMUM_IDLE
- See Also:
- Constant Field Values
-
MAX_POOL_SIZE
static final String MAX_POOL_SIZE
- See Also:
- Constant Field Values
-
IDLE_TIMEOUT
static final String IDLE_TIMEOUT
- See Also:
- Constant Field Values
-
REGISTER_MBEANS
static final String REGISTER_MBEANS
- See Also:
- Constant Field Values
-
LEAK_DETECTION_THRESHOLD
static final String LEAK_DETECTION_THRESHOLD
- See Also:
- Constant Field Values
-
-