Uses of Interface
io.trino.plugin.hive.metastore.thrift.ThriftMetastoreClient
-
Packages that use ThriftMetastoreClient Package Description io.trino.plugin.hive.metastore.thrift -
-
Uses of ThriftMetastoreClient in io.trino.plugin.hive.metastore.thrift
Classes in io.trino.plugin.hive.metastore.thrift that implement ThriftMetastoreClient Modifier and Type Class Description classFailureAwareThriftMetastoreClientclassThriftHiveMetastoreClientMethods in io.trino.plugin.hive.metastore.thrift that return ThriftMetastoreClient Modifier and Type Method Description ThriftMetastoreClientDefaultThriftMetastoreClientFactory. create(com.google.common.net.HostAndPort address, Optional<String> delegationToken)protected ThriftMetastoreClientDefaultThriftMetastoreClientFactory. create(org.apache.thrift.transport.TTransport transport, String hostname)ThriftMetastoreClientThriftMetastoreClientFactory. create(com.google.common.net.HostAndPort address, Optional<String> delegationToken)ThriftMetastoreClientMetastoreLocator. createMetastoreClient(Optional<String> delegationToken)Create a connectedThriftMetastoreClientThriftMetastoreClientStaticMetastoreLocator. createMetastoreClient(Optional<String> delegationToken)Create a metastore client connected to the Hive metastore.ThriftMetastoreClientFailureAwareThriftMetastoreClient. getDelegate()Constructors in io.trino.plugin.hive.metastore.thrift with parameters of type ThriftMetastoreClient Constructor Description FailureAwareThriftMetastoreClient(ThriftMetastoreClient client, FailureAwareThriftMetastoreClient.Callback callback)
-