Package org.apache.flink.configuration
Class TaskManagerOptionsInternal
- java.lang.Object
-
- org.apache.flink.configuration.TaskManagerOptionsInternal
-
-
Field Summary
Fields Modifier and Type Field Description static ConfigOption<String>
TASK_MANAGER_NODE_ID
The ID of the node where the TaskManager is located on.static ConfigOption<String>
TASK_MANAGER_RESOURCE_ID_METADATA
-
Constructor Summary
Constructors Constructor Description TaskManagerOptionsInternal()
-
-
-
Field Detail
-
TASK_MANAGER_RESOURCE_ID_METADATA
public static final ConfigOption<String> TASK_MANAGER_RESOURCE_ID_METADATA
-
TASK_MANAGER_NODE_ID
public static final ConfigOption<String> TASK_MANAGER_NODE_ID
The ID of the node where the TaskManager is located on. In Yarn and Native Kubernetes mode, this option will be set by resource manager when launch a container for the task executor. In other modes, this option will not be set. This option is only used internally.
-
-