Interface ThriftMetastoreClientFactory
-
- All Known Implementing Classes:
DefaultThriftMetastoreClientFactory
public interface ThriftMetastoreClientFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ThriftMetastoreClientcreate(com.google.common.net.HostAndPort address, Optional<String> delegationToken)
-
-
-
Method Detail
-
create
ThriftMetastoreClient create(com.google.common.net.HostAndPort address, Optional<String> delegationToken) throws org.apache.thrift.transport.TTransportException
- Throws:
org.apache.thrift.transport.TTransportException
-
-