Object

reactivemongo.core.commands

IsMaster

Related Doc: package commands

Permalink

object IsMaster extends AdminCommand[IsMasterResponse]

IsMaster Command.

States if the target server is a primary. This command also gives some useful information, like the other nodes in the replica set.

Annotations
@deprecated
Deprecated

(Since version 0.11.0) consider using reactivemongo.api.commands.IsMasterCommand instead

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IsMaster
  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[IsMasterResponse]

    Permalink

    Deserializer for this command's result.

    Deserializer for this command's result.

    Definition Classes
    IsMasterCommand
  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
    IsMasterCommand
  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[IsMasterResponse]

Inherited from Command[IsMasterResponse]

Inherited from AnyRef

Inherited from Any

Ungrouped