Uses of Class
io.trino.memory.MemoryManagerConfig.LowMemoryKillerPolicy
-
Packages that use MemoryManagerConfig.LowMemoryKillerPolicy Package Description io.trino.memory -
-
Uses of MemoryManagerConfig.LowMemoryKillerPolicy in io.trino.memory
Methods in io.trino.memory that return MemoryManagerConfig.LowMemoryKillerPolicy Modifier and Type Method Description static MemoryManagerConfig.LowMemoryKillerPolicyMemoryManagerConfig.LowMemoryKillerPolicy. fromString(String value)MemoryManagerConfig.LowMemoryKillerPolicyMemoryManagerConfig. getLowMemoryKillerPolicy()static MemoryManagerConfig.LowMemoryKillerPolicyMemoryManagerConfig.LowMemoryKillerPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static MemoryManagerConfig.LowMemoryKillerPolicy[]MemoryManagerConfig.LowMemoryKillerPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.memory with parameters of type MemoryManagerConfig.LowMemoryKillerPolicy Modifier and Type Method Description MemoryManagerConfigMemoryManagerConfig. setLowMemoryKillerPolicy(MemoryManagerConfig.LowMemoryKillerPolicy lowMemoryKillerPolicy)
-