Uses of Class
org.apache.flink.runtime.util.config.memory.JvmMetaspaceAndOverhead
-
Packages that use JvmMetaspaceAndOverhead Package Description org.apache.flink.runtime.clusterframework This package contains the cluster resource management functionality.org.apache.flink.runtime.util.config.memory -
-
Uses of JvmMetaspaceAndOverhead in org.apache.flink.runtime.clusterframework
Constructors in org.apache.flink.runtime.clusterframework with parameters of type JvmMetaspaceAndOverhead Constructor Description TaskExecutorProcessSpec(org.apache.flink.api.common.resources.CPUResource cpuCores, TaskExecutorFlinkMemory flinkMemory, JvmMetaspaceAndOverhead jvmMetaspaceAndOverhead, int numSlots, Collection<org.apache.flink.api.common.resources.ExternalResource> extendedResources) -
Uses of JvmMetaspaceAndOverhead in org.apache.flink.runtime.util.config.memory
Methods in org.apache.flink.runtime.util.config.memory that return JvmMetaspaceAndOverhead Modifier and Type Method Description JvmMetaspaceAndOverheadProcessMemoryUtils. deriveJvmMetaspaceAndOverheadFromTotalFlinkMemory(org.apache.flink.configuration.Configuration config, org.apache.flink.configuration.MemorySize totalFlinkMemorySize)JvmMetaspaceAndOverheadCommonProcessMemorySpec. getJvmMetaspaceAndOverhead()Constructors in org.apache.flink.runtime.util.config.memory with parameters of type JvmMetaspaceAndOverhead Constructor Description CommonProcessMemorySpec(FM flinkMemory, JvmMetaspaceAndOverhead jvmMetaspaceAndOverhead)
-