Uses of Interface
org.apache.flink.runtime.util.config.memory.ProcessMemorySpec
-
Packages that use ProcessMemorySpec Package Description org.apache.flink.runtime.clusterframework This package contains the cluster resource management functionality.org.apache.flink.runtime.jobmanager org.apache.flink.runtime.util.config.memory -
-
Uses of ProcessMemorySpec in org.apache.flink.runtime.clusterframework
Classes in org.apache.flink.runtime.clusterframework that implement ProcessMemorySpec Modifier and Type Class Description classTaskExecutorProcessSpecDescribe the specifics of different resource dimensions of the TaskExecutor process. -
Uses of ProcessMemorySpec in org.apache.flink.runtime.jobmanager
Classes in org.apache.flink.runtime.jobmanager that implement ProcessMemorySpec Modifier and Type Class Description classJobManagerProcessSpecDescribe the specifics of different resource dimensions of the JobManager process. -
Uses of ProcessMemorySpec in org.apache.flink.runtime.util.config.memory
Classes in org.apache.flink.runtime.util.config.memory that implement ProcessMemorySpec Modifier and Type Class Description classCommonProcessMemorySpec<FM extends FlinkMemory>Common memory components of Flink processes (e.g.Methods in org.apache.flink.runtime.util.config.memory with parameters of type ProcessMemorySpec Modifier and Type Method Description static StringProcessMemoryUtils. generateJvmParametersStr(ProcessMemorySpec processSpec)static StringProcessMemoryUtils. generateJvmParametersStr(ProcessMemorySpec processSpec, boolean enableDirectMemoryLimit)
-