Class NetworkLocation

java.lang.Object
io.trino.execution.scheduler.NetworkLocation

public final class NetworkLocation extends Object
Represents a location in the network topology. Locations are assumed to be hierarchical and all worker nodes and split locations should be at the same level of the hierarchy.
  • Field Details

  • Constructor Details

    • NetworkLocation

      public NetworkLocation(String... segments)
    • NetworkLocation

      public NetworkLocation(Collection<String> segments)
  • Method Details