Uses of Class
org.apache.flink.runtime.util.config.memory.JvmMetaspaceAndOverhead
Packages that use JvmMetaspaceAndOverhead
Package
Description
This package contains the cluster resource management functionality.
-
Uses of JvmMetaspaceAndOverhead in org.apache.flink.runtime.clusterframework
Constructors in org.apache.flink.runtime.clusterframework with parameters of type JvmMetaspaceAndOverheadModifierConstructorDescriptionprotectedTaskExecutorProcessSpec(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 JvmMetaspaceAndOverheadModifier and TypeMethodDescriptionProcessMemoryUtils.deriveJvmMetaspaceAndOverheadFromTotalFlinkMemory(org.apache.flink.configuration.Configuration config, org.apache.flink.configuration.MemorySize totalFlinkMemorySize) CommonProcessMemorySpec.getJvmMetaspaceAndOverhead()Constructors in org.apache.flink.runtime.util.config.memory with parameters of type JvmMetaspaceAndOverheadModifierConstructorDescriptionprotectedCommonProcessMemorySpec(FM flinkMemory, JvmMetaspaceAndOverhead jvmMetaspaceAndOverhead)