| Package | Description |
|---|---|
| io.prestosql.execution.scheduler |
| Modifier and Type | Field and Description |
|---|---|
static NetworkLocation |
NetworkLocation.ROOT_LOCATION |
| Modifier and Type | Method and Description |
|---|---|
static NetworkLocation |
NetworkLocation.create(List<String> segments) |
NetworkLocation |
NetworkLocationCache.get(HostAddress host) |
NetworkLocation |
LegacyNetworkTopology.locate(HostAddress address) |
NetworkLocation |
FlatNetworkTopology.locate(HostAddress address) |
NetworkLocation |
NetworkTopology.locate(HostAddress address) |
NetworkLocation |
NetworkLocation.subLocation(int start,
int end) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.SetMultimap<NetworkLocation,InternalNode> |
NodeMap.getWorkersByNetworkPath() |
| Constructor and Description |
|---|
NodeMap(com.google.common.collect.SetMultimap<HostAddress,InternalNode> nodesByHostAndPort,
com.google.common.collect.SetMultimap<InetAddress,InternalNode> nodesByHost,
com.google.common.collect.SetMultimap<NetworkLocation,InternalNode> workersByNetworkPath,
Set<String> coordinatorNodeIds) |
Copyright © 2012–2019. All rights reserved.