Class AlluxioMetastoreModule
- java.lang.Object
-
- io.airlift.configuration.AbstractConfigurationAwareModule
-
- io.trino.plugin.hive.metastore.alluxio.AlluxioMetastoreModule
-
- All Implemented Interfaces:
com.google.inject.Module,io.airlift.configuration.ConfigurationAwareModule
public class AlluxioMetastoreModule extends io.airlift.configuration.AbstractConfigurationAwareModuleModule for an Alluxio metastore implementation of theHiveMetastoreinterface.
-
-
Constructor Summary
Constructors Constructor Description AlluxioMetastoreModule()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static alluxio.client.table.TableMasterClientcreateCatalogMasterClient(AlluxioHiveMetastoreConfig config)alluxio.client.table.TableMasterClientprovideCatalogMasterClient(AlluxioHiveMetastoreConfig config)protected voidsetup(com.google.inject.Binder binder)
-
-
-
Method Detail
-
setup
protected void setup(com.google.inject.Binder binder)
- Specified by:
setupin classio.airlift.configuration.AbstractConfigurationAwareModule
-
provideCatalogMasterClient
@Provides public alluxio.client.table.TableMasterClient provideCatalogMasterClient(AlluxioHiveMetastoreConfig config)
-
createCatalogMasterClient
public static alluxio.client.table.TableMasterClient createCatalogMasterClient(AlluxioHiveMetastoreConfig config)
-
-