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

Method Capacity

be/src/kudu/util/debug/trace_event_impl.cc:335–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333 }
334
335 virtual size_t Capacity() const OVERRIDE {
336 return kTraceEventVectorBufferChunks * kTraceBufferChunkSize;
337 }
338
339 virtual TraceEvent* GetEventByHandle(TraceEventHandle handle) OVERRIDE {
340 if (handle.chunk_index >= chunks_.size())

Callers 2

GetBufferPercentFullMethod · 0.45
SelectByIndexFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected