MCPcopy Create free account
hub / github.com/Tencent/phxqueue / GetTopicID

Method GetTopicID

phxqueue/lock/lock.cpp:145–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145int Lock::GetTopicID() {
146 return impl_->topic_id;
147}
148
149const comm::proto::Addr &Lock::GetAddr() {
150 return impl_->addr;

Callers 15

InitMethod · 0.45
ReadCheckpointMethod · 0.45
WriteCheckpointMethod · 0.45
ReadRestartCheckpointMethod · 0.45
DoExecuteFunction · 0.45
ExecuteMethod · 0.45
ExecuteForCheckpointMethod · 0.45
GetCheckpointStateMethod · 0.45
LoadCheckpointStateMethod · 0.45
DoRunMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected