Package io.trino.execution.scheduler
Interface NetworkTopology
-
- All Known Implementing Classes:
FileBasedNetworkTopology,FlatNetworkTopology,SubnetBasedTopology
@ThreadSafe public interface NetworkTopologyImplementations of this interface must be thread safe.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NetworkLocationlocate(HostAddress address)
-
-
-
Method Detail
-
locate
NetworkLocation locate(HostAddress address)
-
-