Package io.trino.spi
Interface Node
public interface Node
-
Method Summary
Modifier and TypeMethodDescriptiongetHost()Deprecated.Connectors should not access the HTTP endpoints of other nodes.boolean
-
Method Details
-
getHost
String getHost() -
getHostAndPort
HostAddress getHostAndPort() -
getHttpUri
Deprecated.Connectors should not access the HTTP endpoints of other nodes. -
getNodeIdentifier
String getNodeIdentifier() -
getVersion
String getVersion() -
isCoordinator
boolean isCoordinator()
-