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

Method SetBufferPoolArgs

be/src/runtime/test-env.cc:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void TestEnv::SetBufferPoolArgs(int64_t min_buffer_len, int64_t capacity) {
109 buffer_pool_min_buffer_len_ = min_buffer_len;
110 buffer_pool_capacity_ = capacity;
111}
112
113void TestEnv::SetProcessMemTrackerArgs(int64_t bytes_limit, bool use_metrics) {
114 process_mem_limit_ = bytes_limit;

Callers 10

CreateTestEnvMethod · 0.80
SetUpMethod · 0.80
InitMethod · 0.80
SetUpMethod · 0.80
mainFunction · 0.80
TestQueryTeardownMethod · 0.80
TEST_FFunction · 0.80
mainFunction · 0.80
CreateTestEnvMethod · 0.80
SetUpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected