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

Method DisableBufferPool

be/src/runtime/test-env.h:44–44  ·  view source on GitHub ↗

Disables creation of a BufferPool instance as part of this TestEnv in Init().

Source from the content-addressed store, hash-verified

42
43 /// Disables creation of a BufferPool instance as part of this TestEnv in Init().
44 void DisableBufferPool() { enable_buffer_pool_ = false; }
45
46 /// Set configuration for BufferPool. Only has effect if called before Init().
47 /// If not called, a buffer pool with no capacity is created.

Callers 5

SetUpMethod · 0.80
SetUpMethod · 0.80
SetUpMethod · 0.80
InitTmpFileMgrMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected