Class FsyncUnlockOperation

java.lang.Object
com.mongodb.operation.FsyncUnlockOperation
All Implemented Interfaces:
ReadOperation<BsonDocument>, WriteOperation<BsonDocument>

@Deprecated public class FsyncUnlockOperation extends Object implements WriteOperation<BsonDocument>, ReadOperation<BsonDocument>
Deprecated.
Unlocks the MongoDB server, allowing write operations to go through. This may be asynchronous on the server, which means there may be a small delay before the database becomes writable.
Since:
3.2
  • Constructor Details

    • FsyncUnlockOperation

      public FsyncUnlockOperation()
      Deprecated.
  • Method Details