Object

reactivemongo.core.commands

Status

Related Doc: package commands

Permalink

object Status extends AdminCommand[Map[String, BSONValue]]

ServerStatus Command.

Gets the detailed status of the target server.

Annotations
@deprecated
Deprecated

(Since version 0.11.5) consider using reactivemongo.api.commands.ServerStatus

Linear Supertypes
AdminCommand[Map[String, BSONValue]], Command[Map[String, BSONValue]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Status
  2. AdminCommand
  3. Command
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object ResultMaker extends BSONCommandResultMaker[Map[String, BSONValue]]

    Permalink

    Deserializer for this command's result.

    Deserializer for this command's result.

    Definition Classes
    StatusCommand
  5. def apply(): MakableCommand

    Permalink

    Produces a reactivemongo.core.commands.MakableCommand instance of this command.

    Produces a reactivemongo.core.commands.MakableCommand instance of this command.

    Definition Classes
    AdminCommand
  6. def apply(db: String): MakableCommand

    Permalink

    As and admin command targets only the admin database, @param db will be ignored.

    As and admin command targets only the admin database, @param db will be ignored.

    Produces a reactivemongo.core.commands.MakableCommand instance of this command.

    db

    name of the target database.

    Definition Classes
    AdminCommandCommand
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. def makeDocuments: BSONDocument

    Permalink

    Makes the BSONDocument for documents that will be send as body of this command's query.

    Makes the BSONDocument for documents that will be send as body of this command's query.

    Definition Classes
    StatusCommand
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. def slaveOk: Boolean

    Permalink

    States if this command can be run on secondaries.

    States if this command can be run on secondaries.

    Definition Classes
    Command
  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  21. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AdminCommand[Map[String, BSONValue]]

Inherited from Command[Map[String, BSONValue]]

Inherited from AnyRef

Inherited from Any

Ungrouped