Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-34224

Implement FreeMonStorage Standalone and IDL for storage

    XMLWordPrintableJSON

Details

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: Major - P3 Major - P3
    • 4.0.0-rc0
    • None
    • None
    • None
    • Fully Compatible
    • Platforms 2018-04-23

    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); }

        ;

      Attachments

        Activity

          People

            mark.benvenuto@mongodb.com Mark Benvenuto
            greg.mckeon@mongodb.com Gregory McKeon (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: