Class RangeFraction
- java.lang.Object
-
- org.apache.flink.runtime.util.config.memory.RangeFraction
-
public class RangeFraction extends Object
Range and fraction of a memory component, which is a capped fraction of another component.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getFraction()
MemorySize
getMaxSize()
MemorySize
getMinSize()
-
-
-
Method Detail
-
getMinSize
public MemorySize getMinSize()
-
getMaxSize
public MemorySize getMaxSize()
-
getFraction
public double getFraction()
-
-