Uses of Class
org.apache.flink.runtime.clusterframework.TaskExecutorProcessSpec
-
Packages that use TaskExecutorProcessSpec Package Description org.apache.flink.runtime.clusterframework This package contains the cluster resource management functionality.org.apache.flink.runtime.resourcemanager org.apache.flink.runtime.resourcemanager.active -
-
Uses of TaskExecutorProcessSpec in org.apache.flink.runtime.clusterframework
Methods in org.apache.flink.runtime.clusterframework that return TaskExecutorProcessSpec Modifier and Type Method Description TaskExecutorProcessSpecTaskExecutorProcessSpecBuilder. build()TaskExecutorProcessSpecContaineredTaskManagerParameters. getTaskExecutorProcessSpec()static TaskExecutorProcessSpecTaskExecutorProcessUtils. processSpecFromConfig(org.apache.flink.configuration.Configuration config)static TaskExecutorProcessSpecTaskExecutorProcessUtils. processSpecFromWorkerResourceSpec(org.apache.flink.configuration.Configuration config, WorkerResourceSpec workerResourceSpec)Methods in org.apache.flink.runtime.clusterframework with parameters of type TaskExecutorProcessSpec Modifier and Type Method Description static ContaineredTaskManagerParametersContaineredTaskManagerParameters. create(org.apache.flink.configuration.Configuration config, TaskExecutorProcessSpec taskExecutorProcessSpec)Computes the parameters to be used to start a TaskManager Java process.static StringTaskExecutorProcessUtils. generateDynamicConfigsStr(TaskExecutorProcessSpec taskExecutorProcessSpec)Constructors in org.apache.flink.runtime.clusterframework with parameters of type TaskExecutorProcessSpec Constructor Description ContaineredTaskManagerParameters(TaskExecutorProcessSpec taskExecutorProcessSpec, HashMap<String,String> taskManagerEnv) -
Uses of TaskExecutorProcessSpec in org.apache.flink.runtime.resourcemanager
Methods in org.apache.flink.runtime.resourcemanager with parameters of type TaskExecutorProcessSpec Modifier and Type Method Description static WorkerResourceSpecWorkerResourceSpec. fromTaskExecutorProcessSpec(TaskExecutorProcessSpec taskExecutorProcessSpec) -
Uses of TaskExecutorProcessSpec in org.apache.flink.runtime.resourcemanager.active
Methods in org.apache.flink.runtime.resourcemanager.active with parameters of type TaskExecutorProcessSpec Modifier and Type Method Description CompletableFuture<WorkerType>ResourceManagerDriver. requestResource(TaskExecutorProcessSpec taskExecutorProcessSpec)Request resource from the external resource manager.
-