MCPcopy Create free account
hub / github.com/apache/impala / GetHashRing

Method GetHashRing

be/src/scheduling/executor-group.h:107–107  ·  view source on GitHub ↗

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.

Source from the content-addressed store, hash-verified

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.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected