Package com.mongodb.operation
Class CurrentOpOperation
- java.lang.Object
-
- com.mongodb.operation.CurrentOpOperation
-
- All Implemented Interfaces:
ReadOperation<BsonDocument>
@Deprecated public class CurrentOpOperation extends Object implements ReadOperation<BsonDocument>
Deprecated.An operation that determines the current operation on a MongoDB server.- Since:
- 3.2
- MongoDB documentation
- Current Op
-
-
Constructor Summary
Constructors Constructor Description CurrentOpOperation()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description BsonDocument
execute(ReadBinding binding)
Deprecated.General execute which can return anything of type T
-
-
-
Method Detail
-
execute
public BsonDocument execute(ReadBinding binding)
Deprecated.Description copied from interface:ReadOperation
General execute which can return anything of type T- Specified by:
execute
in interfaceReadOperation<BsonDocument>
- Parameters:
binding
- the binding to execute in the context of- Returns:
- T, the result of the execution
-
-