Uses of Class
io.trino.plugin.memory.MemoryErrorCode
-
-
Uses of MemoryErrorCode in io.trino.plugin.memory
Methods in io.trino.plugin.memory that return MemoryErrorCode Modifier and Type Method Description static MemoryErrorCodeMemoryErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static MemoryErrorCode[]MemoryErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-