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

Method OnAcquireLockFail

phxqueue/comm/breakpoint.h:376–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374 virtual void OnAcquireLock(const int topic_id, const proto::AcquireLockRequest &req) {}
375 virtual void OnAcquireLockSucc(const int topic_id, const proto::AcquireLockRequest &req, const proto::AcquireLockResponse &resp) {}
376 virtual void OnAcquireLockFail(const int topic_id, const proto::AcquireLockRequest &req) {}
377};
378
379class LockBP {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected