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

Method OnGetSkip

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

Source from the content-addressed store, hash-verified

165 virtual void OnGetLastItemNotChosenInPaxos(const proto::GetRequest &req, const uint64_t cursor_id) {}
166 virtual void OnGetNoMoreItemBeforeATime(const proto::GetRequest &req) {}
167 virtual void OnGetSkip(const proto::GetRequest &req, const proto::QItem &item) {}
168 virtual void OnGetRespSizeExceed(const proto::GetRequest &req, const size_t byte_size) {}
169 virtual void OnGetItemTooBig(const proto::GetRequest &req, const proto::QItem &item) {}
170 virtual void OnUpdateCursorIDFail(const proto::GetRequest &req) {}

Callers 1

GetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected