Package org.apache.flink.runtime.clusterframework
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.
-
ClassDescriptionThe status of an application.Tools for starting JobManager and TaskManager processes.This class describes the basic parameters for launching a TaskManager process.Describe the specifics of different resource dimensions of the TaskExecutor process.Builder for
TaskExecutorProcessSpec.Utility class for TaskExecutor memory configurations.