Class TaskExecutorProcessSpecBuilder
java.lang.Object
org.apache.flink.runtime.clusterframework.TaskExecutorProcessSpecBuilder
Builder for
TaskExecutorProcessSpec.-
Method Summary
Modifier and TypeMethodDescriptionbuild()withCpuCores(double cpuCores) withCpuCores(org.apache.flink.api.common.resources.CPUResource cpuCores) withTotalProcessMemory(org.apache.flink.configuration.MemorySize totalProcessMemory)
-
Method Details
-
withCpuCores
-
withCpuCores
public TaskExecutorProcessSpecBuilder withCpuCores(org.apache.flink.api.common.resources.CPUResource cpuCores) -
withTotalProcessMemory
public TaskExecutorProcessSpecBuilder withTotalProcessMemory(org.apache.flink.configuration.MemorySize totalProcessMemory) -
build
-