Package io.trino.plugin.pinot.client
Interface PinotGrpcDataFetcher.GrpcQueryClientFactory
- All Known Implementing Classes:
PinotGrpcDataFetcher.PlainTextGrpcQueryClientFactory,PinotGrpcDataFetcher.TlsGrpcQueryClientFactory
- Enclosing class:
- PinotGrpcDataFetcher
public static interface PinotGrpcDataFetcher.GrpcQueryClientFactory
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.pinot.common.utils.grpc.GrpcQueryClientcreate(com.google.common.net.HostAndPort hostAndPort)
-
Method Details
-
create
org.apache.pinot.common.utils.grpc.GrpcQueryClient create(com.google.common.net.HostAndPort hostAndPort)
-