| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_EVICTION_INTERVAL_MILLIS |
-1 |
public static final int |
DEFAULT_MAX_POOL_ACTIVE |
5 |
public static final int |
DEFAULT_MAX_POOL_IDLE |
5 |
public static final long |
DEFAULT_MAX_POOL_WAIT |
4000L |
public static final int |
DEFAULT_MIN_EVICTION_MILLIS |
1800000 |
public static final int |
DEFAULT_POOL_EXHAUSTED_ACTION |
2 |
public static final int |
DEFAULT_POOL_INITIALISATION_POLICY |
1 |
public static final int |
INITIALISE_ALL |
2 |
public static final int |
INITIALISE_NONE |
0 |
public static final int |
INITIALISE_ONE |
1 |
public static final int |
WHEN_EXHAUSTED_FAIL |
0 |
public static final int |
WHEN_EXHAUSTED_GROW |
2 |
public static final int |
WHEN_EXHAUSTED_WAIT |
1 |
Copyright © 2016 MuleSoft, Inc.. All rights reserved.