Uses of Class
io.trino.spi.HostAddress
Packages that use HostAddress
-
Uses of HostAddress in io.trino.spi
Methods in io.trino.spi that return HostAddressModifier and TypeMethodDescriptionstatic HostAddressBuild a HostAddress instance from separate host and port values.static HostAddressHostAddress.fromString(String hostPortString) Split a freeform string into a host and port, without strict validation.static HostAddressNode.getHostAndPort()TrinoTransportException.getRemoteHost()HostAddress.withDefaultPort(int defaultPort) Provide a default port if the parsed string contained only a host.Constructors in io.trino.spi with parameters of type HostAddressModifierConstructorDescriptionTrinoTransportException(ErrorCodeSupplier errorCode, HostAddress remoteHost, String message) TrinoTransportException(ErrorCodeSupplier errorCodeSupplier, HostAddress remoteHost, String message, Throwable cause) -
Uses of HostAddress in io.trino.spi.connector
Methods in io.trino.spi.connector that return types with arguments of type HostAddress