Must be called from the main thread
| 2794 | |
| 2795 | // Must be called from the main thread |
| 2796 | Future<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 |
| 2803 | void MultiVersionApi::clearClusterSharedStateMapEntry(std::string clusterId, ProtocolVersion dbProtocolVersion) { |