Interface PinotGrpcDataFetcher.GrpcQueryClientFactory

All Known Implementing Classes:
PinotGrpcDataFetcher.PlainTextGrpcQueryClientFactory, PinotGrpcDataFetcher.TlsGrpcQueryClientFactory
Enclosing class:
PinotGrpcDataFetcher

public static interface PinotGrpcDataFetcher.GrpcQueryClientFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.pinot.common.utils.grpc.GrpcQueryClient
    create(com.google.common.net.HostAndPort hostAndPort)
     
  • Method Details

    • create

      org.apache.pinot.common.utils.grpc.GrpcQueryClient create(com.google.common.net.HostAndPort hostAndPort)