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

Method GetNumActive

be/src/exec/scan-node.h:237–237  ·  view source on GitHub ↗

Get the number of active scanner threads. Thread-safe.

Source from the content-addressed store, hash-verified

235
236 /// Get the number of active scanner threads. Thread-safe.
237 int32_t GetNumActive() const { return num_active_.Load(); }
238
239 /// Get the number of started scanner threads. Thread-safe.
240 int32_t GetNumStarted() const { return num_threads_started_->value(); }

Callers 2

ThreadAvailableCbMethod · 0.80

Calls 1

LoadMethod · 0.45

Tested by

no test coverage detected