Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
NUMBER_OF_SUCCESSFUL_CHECKPOINTS_TO_RETAIN |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_SAVEPOINT_BACKEND |
"jobmanager" |
public static final String |
SAVEPOINT_BACKEND_KEY |
"savepoints.state.backend" |
public static final String |
SAVEPOINT_DIRECTORY_KEY |
"savepoints.state.backend.fs.dir" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final short |
FLAG_LAST_BLOCK |
1 |
protected static final int |
HEAD_BLOCK_LENGTH_OFFSET |
4 |
protected static final int |
HEADER_FLAGS_OFFSET |
2 |
protected static final int |
HEADER_LENGTH |
8 |
protected static final short |
HEADER_MAGIC_NUMBER |
-16130 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CLIENT_CONNECT_TIMEOUT_SECONDS |
"taskmanager.net.client.connectTimeoutSec" |
public static final String |
CONNECT_BACKLOG |
"taskmanager.net.server.backlog" |
public static final String |
NUM_ARENAS |
"taskmanager.net.num-arenas" |
public static final String |
NUM_THREADS_CLIENT |
"taskmanager.net.client.numThreads" |
public static final String |
NUM_THREADS_SERVER |
"taskmanager.net.server.numThreads" |
public static final String |
SEND_RECEIVE_BUFFER_SIZE |
"taskmanager.net.sendReceiveBufferSize" |
public static final String |
TRANSPORT_TYPE |
"taskmanager.net.transport" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
AGGREGATOR_NAME |
"pact.runtime.workset-empty-aggregator" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_PAGE_SIZE |
32768 |
public static final int |
MIN_PAGE_SIZE |
4096 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
MAX_NUM_WRITE_BUFFERS |
4 |
protected static final int |
MIN_NUM_SORT_MEM_SEGMENTS |
10 |
protected static final int |
MIN_NUM_WRITE_BUFFERS |
2 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_FILE_STATE_THRESHOLD |
1024 |
public static final int |
MAX_FILE_STATE_THRESHOLD |
1048576 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CHECKPOINT_DIRECTORY_URI_CONF_KEY |
"state.backend.fs.checkpointdir" |
public static final String |
MEMORY_THRESHOLD_CONF_KEY |
"state.backend.fs.memory-threshold" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
UNKNOWN |
"<unknown>" |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.