Uses of Class
org.apache.flink.runtime.clusterframework.TaskExecutorProcessSpec
Packages that use TaskExecutorProcessSpec
Package
Description
This package contains the cluster resource management functionality.
-
Uses of TaskExecutorProcessSpec in org.apache.flink.runtime.clusterframework
Methods in org.apache.flink.runtime.clusterframework that return TaskExecutorProcessSpecModifier and TypeMethodDescriptionTaskExecutorProcessSpecBuilder.build()ContaineredTaskManagerParameters.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 TaskExecutorProcessSpecModifier and TypeMethodDescriptionContaineredTaskManagerParameters.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 TaskExecutorProcessSpecModifierConstructorDescriptionContaineredTaskManagerParameters(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 TaskExecutorProcessSpecModifier and TypeMethodDescriptionstatic 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 TaskExecutorProcessSpecModifier and TypeMethodDescriptionResourceManagerDriver.requestResource(TaskExecutorProcessSpec taskExecutorProcessSpec) Request resource from the external resource manager.