Package

reactivemongo.api

commands

Permalink

package commands

Visibility
  1. Public
  2. All

Type Members

  1. trait AggregationFramework[P <: SerializationPack] extends GroupAggregation[P] with SliceAggregation[P] with SortAggregation[P] with AggregationPipeline[P] with ChangeStreamAggregation[P] with AtlasSearchAggregation[P]

    Permalink

    Implements the Aggregation Framework.

    Implements the Aggregation Framework.

    See also

    PipelineOperator

  2. final class AuthenticationRestriction extends AnyRef

    Permalink

    Authentication restriction for user (since MongoDB 3.6)

  3. sealed trait AuthenticationResult extends AnyRef

    Permalink

    An authentication result

  4. trait CollectionCommand extends Command

    Permalink
  5. trait Command extends AnyRef

    Permalink
  6. trait CommandWithPack[P <: SerializationPack] extends AnyRef

    Permalink
  7. trait CommandWithResult[R] extends AnyRef

    Permalink
  8. sealed trait CursorFetcher[P <: SerializationPack, +C[_] <: Cursor[_]] extends AnyRef

    Permalink

    Fetches a cursor from MongoDB results.

    Fetches a cursor from MongoDB results.

    P

    the type of the serialization pack

    C

    the type of the cursor implementation

  9. final class DBUserRole extends UserRole

    Permalink

  10. sealed abstract class FailedAuthentication extends Exception with CommandException with AuthenticationResult with NoStackTrace

    Permalink

    A failed authentication result

    A failed authentication result

    Annotations
    @SuppressWarnings()
  11. final class ReplSetMember extends AnyRef

    Permalink

    Replica set member.

  12. final class ReplSetStatus extends AnyRef

    Permalink

    Result from the replSetGetStatus.

  13. final class ResolvedCollectionCommand[C <: CollectionCommand] extends Command

    Permalink

  14. sealed trait SuccessfulAuthentication extends AuthenticationResult

    Permalink

    A successful authentication result.

  15. sealed class UserRole extends AnyRef

    Permalink

    User role

  16. final class WriteConcernError extends AnyRef

    Permalink

  17. sealed trait WriteResult extends AnyRef

    Permalink

Value Members

  1. object AuthenticationRestriction

    Permalink
  2. object CommandException

    Permalink

    Error extractor for command results

  3. object DBUserRole

    Permalink
  4. object UserRole

    Permalink
  5. object WriteResult

    Permalink

Ungrouped