Package io.trino.spi

Interface Node


public interface Node
  • Method Details

    • getHost

      String getHost()
    • getHostAndPort

      HostAddress getHostAndPort()
    • getHttpUri

      @Deprecated URI getHttpUri()
      Deprecated.
      Connectors should not access the HTTP endpoints of other nodes.
    • getNodeIdentifier

      String getNodeIdentifier()
    • getVersion

      String getVersion()
    • isCoordinator

      boolean isCoordinator()