[SERVER-34224] Implement FreeMonStorage Standalone and IDL for storage Created: 30/Mar/18  Updated: 29/Oct/23  Resolved: 10/Apr/18

Status: Closed
Project: Core Server
Component/s: None
Affects Version/s: None
Fix Version/s: 4.0.0-rc0

Type: Task Priority: Major - P3
Reporter: Gregory McKeon (Inactive) Assignee: Mark Benvenuto
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Backwards Compatibility: Fully Compatible
Sprint: Platforms 2018-04-23
Participants:

 Description   

Implement/**

  • Storage tier for Free Monitoring. Provides access to storage engine.
    */
    class FreeMonStorage { public: /** * Reads document from disk if it exists. */ static boost::optional<FreeMonStorageState> read(OperationContext* opCtx); /** * Replaces document on disk with contents of document. Creates document if it does not exist. */ static bool replace(OperationContext* opCtx, const FreeMonStorageState& doc); /** * Deletes document on disk if it exists. */ static bool deleteState(OperationContext* opCtx); /** * Reads first document from local.clustermanager. */ static boost::optional<BSONObj> readClusterManagerState(OperationContext* opCtx); }

    ;



 Comments   
Comment by Githook User [ 10/Apr/18 ]

Author:

{'email': 'mark.benvenuto@mongodb.com', 'name': 'Mark Benvenuto', 'username': 'markbenvenuto'}

Message: SERVER-34224 Implement FreeMonStorage Standalone and IDL for storage
Branch: master
https://github.com/mongodb/mongo/commit/b9cbfd8fd3cc8438a3e8e3986505f348416f5da4

Generated at Thu Feb 08 04:35:57 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.