Interface ThriftMetastoreFactory
-
- All Known Implementing Classes:
ThriftHiveMetastoreFactory
public interface ThriftMetastoreFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ThriftMetastorecreateMetastore(Optional<ConnectorIdentity> identity)booleanisImpersonationEnabled()
-
-
-
Method Detail
-
isImpersonationEnabled
boolean isImpersonationEnabled()
-
createMetastore
ThriftMetastore createMetastore(Optional<ConnectorIdentity> identity)
-
-