Uses of Class
org.apache.flink.runtime.util.config.memory.CommonProcessMemorySpec
-
Packages that use CommonProcessMemorySpec 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 CommonProcessMemorySpec in org.apache.flink.runtime.clusterframework
Subclasses of CommonProcessMemorySpec in org.apache.flink.runtime.clusterframework Modifier and Type Class Description classTaskExecutorProcessSpecDescribe the specifics of different resource dimensions of the TaskExecutor process. -
Uses of CommonProcessMemorySpec in org.apache.flink.runtime.jobmanager
Subclasses of CommonProcessMemorySpec in org.apache.flink.runtime.jobmanager Modifier and Type Class Description classJobManagerProcessSpecDescribe the specifics of different resource dimensions of the JobManager process. -
Uses of CommonProcessMemorySpec in org.apache.flink.runtime.util.config.memory
Methods in org.apache.flink.runtime.util.config.memory that return CommonProcessMemorySpec Modifier and Type Method Description CommonProcessMemorySpec<FM>ProcessMemoryUtils. memoryProcessSpecFromConfig(org.apache.flink.configuration.Configuration config)
-