@PublicEvolving public class TaskManagerOptions extends Object
Modifier and Type | Field and Description |
---|---|
static ConfigOption<Boolean> |
EXIT_ON_FATAL_AKKA_ERROR
Deprecated.
Only introduced in 1.2.1 to not change the default behaviour
|
static ConfigOption<Integer> |
NETWORK_REQUEST_BACKOFF_INITIAL
Minimum backoff for partition requests of input channels.
|
static ConfigOption<Integer> |
NETWORK_REQUEST_BACKOFF_MAX
Maximum backoff for partition requests of input channels.
|
static ConfigOption<Long> |
TASK_CANCELLATION_INTERVAL
Time interval in milliseconds between two successive task cancellation
attempts.
|
static ConfigOption<Long> |
TASK_CANCELLATION_TIMEOUT
Timeout in milliseconds after which a task cancellation times out and
leads to a fatal TaskManager error.
|
static ConfigOption<Long> |
TASK_CHECKPOINT_ALIGNMENT_BYTES_LIMIT
The maximum number of bytes that a checkpoint alignment may buffer.
|
public static final ConfigOption<Integer> NETWORK_REQUEST_BACKOFF_INITIAL
public static final ConfigOption<Integer> NETWORK_REQUEST_BACKOFF_MAX
public static final ConfigOption<Long> TASK_CANCELLATION_INTERVAL
public static final ConfigOption<Long> TASK_CANCELLATION_TIMEOUT
0
deactivates
the watch dog.public static final ConfigOption<Long> TASK_CHECKPOINT_ALIGNMENT_BYTES_LIMIT
The default value of -1
indicates that there is no limit.
public static final ConfigOption<Boolean> EXIT_ON_FATAL_AKKA_ERROR
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.