Class CurrentOpOperation

  • All Implemented Interfaces:
    ReadOperation<BsonDocument>

    @Deprecated
    public class CurrentOpOperation
    extends java.lang.Object
    implements ReadOperation<BsonDocument>
    Deprecated.
    An operation that determines the current operation on a MongoDB server.
    Since:
    3.2
    • Constructor Detail

      • CurrentOpOperation

        public CurrentOpOperation()
        Deprecated.
    • 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 interface ReadOperation<BsonDocument>
        Parameters:
        binding - the binding to execute in the context of
        Returns:
        T, the result of the execution