Package org.apache.flink.runtime.clusterframework
This package contains the cluster resource management functionality. It contains abstract classes
for the master and worker resource manager actors, as well as for starting JobManager and
TaskManager processes.
The classes in this package are extended by the YARN implementation to realize cluster bootstrapping and resource management with those frameworks.
-
Class Summary Class Description BootstrapTools Tools for starting JobManager and TaskManager processes.ContaineredTaskManagerParameters This class describes the basic parameters for launching a TaskManager process.TaskExecutorProcessSpec Describe the specifics of different resource dimensions of the TaskExecutor process.TaskExecutorProcessSpecBuilder Builder forTaskExecutorProcessSpec
.TaskExecutorProcessUtils Utility class for TaskExecutor memory configurations. -
Enum Summary Enum Description ApplicationStatus The status of an application.