Package io.trino.plugin.pinot.client
Interface PinotHostMapper
-
- All Known Implementing Classes:
IdentityPinotHostMapper
public interface PinotHostMapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBrokerHost(String host, String port)com.google.common.net.HostAndPortgetServerGrpcHostAndPort(String serverHost, int grpcPort)org.apache.pinot.core.transport.ServerInstancegetServerInstance(String serverHost)
-