Uses of Class
io.trino.plugin.hive.metastore.file.FileHiveMetastoreConfig.VersionCompatibility
-
Packages that use FileHiveMetastoreConfig.VersionCompatibility Package Description io.trino.plugin.hive.metastore.file -
-
Uses of FileHiveMetastoreConfig.VersionCompatibility in io.trino.plugin.hive.metastore.file
Methods in io.trino.plugin.hive.metastore.file that return FileHiveMetastoreConfig.VersionCompatibility Modifier and Type Method Description @NotNull FileHiveMetastoreConfig.VersionCompatibilityFileHiveMetastoreConfig. getVersionCompatibility()static FileHiveMetastoreConfig.VersionCompatibilityFileHiveMetastoreConfig.VersionCompatibility. valueOf(String name)Returns the enum constant of this type with the specified name.static FileHiveMetastoreConfig.VersionCompatibility[]FileHiveMetastoreConfig.VersionCompatibility. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.plugin.hive.metastore.file with parameters of type FileHiveMetastoreConfig.VersionCompatibility Modifier and Type Method Description FileHiveMetastoreConfigFileHiveMetastoreConfig. setVersionCompatibility(FileHiveMetastoreConfig.VersionCompatibility versionCompatibility)
-