Returns the hash ring associated with this executor group. It's owned by the group and the caller must not hold a reference beyond the groups lifetime.
| 105 | /// Returns the hash ring associated with this executor group. It's owned by the group |
| 106 | /// and the caller must not hold a reference beyond the groups lifetime. |
| 107 | const HashRing* GetHashRing() const { return &executor_ip_hash_ring_; } |
| 108 | |
| 109 | /// Returns the number of executor hosts in this group. During tests, hosts can run |
| 110 | /// multiple executor backend descriptors, but will only be counted here once. |
no outgoing calls
no test coverage detected