Java org.apache.commons.pool2.impl BaseObjectPoolConfig fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.pool2.impl BaseObjectPoolConfig fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.pool2.impl BaseObjectPoolConfig.

The text is from its open source code.

Field

longDEFAULT_MIN_EVICTABLE_IDLE_TIME_MILLIS
The default value for the minEvictableIdleTimeMillis configuration attribute.
StringDEFAULT_JMX_NAME_PREFIX
The default value for the prefix used to name JMX enabled pools created with a configuration instance.

Method

booleangetFairness()
Get the value for the fairness configuration attribute for pools created with this configuration instance.
booleangetJmxEnabled()
Gets the value of the flag that determines if JMX will be enabled for pools created with this configuration instance.
StringgetJmxNameBase()
Gets the value of the JMX name base that will be used as part of the name assigned to JMX enabled pools created with this configuration instance.