reactivemongo.api.commands

bson

package bson

Visibility
  1. Public
  2. All

Type Members

  1. trait BSONCommandError extends Exception with CommandError

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internal: will be made private

  2. trait DealingWithGenericCommandErrorsReader[A] extends BSONDocumentReader[A]

    Helper to read a command result, with error handling.

  3. case class DefaultBSONCommandError(code: Option[Int], errmsg: Option[String], originalDocument: BSONDocument) extends Exception with BSONCommandError with Product with Serializable

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internal: will be made private

Deprecated Value Members

  1. object BSONAggregationFramework extends AggregationFramework[BSONSerializationPack.type]

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internal: will be made private

  2. object BSONAggregationImplicits

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internal: will be made private

  3. object BSONAggregationResultImplicits

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internal: will be made private

  4. object BSONCollStatsImplicits

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internal: will be made private

  5. object BSONCommonWriteCommandsImplicits

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internally use CommandCodecs

  6. object BSONConvertToCappedImplicits

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internal: will be made private

  7. object BSONCountCommand extends CountCommand[BSONSerializationPack.type]

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Use new collection.count

  8. object BSONCountCommandImplicits

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Use new collection.count

  9. object BSONCreateImplicits

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internal: will be made private

  10. object BSONCreateIndexesImplicits

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internal: will be made private

  11. object BSONCreateUserCommand extends CreateUserCommand[BSONSerializationPack.type]

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internal: will be made private

  12. object BSONDeleteCommand extends DeleteCommand[BSONSerializationPack.type]

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internal: will be made private

  13. object BSONDeleteCommandImplicits

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internal: will be made private

  14. object BSONDistinctCommand extends DistinctCommand[BSONSerializationPack.type]

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Use .distinct on collection

  15. object BSONDistinctCommandImplicits

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Use .distinct on collection

  16. object BSONDropCollectionImplicits

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internal: will be made private

  17. object BSONDropDatabaseImplicits

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internal: will be made private

  18. object BSONDropIndexesImplicits

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internal: will be made private

  19. object BSONEmptyCappedImplicits

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internal: will be made private

  20. object BSONFindAndModifyCommand extends FindAndModifyCommand[BSONSerializationPack.type]

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internal: will be made private

  21. object BSONFindAndModifyImplicits

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internal: will be made private

  22. object BSONGetLastErrorImplicits

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internally use CommandCodecs

  23. object BSONInsertCommand extends InsertCommand[BSONSerializationPack.type]

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internal: will be made private

  24. object BSONInsertCommandImplicits

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internal: will be made private

  25. object BSONIsMasterCommand extends IsMasterCommand[BSONSerializationPack.type]

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internal: will be made private

  26. object BSONIsMasterCommandImplicits

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internal: will be made private

  27. object BSONListCollectionNamesImplicits

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internal: will be made private

  28. object BSONListIndexesImplicits

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internal: will be made private

  29. object BSONPingCommandImplicits

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internal: will be made private

  30. object BSONRenameCollectionImplicits

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internal: will be made private

  31. object BSONReplSetGetStatusImplicits

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internal: will be made private

  32. object BSONReplSetMaintenanceImplicits

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internal: will be made private

  33. object BSONResyncImplicits

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internal: will be made private

  34. object BSONServerStatusImplicits

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internal: will be made private

  35. object BSONUpdateCommand extends UpdateCommand[BSONSerializationPack.type]

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internal: will be made private

  36. object BSONUpdateCommandImplicits

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internal: will be made private

  37. object CommonImplicits

    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.0) Internal: will be made private

Ungrouped