Package | Description |
---|---|
org.apache.flink.runtime.clusterframework |
This package contains the cluster resource management functionality.
|
org.apache.flink.runtime.util.config.memory |
Constructor and Description |
---|
TaskExecutorProcessSpec(CPUResource cpuCores,
TaskExecutorFlinkMemory flinkMemory,
JvmMetaspaceAndOverhead jvmMetaspaceAndOverhead,
int numSlots,
Collection<ExternalResource> extendedResources) |
Modifier and Type | Method and Description |
---|---|
JvmMetaspaceAndOverhead |
ProcessMemoryUtils.deriveJvmMetaspaceAndOverheadFromTotalFlinkMemory(Configuration config,
MemorySize totalFlinkMemorySize) |
JvmMetaspaceAndOverhead |
CommonProcessMemorySpec.getJvmMetaspaceAndOverhead() |
Constructor and Description |
---|
CommonProcessMemorySpec(FM flinkMemory,
JvmMetaspaceAndOverhead jvmMetaspaceAndOverhead) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.