package commands

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

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]

    Implements the Aggregation Framework.

    Implements the Aggregation Framework.

    See also

    PipelineOperator

  2. final class AuthenticationRestriction extends AnyRef

    Authentication restriction for user (since MongoDB 3.6)

  3. sealed trait AuthenticationResult extends AnyRef

    An authentication result

  4. trait CollectionCommand extends Command
  5. trait Command extends AnyRef
  6. trait CommandWithPack[P <: SerializationPack] extends AnyRef
  7. trait CommandWithResult[R] extends AnyRef
  8. sealed trait CursorFetcher[P <: SerializationPack, +C[_] <: Cursor[_]] extends AnyRef

    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

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

    A failed authentication result

    A failed authentication result

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

    Replica set member.

  12. final class ReplSetStatus extends AnyRef

    Result from the replSetGetStatus.

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

  14. sealed trait SuccessfulAuthentication extends AuthenticationResult

    A successful authentication result.

  15. sealed class UserRole extends AnyRef

    User role

  16. final class WriteConcernError extends AnyRef

  17. sealed trait WriteResult extends AnyRef

Value Members

  1. object AuthenticationRestriction
  2. object CommandException

    Error extractor for command results

  3. object DBUserRole
  4. object UserRole
  5. object WriteResult

Ungrouped