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

Method ExecutorGroup

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

Source from the content-addressed store, hash-verified

27static const uint32_t NUM_HASH_RING_REPLICAS = 25;
28
29ExecutorGroup::ExecutorGroup(string name) : ExecutorGroup(move(name), 1) {}
30
31ExecutorGroup::ExecutorGroup(string name, int64_t min_size)
32 : name_(move(name)),

Callers

nothing calls this directly

Calls 3

moveFunction · 0.85
min_sizeMethod · 0.80
nameMethod · 0.45

Tested by

no test coverage detected