Uses of Class
org.apache.flink.runtime.util.config.memory.ManagedMemoryUtils
-
Packages that use ManagedMemoryUtils Package Description org.apache.flink.runtime.util.config.memory -
-
Uses of ManagedMemoryUtils in org.apache.flink.runtime.util.config.memory
Methods in org.apache.flink.runtime.util.config.memory that return ManagedMemoryUtils Modifier and Type Method Description static ManagedMemoryUtilsManagedMemoryUtils. valueOf(String name)Returns the enum constant of this type with the specified name.static ManagedMemoryUtils[]ManagedMemoryUtils. values()Returns an array containing the constants of this enum type, in the order they are declared.
-