Uses of Class
org.apache.flink.configuration.MemorySize.MemoryUnit
-
Packages that use MemorySize.MemoryUnit Package Description org.apache.flink.configuration -
-
Uses of MemorySize.MemoryUnit in org.apache.flink.configuration
Methods in org.apache.flink.configuration that return MemorySize.MemoryUnit Modifier and Type Method Description static MemorySize.MemoryUnitMemorySize.MemoryUnit. valueOf(String name)Returns the enum constant of this type with the specified name.static MemorySize.MemoryUnit[]MemorySize.MemoryUnit. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.configuration with parameters of type MemorySize.MemoryUnit Modifier and Type Method Description static MemorySizeMemorySize. parse(String text, MemorySize.MemoryUnit defaultUnit)Parses the given string with a default unit.
-