Class TokenDelegationThriftMetastoreFactory
- java.lang.Object
-
- io.trino.plugin.hive.metastore.thrift.TokenDelegationThriftMetastoreFactory
-
public class TokenDelegationThriftMetastoreFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description TokenDelegationThriftMetastoreFactory(MetastoreLocator metastoreLocator, ThriftMetastoreConfig thriftConfig, ThriftMetastoreAuthenticationConfig authenticationConfig, HdfsEnvironment hdfsEnvironment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThriftMetastoreClientcreateMetastoreClient(Optional<ConnectorIdentity> identity)
-
-
-
Constructor Detail
-
TokenDelegationThriftMetastoreFactory
@Inject public TokenDelegationThriftMetastoreFactory(MetastoreLocator metastoreLocator, ThriftMetastoreConfig thriftConfig, ThriftMetastoreAuthenticationConfig authenticationConfig, HdfsEnvironment hdfsEnvironment)
-
-
Method Detail
-
createMetastoreClient
public ThriftMetastoreClient createMetastoreClient(Optional<ConnectorIdentity> identity) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
-