Package io.trino.plugin.hive.metastore
Class MetastoreTypeConfig
- java.lang.Object
-
- io.trino.plugin.hive.metastore.MetastoreTypeConfig
-
public class MetastoreTypeConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description MetastoreTypeConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull StringgetMetastoreType()MetastoreTypeConfigsetMetastoreType(String metastoreType)
-
-
-
Method Detail
-
getMetastoreType
@NotNull public @NotNull String getMetastoreType()
-
setMetastoreType
@Config("hive.metastore") public MetastoreTypeConfig setMetastoreType(String metastoreType)
-
-