MCPcopy Create free account
hub / github.com/Tencent/phxpaxos / SetHoldPaxosLogCount

Method SetHoldPaxosLogCount

src/node/pnode.cpp:428–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426////////////////////////////////////////////////////////////////////////
427
428void PNode :: SetHoldPaxosLogCount(const uint64_t llHoldCount)
429{
430 for (auto & poGroup : m_vecGroupList)
431 {
432 poGroup->GetCheckpointCleaner()->SetHoldPaxosLogCount(llHoldCount);
433 }
434}
435
436void PNode :: PauseCheckpointReplayer()
437{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected