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