reactivemongo.api.commands

Members list

Concise view

Type members

Classlikes

Implements the Aggregation Framework.

Implements the Aggregation Framework.

Attributes

See also:

PipelineOperator

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type
PackSupport[P]

Authentication restriction for user (since MongoDB 3.6)

Authentication restriction for user (since MongoDB 3.6)

Attributes

clientSource

the client list of IP addresses and/or CIDR ranges

serverAddress

the server list of IP addresses and/or CIDR ranges

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

An authentication result

An authentication result

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type
PackSupport[P] & AggregationFramework[P]

Attributes

Graph
Supertypes
trait Command
class Object
trait Matchable
class Any
trait Command

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Error extractor for command results

Error extractor for command results

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final class CommandKind(val name: String) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type
sealed trait CursorFetcher[P <: SerializationPack, +C <: (Cursor)]

Fetches a cursor from MongoDB results.

Fetches a cursor from MongoDB results.

Attributes

C

the type of the cursor implementation

P

the type of the serialization pack

Graph
Supertypes
class Object
trait Matchable
class Any
final class DBUserRole extends UserRole

Attributes

db

the name of the database

name

the role name

Companion:
object
Graph
Supertypes
class UserRole
class Object
trait Matchable
class Any
object DBUserRole

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
sealed abstract class FailedAuthentication extends AuthenticationResult with NoStackTrace

A failed authentication result

A failed authentication result

Attributes

Graph
Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type
PackSupport[P]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait DeleteOps[P]
trait InsertOps[P]
trait UpdateOps[P]
Self type
PackSupport[P] & UpdateWriteResultFactory[P] & UpsertedFactory[P]
final class ReplSetMember

Replica set member.

Replica set member.

Attributes

configVersion

the configuration version (since MongoDB 3.0)

electionTime

if the member is the primary, the time it was elected as

health

the health indicator for this member

lastHeartbeat

the time of the transmission time of last heartbeat received from this member

lastHeartbeatMessage

an optional message from the last heartbeat

lastHeartbeatRecv

the time that the last heartbeat was received from this member

name

the member name (e.g. "host:port")

optime

information regarding the last operation from the operation log that this member has applied

pingMs

the number of milliseconds (ms) that a round-trip packet takes to travel between the remote member and the local instance (does not appear for the member that returns the rs.status() data)

self

indicates which replica set member processed the replSetGetStatus command

state

the state code of the member

stateStr

the string representation of the state

syncingTo

the hostname of the member from which this instance is syncing (only present on the output of rs.status() on secondary and recovering members)

uptime

the number of seconds that this member has been online

Graph
Supertypes
class Object
trait Matchable
class Any
final class ReplSetStatus

Result from the replSetGetStatus.

Result from the replSetGetStatus.

Attributes

members

the list of the members of this replicate set

name

the name of the replica set

state

the state code of the current member

time

the current server time

Graph
Supertypes
class Object
trait Matchable
class Any
final class ResolvedCollectionCommand[C <: CollectionCommand](val collection: String, val command: C) extends Command

Attributes

collection

the name of the collection against which the command is executed

command

the executed command

Graph
Supertypes
trait Command
class Object
trait Matchable
class Any

A successful authentication result.

A successful authentication result.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait DeleteOps[P]
trait InsertOps[P]
trait UpdateOps[P]
trait GridFS[P]
Self type
PackSupport[P]
sealed class UserRole

Attributes

name

the role name (e.g. readWrite)

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object UserRole

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final class WriteConcernError

Attributes

code

the error code

errmsg

the error message

Graph
Supertypes
class Object
trait Matchable
class Any
sealed trait WriteResult

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type