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

Method SetInstanceId

be/src/common/thread-debug-info.h:66–68  ·  view source on GitHub ↗

Saves 'instance_id' to member 'instance_id_'

Source from the content-addressed store, hash-verified

64 }
65 /// Saves 'instance_id' to member 'instance_id_'
66 void SetInstanceId(const TUniqueId& instance_id) {
67 instance_id_ = instance_id;
68 }
69
70 /// Saves param 'thread_name' to member 'thread_name_'.
71 /// If the length of param 'thread_name' is larger than THREAD_NAME_SIZE,

Callers 6

ThreadAvailableCbMethod · 0.80
~ScopedThreadContextMethod · 0.80
ScopedThreadContextMethod · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64