public final class SpringLdapPoolDefaults extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
BLOCK_WHEN_EXHAUSTED |
static String |
EVICTION_POLICY_CLASS |
static long |
EVICTION_RUN_INTERVAL_MILLIS |
static boolean |
FAIRNESS |
static boolean |
JMX_ENABLE |
static String |
JMX_NAME_PREFIX |
static boolean |
LIFO |
static int |
MAX_IDLE_PER_KEY |
static int |
MAX_TOTAL |
static int |
MAX_TOTAL_PER_KEY |
static long |
MAX_WAIT |
static long |
MIN_EVICTABLE_TIME_MILLIS |
static int |
MIN_IDLE_PER_KEY |
static long |
SOFT_MIN_EVICTABLE_TIME_MILLIS |
static boolean |
TEST_ON_BORROW |
static boolean |
TEST_ON_CREATE |
static boolean |
TEST_ON_RETURN |
static boolean |
TEST_WHILE_IDLE |
static int |
TESTS_PER_EVICTION_RUN |
public static final int MAX_TOTAL
public static final int MAX_TOTAL_PER_KEY
public static final int MAX_IDLE_PER_KEY
public static final int MIN_IDLE_PER_KEY
public static final long MAX_WAIT
public static final boolean BLOCK_WHEN_EXHAUSTED
public static final boolean TEST_ON_CREATE
public static final boolean TEST_ON_BORROW
public static final boolean TEST_ON_RETURN
public static final boolean TEST_WHILE_IDLE
public static final long EVICTION_RUN_INTERVAL_MILLIS
public static final int TESTS_PER_EVICTION_RUN
public static final long MIN_EVICTABLE_TIME_MILLIS
public static final long SOFT_MIN_EVICTABLE_TIME_MILLIS
public static final String EVICTION_POLICY_CLASS
public static final boolean FAIRNESS
public static final boolean JMX_ENABLE
public static final String JMX_NAME_PREFIX
public static final boolean LIFO
Copyright © 2023 Atlassian. All rights reserved.