MCPcopy Create free account
hub / github.com/apple/foundationdb / updateClusterSharedStateMap

Method updateClusterSharedStateMap

fdbclient/MultiVersionTransaction.actor.cpp:2796–2800  ·  view source on GitHub ↗

Must be called from the main thread

Source from the content-addressed store, hash-verified

2794
2795// Must be called from the main thread
2796Future<std::string> MultiVersionApi::updateClusterSharedStateMap(ClusterConnectionRecord const& connectionRecord,
2797 ProtocolVersion dbProtocolVersion,
2798 Reference<IDatabase> db) {
2799 return updateClusterSharedStateMapImpl(this, connectionRecord, dbProtocolVersion, db);
2800}
2801
2802// Must be called from the main thread
2803void MultiVersionApi::clearClusterSharedStateMapEntry(std::string clusterId, ProtocolVersion dbProtocolVersion) {

Callers 1

updateDatabaseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected