@PublicEvolving public class ResourceManagerOptions extends Object
限定符和类型 | 字段和说明 |
---|---|
static String |
CONTAINERIZED_MASTER_ENV_PREFIX
Prefix for passing custom environment variables to Flink's master process.
|
static String |
CONTAINERIZED_TASK_MANAGER_ENV_PREFIX
Similar to the
CONTAINERIZED_MASTER_ENV_PREFIX , this configuration prefix allows
setting custom environment variables for the workers (TaskManagers). |
static ConfigOption<Integer> |
IPC_PORT
Defines the network port to connect to for communication with the resource manager.
|
static ConfigOption<String> |
JOB_TIMEOUT
Timeout for jobs which don't have a job manager as leader assigned.
|
static ConfigOption<Integer> |
LOCAL_NUMBER_RESOURCE_MANAGER
已过时。
|
static ConfigOption<Integer> |
MAX_SLOT_NUM |
static ConfigOption<Integer> |
REDUNDANT_TASK_MANAGER_NUM
The number of redundant task managers.
|
static ConfigOption<Long> |
SLOT_MANAGER_TASK_MANAGER_TIMEOUT
已过时。
Use
TASK_MANAGER_TIMEOUT . |
static ConfigOption<Long> |
SLOT_REQUEST_TIMEOUT
已过时。
|
static ConfigOption<Long> |
STANDALONE_CLUSTER_STARTUP_PERIOD_TIME
Time in milliseconds of the start-up period of a standalone cluster.
|
static ConfigOption<Boolean> |
TASK_MANAGER_RELEASE_WHEN_RESULT_CONSUMED
已过时。
The default value should be reasonable enough in all cases, this option is to
fallback to older behaviour which will be removed or refactored in future.
|
static ConfigOption<Long> |
TASK_MANAGER_TIMEOUT
The timeout for an idle task manager to be released, in milliseconds.
|
public static final ConfigOption<String> JOB_TIMEOUT
@Deprecated public static final ConfigOption<Integer> LOCAL_NUMBER_RESOURCE_MANAGER
public static final ConfigOption<Integer> IPC_PORT
public static final ConfigOption<Integer> MAX_SLOT_NUM
public static final ConfigOption<Integer> REDUNDANT_TASK_MANAGER_NUM
@Deprecated public static final ConfigOption<Long> SLOT_REQUEST_TIMEOUT
JobManagerOptions.SLOT_REQUEST_TIMEOUT
.public static final ConfigOption<Long> STANDALONE_CLUSTER_STARTUP_PERIOD_TIME
SLOT_REQUEST_TIMEOUT
will be used by default.@Deprecated public static final ConfigOption<Long> SLOT_MANAGER_TASK_MANAGER_TIMEOUT
TASK_MANAGER_TIMEOUT
.public static final ConfigOption<Long> TASK_MANAGER_TIMEOUT
@Deprecated public static final ConfigOption<Boolean> TASK_MANAGER_RELEASE_WHEN_RESULT_CONSUMED
Currently, produced result partition is released when it fails or consumer sends close request to confirm successful end of consumption and to close the communication channel.
public static final String CONTAINERIZED_MASTER_ENV_PREFIX
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.