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

Method empty

be/src/kudu/util/blocking_queue.h:224–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222 }
223
224 bool empty() const {
225 MutexLock l(lock_);
226 return queue_.empty();
227 }
228
229 size_t max_size() const {
230 return max_size_;

Callers 3

~BlockingQueueMethod · 0.45
BlockingGetMethod · 0.45
BlockingDrainToMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected