(self, cluster, hosts)
| 523 | HostDistance.IGNORED |
| 524 | |
| 525 | def populate(self, cluster, hosts): |
| 526 | for p in self.profiles.values(): |
| 527 | p.load_balancing_policy.populate(cluster, hosts) |
| 528 | |
| 529 | def check_supported(self): |
| 530 | for p in self.profiles.values(): |
no test coverage detected