Class AlluxioHiveMetastoreFactory
- java.lang.Object
-
- io.trino.plugin.hive.metastore.alluxio.AlluxioHiveMetastoreFactory
-
- All Implemented Interfaces:
HiveMetastoreFactory
public class AlluxioHiveMetastoreFactory extends Object implements HiveMetastoreFactory
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.trino.plugin.hive.metastore.HiveMetastoreFactory
HiveMetastoreFactory.StaticHiveMetastoreFactory
-
-
Constructor Summary
Constructors Constructor Description AlluxioHiveMetastoreFactory(alluxio.client.table.TableMasterClient client, HiveMetastoreConfig hiveMetastoreConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HiveMetastorecreateMetastore(Optional<ConnectorIdentity> identity)Create a metastore instance for the identity.booleanisImpersonationEnabled()
-
-
-
Constructor Detail
-
AlluxioHiveMetastoreFactory
@Inject public AlluxioHiveMetastoreFactory(alluxio.client.table.TableMasterClient client, HiveMetastoreConfig hiveMetastoreConfig)
-
-
Method Detail
-
isImpersonationEnabled
public boolean isImpersonationEnabled()
- Specified by:
isImpersonationEnabledin interfaceHiveMetastoreFactory
-
createMetastore
public HiveMetastore createMetastore(Optional<ConnectorIdentity> identity)
Description copied from interface:HiveMetastoreFactoryCreate a metastore instance for the identity. An empty identity will only be provided when impersonation is disabled, and global caching is enabled.- Specified by:
createMetastorein interfaceHiveMetastoreFactory
-
-