Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
CONCURRENCY_LEVEL |
32 |
public static final float |
DEFAULT_LOAD_FACTOR |
0.75f |
protected static final int |
SEGMENT_MASK |
31 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final float |
DEFAULT_LOAD_FACTOR |
0.75f |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
INITIAL_DEFAULT_CAPACITY |
1024 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
INITIAL_CAPACITY |
4096 |
protected static final int |
MAX_CAPACITY |
1073741824 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
DEFAULT_KEEPALIVETIME |
60000L |
public static final int |
DEFAULT_MAXIMUMPOOLSIZE |
2147483647 |
public static final int |
DEFAULT_MINIMUMPOOLSIZE |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
ONE_CENTURY |
3155695200000L |
public static final long |
ONE_DAY |
86400000L |
public static final long |
ONE_HOUR |
3600000L |
public static final long |
ONE_MINUTE |
60000L |
public static final long |
ONE_SECOND |
1000L |
public static final long |
ONE_WEEK |
604800000L |
public static final long |
ONE_YEAR |
31556952000L |