Package io.trino.plugin.pinot.client
Class PinotGrpcDataFetcher.TlsGrpcQueryClientFactory
java.lang.Object
io.trino.plugin.pinot.client.PinotGrpcDataFetcher.TlsGrpcQueryClientFactory
- All Implemented Interfaces:
PinotGrpcDataFetcher.GrpcQueryClientFactory
- Enclosing class:
- PinotGrpcDataFetcher
public static class PinotGrpcDataFetcher.TlsGrpcQueryClientFactory
extends Object
implements PinotGrpcDataFetcher.GrpcQueryClientFactory
-
Constructor Summary
ConstructorsConstructorDescriptionTlsGrpcQueryClientFactory(PinotGrpcServerQueryClientConfig grpcClientConfig, PinotGrpcServerQueryClientTlsConfig tlsConfig) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.pinot.common.utils.grpc.GrpcQueryClientcreate(com.google.common.net.HostAndPort hostAndPort)
-
Constructor Details
-
TlsGrpcQueryClientFactory
@Inject public TlsGrpcQueryClientFactory(PinotGrpcServerQueryClientConfig grpcClientConfig, PinotGrpcServerQueryClientTlsConfig tlsConfig)
-
-
Method Details
-
create
public org.apache.pinot.common.utils.grpc.GrpcQueryClient create(com.google.common.net.HostAndPort hostAndPort) - Specified by:
createin interfacePinotGrpcDataFetcher.GrpcQueryClientFactory
-