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 ChangeStreamAggregation[P <: SerializationPack] extends AnyRef

    Change stream

  5. trait CollectionCommand extends Command
  6. trait Command extends AnyRef
  7. final class CommandKind extends AnyVal
  8. trait CommandWithPack[P <: SerializationPack] extends AnyRef
  9. trait CommandWithResult[R] extends AnyRef
  10. 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

  11. final class DBUserRole extends UserRole

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

    A failed authentication result

    A failed authentication result

    Annotations
    @SuppressWarnings()
  13. trait FindAndModifyCommand[P <: SerializationPack] extends AnyRef
  14. trait MultiBulkWriteResultFactory[P <: SerializationPack] extends AnyRef
  15. final class ReplSetMember extends AnyRef

    Replica set member.

  16. final class ReplSetStatus extends AnyRef

    Result from the replSetGetStatus.

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

  18. sealed trait SuccessfulAuthentication extends AuthenticationResult

    A successful authentication result.

  19. trait UpsertedFactory[P <: SerializationPack] extends AnyRef
  20. sealed class UserRole extends AnyRef

    User role

  21. final class WriteConcernError extends AnyRef

  22. 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