Class AlluxioHiveMetastoreConfig
- java.lang.Object
-
- io.trino.plugin.hive.metastore.alluxio.AlluxioHiveMetastoreConfig
-
public class AlluxioHiveMetastoreConfig extends Object
Configuration for the Alluxio compatible hive metastore interface.
-
-
Constructor Summary
Constructors Constructor Description AlluxioHiveMetastoreConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMasterAddress()AlluxioHiveMetastoreConfigsetMasterAddress(String masterAddress)
-
-
-
Method Detail
-
getMasterAddress
public String getMasterAddress()
-
setMasterAddress
@Config("hive.metastore.alluxio.master.address") public AlluxioHiveMetastoreConfig setMasterAddress(String masterAddress)
-
-