| 426 | //////////////////////////////////////////////////////////////////////// |
| 427 | |
| 428 | void PNode :: SetHoldPaxosLogCount(const uint64_t llHoldCount) |
| 429 | { |
| 430 | for (auto & poGroup : m_vecGroupList) |
| 431 | { |
| 432 | poGroup->GetCheckpointCleaner()->SetHoldPaxosLogCount(llHoldCount); |
| 433 | } |
| 434 | } |
| 435 | |
| 436 | void PNode :: PauseCheckpointReplayer() |
| 437 | { |
nothing calls this directly
no outgoing calls
no test coverage detected