Constant Field Values

Contents

org.apache.*

  • org.apache.commons.pool2.PoolUtils 
    Modifier and Type Constant Field Value
    private static final java.lang.String MSG_FACTOR_NEGATIVE "factor must be positive."
    private static final java.lang.String MSG_MIN_IDLE "minIdle must be non-negative."
    static final java.lang.String MSG_NULL_KEY "key must not be null."
    private static final java.lang.String MSG_NULL_KEYED_POOL "keyedPool must not be null."
    static final java.lang.String MSG_NULL_KEYS "keys must not be null."
    private static final java.lang.String MSG_NULL_POOL "pool must not be null."
  • org.apache.commons.pool2.org.apache.commons.pool2.PoolUtils.ErodingFactor 
    Modifier and Type Constant Field Value
    private static final float MAX_INTERVAL 15.0f