Interface PinotHostMapper

All Known Implementing Classes:
IdentityPinotHostMapper

public interface PinotHostMapper
  • Method Details

    • getBrokerHost

      String getBrokerHost(String host, String port)
    • getServerInstance

      org.apache.pinot.core.transport.ServerInstance getServerInstance(String serverHost)
    • getServerGrpcHostAndPort

      com.google.common.net.HostAndPort getServerGrpcHostAndPort(String serverHost, int grpcPort)