Uses of Class
io.trino.execution.scheduler.NetworkLocation
-
Packages that use NetworkLocation Package Description io.trino.execution.scheduler -
-
Uses of NetworkLocation in io.trino.execution.scheduler
Fields in io.trino.execution.scheduler declared as NetworkLocation Modifier and Type Field Description static NetworkLocationNetworkLocation. ROOT_LOCATIONMethods in io.trino.execution.scheduler that return NetworkLocation Modifier and Type Method Description NetworkLocationFileBasedNetworkTopology. locate(HostAddress address)NetworkLocationFlatNetworkTopology. locate(HostAddress address)NetworkLocationNetworkTopology. locate(HostAddress address)NetworkLocationSubnetBasedTopology. locate(HostAddress address)NetworkLocationNetworkLocation. subLocation(int start, int end)Methods in io.trino.execution.scheduler that return types with arguments of type NetworkLocation Modifier and Type Method Description com.google.common.collect.SetMultimap<NetworkLocation,InternalNode>NodeMap. getWorkersByNetworkPath()
-