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

Function GetBackendString

be/src/util/debug-util.cc:378–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376}
377
378string GetBackendString() {
379 return Substitute("$0:$1", FLAGS_hostname, FLAGS_krpc_port);
380}
381
382DebugActionTokens TokenizeDebugActions(const string& debug_actions) {
383 DebugActionTokens results;

Callers 15

AllocateRemoteSpaceMethod · 0.85
AllocateLocalSpaceMethod · 0.85
WaitForAsyncReadMethod · 0.85
CheckHashAndDecryptMethod · 0.85
TestScratchLimitMethod · 0.85
TEST_FFunction · 0.85
MemLimitExceededMethod · 0.85
DoOpenMethod · 0.85
ReadFromPosInternalMethod · 0.85
TEST_FFunction · 0.85

Calls 1

SubstituteFunction · 0.85

Tested by 5

TestScratchLimitMethod · 0.68
TEST_FFunction · 0.68
TEST_FFunction · 0.68
AddWriteRangeMethod · 0.68
TestWriteErrorMethod · 0.68