Package io.trino.plugin.pinot.client
Class IdentityPinotHostMapper
java.lang.Object
io.trino.plugin.pinot.client.IdentityPinotHostMapper
- All Implemented Interfaces:
PinotHostMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBrokerHost(String host, String port) com.google.common.net.HostAndPortgetServerGrpcHostAndPort(String serverHost, int grpcPort) org.apache.pinot.core.transport.ServerInstancegetServerInstance(String serverHost)
-
Constructor Details
-
IdentityPinotHostMapper
public IdentityPinotHostMapper()
-
-
Method Details
-
getBrokerHost
- Specified by:
getBrokerHostin interfacePinotHostMapper
-
getServerInstance
- Specified by:
getServerInstancein interfacePinotHostMapper
-
getServerGrpcHostAndPort
- Specified by:
getServerGrpcHostAndPortin interfacePinotHostMapper
-