Uses of Enum
org.apache.flink.configuration.MemorySize.MemoryUnit
Packages that use MemorySize.MemoryUnit
-
Uses of MemorySize.MemoryUnit in org.apache.flink.configuration
Methods in org.apache.flink.configuration that return MemorySize.MemoryUnitModifier and TypeMethodDescriptionstatic MemorySize.MemoryUnitReturns 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.MemoryUnitModifier and TypeMethodDescriptionstatic MemorySizeMemorySize.parse(String text, MemorySize.MemoryUnit defaultUnit) Parses the given string with a default unit.