Uses of Class
org.apache.flink.runtime.clusterframework.TaskExecutorProcessSpecBuilder
-
Packages that use TaskExecutorProcessSpecBuilder Package Description org.apache.flink.runtime.clusterframework This package contains the cluster resource management functionality. -
-
Uses of TaskExecutorProcessSpecBuilder in org.apache.flink.runtime.clusterframework
Methods in org.apache.flink.runtime.clusterframework that return TaskExecutorProcessSpecBuilder Modifier and Type Method Description static TaskExecutorProcessSpecBuilderTaskExecutorProcessUtils. newProcessSpecBuilder(org.apache.flink.configuration.Configuration config)TaskExecutorProcessSpecBuilderTaskExecutorProcessSpecBuilder. withCpuCores(double cpuCores)TaskExecutorProcessSpecBuilderTaskExecutorProcessSpecBuilder. withCpuCores(org.apache.flink.api.common.resources.CPUResource cpuCores)TaskExecutorProcessSpecBuilderTaskExecutorProcessSpecBuilder. withTotalProcessMemory(org.apache.flink.configuration.MemorySize totalProcessMemory)
-