FM
- the Flink memory componentspublic interface FlinkMemoryUtils<FM extends FlinkMemory>
FlinkMemory
components.
The FlinkMemory
represents memory components which constitute the Total Flink Memory.
The Flink memory components can be derived from either its total size or a subset of configured
required fine-grained components. See implementations for details about the concrete fine-grained
components.
Modifier and Type | Method and Description |
---|---|
FM |
deriveFromRequiredFineGrainedOptions(Configuration config) |
FM |
deriveFromTotalFlinkMemory(Configuration config,
MemorySize totalFlinkMemorySize) |
FM deriveFromRequiredFineGrainedOptions(Configuration config)
FM deriveFromTotalFlinkMemory(Configuration config, MemorySize totalFlinkMemorySize)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.