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

Method ExecuteForCheckpoint

phxqueue/store/storesm.h:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 }
43
44 virtual bool ExecuteForCheckpoint(const int paxos_group_id, const uint64_t instance_id,
45 const std::string &paxos_value) override {
46 return true;
47 }
48
49 virtual const uint64_t GetCheckpointInstanceID(const int paxos_group_id) const override;
50

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected