| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final long |
DEFAULT_MEMORY_USAGE |
41943040L |
public static final int |
DEFAULT_MERGE_FACTOR |
16 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final byte |
BYTE_CR |
13 |
protected static final byte |
BYTE_LF |
10 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_PREFIX |
"j-merge-sort-" |
public static final String |
DEFAULT_SUFFIX |
".tmp" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final long |
MAX_HEAP_FOR_PRESORT |
268435456L |
public static final long |
MIN_HEAP_FOR_PRESORT |
10485760L |
Copyright © 2012-2014 FasterXML. All Rights Reserved.