reactivemongo.core.actors

StandardDBSystem

final class StandardDBSystem extends MongoDBSystem with MongoScramSha1Authentication

Annotations
@deprecated
Deprecated

(Since version 0.11.14) Internal: will be made private

Linear Supertypes
MongoScramSha1Authentication, MongoScramAuthentication[ScramSha1Authentication.type], MongoDBSystem, Actor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. StandardDBSystem
  2. MongoScramSha1Authentication
  3. MongoScramAuthentication
  4. MongoDBSystem
  5. Actor
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StandardDBSystem(s: Seq[String], a: Seq[Authenticate], opts: MongoConnectionOptions)

    Annotations
    @deprecated
    Deprecated

    (Since version 0.11.14) Initialize with an explicit supervisor and connection names

Type Members

  1. final class OperationHandler extends ChannelFutureListener

    Attributes
    protected
    Definition Classes
    MongoDBSystem
  2. type Pack = BSONSerializationPack.type

    Attributes
    protected
    Definition Classes
    MongoDBSystem
  3. type Receive = PartialFunction[Any, Unit]

    Definition Classes
    Actor

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from StandardDBSystem to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (StandardDBSystem, B)

    Implicit information
    This member is added by an implicit conversion from StandardDBSystem to ArrowAssoc[StandardDBSystem] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. val SocketDisconnected: GenericDriverException

    Definition Classes
    MongoDBSystem
  9. def _println(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    MongoDBSystem
    Annotations
    @inline()
  10. def aroundPostRestart(reason: Throwable): Unit

    Attributes
    protected[akka]
    Definition Classes
    Actor
  11. def aroundPostStop(): Unit

    Attributes
    protected[akka]
    Definition Classes
    Actor
  12. def aroundPreRestart(reason: Throwable, message: Option[Any]): Unit

    Attributes
    protected[akka]
    Definition Classes
    Actor
  13. def aroundPreStart(): Unit

    Attributes
    protected[akka]
    Definition Classes
    Actor
  14. def aroundReceive(receive: akka.actor.Actor.Receive, msg: Any): Unit

    Attributes
    protected[akka]
    Definition Classes
    Actor
  15. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  16. val authReceive: Receive

    Attributes
    protected
    Definition Classes
    MongoScramAuthentication
  17. final def authenticateConnection(connection: Connection, auths: Set[Authenticate]): Connection

    Attributes
    protected
    Definition Classes
    MongoDBSystem
    Annotations
    @tailrec()
  18. lazy val challengeReader: Reader[Result[ScramSha1Authentication.type]]

    Attributes
    protected
    Definition Classes
    MongoScramSha1Authentication → MongoScramAuthentication
  19. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. val closing: Receive

    Definition Classes
    MongoDBSystem
  21. implicit val context: ActorContext

    Definition Classes
    Actor
  22. def debug(msg: ⇒ String, cause: Throwable): Unit

    Attributes
    protected
    Definition Classes
    MongoDBSystem
    Annotations
    @inline()
  23. def debug(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    MongoDBSystem
    Annotations
    @inline()
  24. implicit def ec: ExecutionContextExecutor

    Definition Classes
    MongoDBSystem
    Annotations
    @inline()
  25. def ensuring(cond: (StandardDBSystem) ⇒ Boolean, msg: ⇒ Any): StandardDBSystem

    Implicit information
    This member is added by an implicit conversion from StandardDBSystem to Ensuring[StandardDBSystem] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. def ensuring(cond: (StandardDBSystem) ⇒ Boolean): StandardDBSystem

    Implicit information
    This member is added by an implicit conversion from StandardDBSystem to Ensuring[StandardDBSystem] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  27. def ensuring(cond: Boolean, msg: ⇒ Any): StandardDBSystem

    Implicit information
    This member is added by an implicit conversion from StandardDBSystem to Ensuring[StandardDBSystem] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  28. def ensuring(cond: Boolean): StandardDBSystem

    Implicit information
    This member is added by an implicit conversion from StandardDBSystem to Ensuring[StandardDBSystem] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  29. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  30. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  31. def error(msg: ⇒ String, cause: Throwable): Unit

    Attributes
    protected
    Definition Classes
    MongoDBSystem
    Annotations
    @inline()
  32. def error(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    MongoDBSystem
    Annotations
    @inline()
  33. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  34. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from StandardDBSystem to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  35. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  36. final def handleAuthResponse(nodeSet: NodeSet, resp: Response)(check: ⇒ Either[CommandError, SuccessfulAuthentication]): NodeSet

    Attributes
    protected
    Definition Classes
    MongoDBSystem
  37. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  38. def info(msg: ⇒ String, cause: Throwable): Unit

    Attributes
    protected
    Definition Classes
    MongoDBSystem
    Annotations
    @inline()
  39. def info(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    MongoDBSystem
    Annotations
    @inline()
  40. val initialAuthenticates: Seq[Authenticate]

    List of authenticate messages - all the nodes will be authenticated as soon they are connected.

    List of authenticate messages - all the nodes will be authenticated as soon they are connected.

    Definition Classes
    StandardDBSystemMongoDBSystem
  41. def initiate(user: String): ScramSha1Initiate

    user

    The user name

    Attributes
    protected
    Definition Classes
    MongoScramSha1Authentication → MongoScramAuthentication
  42. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  43. final lazy val lnm: String

    Attributes
    protected
    Definition Classes
    MongoDBSystem
  44. final val logger: LazyLogger

    Attributes
    protected
    Definition Classes
    MongoDBSystem
  45. val mechanism: ScramSha1Authentication.type

    Definition Classes
    MongoScramSha1Authentication → MongoScramAuthentication
  46. val name: String

    The name of the connection pool.

    The name of the connection pool.

    Definition Classes
    StandardDBSystemMongoDBSystem
  47. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  48. def newChannelFactory(effect: Unit): ChannelFactory

    Returns a fresh channel factory.

    Returns a fresh channel factory.

    Definition Classes
    StandardDBSystemMongoDBSystem
  49. final def notify(): Unit

    Definition Classes
    AnyRef
  50. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  51. val options: MongoConnectionOptions

    MongoConnectionOption instance (used for tweaking connection flags and pool size).

    MongoConnectionOption instance (used for tweaking connection flags and pool size).

    Definition Classes
    StandardDBSystemMongoDBSystem
  52. val pack: Pack

    Attributes
    protected
    Definition Classes
    MongoDBSystem
  53. def postRestart(reason: Throwable): Unit

    Definition Classes
    MongoDBSystem → Actor
  54. def postStop(): Unit

    Definition Classes
    MongoDBSystem → Actor
  55. def preRestart(reason: Throwable, message: Option[Any]): Unit

    Definition Classes
    MongoDBSystem → Actor
  56. def preStart(): Unit

    Definition Classes
    MongoDBSystem → Actor
  57. lazy val receive: Receive

    Definition Classes
    MongoDBSystem → Actor
  58. val seeds: Seq[String]

    Nodes that will be probed to discover the whole replica set (or one standalone node).

    Nodes that will be probed to discover the whole replica set (or one standalone node).

    Definition Classes
    StandardDBSystemMongoDBSystem
  59. implicit final val self: ActorRef

    Definition Classes
    Actor
  60. final def sendAuthenticate(connection: Connection, nextAuth: Authenticate): Connection

    Attributes
    protected
    Definition Classes
    MongoScramAuthentication
  61. final def sender(): ActorRef

    Definition Classes
    Actor
  62. def startNegociation(user: String, password: String, conversationId: Int, payload: Array[Byte], randomPrefix: String, message: String): ScramSha1StartNegociation

    Attributes
    protected
    Definition Classes
    MongoScramSha1Authentication → MongoScramAuthentication
  63. val supervisor: String

    The name of the driver supervisor.

    The name of the driver supervisor.

    Definition Classes
    StandardDBSystemMongoDBSystem
  64. def supervisorStrategy: SupervisorStrategy

    Definition Classes
    Actor
  65. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  66. def toString(): String

    Definition Classes
    AnyRef → Any
  67. def trace(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    MongoDBSystem
    Annotations
    @inline()
  68. def unhandled(message: Any): Unit

    Definition Classes
    Actor
  69. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  70. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  71. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  72. def warn(msg: ⇒ String, cause: Throwable): Unit

    Attributes
    protected
    Definition Classes
    MongoDBSystem
    Annotations
    @inline()
  73. def warn(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    MongoDBSystem
    Annotations
    @inline()
  74. def [B](y: B): (StandardDBSystem, B)

    Implicit information
    This member is added by an implicit conversion from StandardDBSystem to ArrowAssoc[StandardDBSystem] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from StandardDBSystem to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (standardDBSystem: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from StandardDBSystem to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (standardDBSystem: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def allChannelGroup(nodeSet: NodeSet): DefaultChannelGroup

    Definition Classes
    MongoDBSystem
    Annotations
    @deprecated
    Deprecated

    (Since version 0.11.10) Will be made private

  2. def x: StandardDBSystem

    Implicit information
    This member is added by an implicit conversion from StandardDBSystem to ArrowAssoc[StandardDBSystem] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (standardDBSystem: ArrowAssoc[StandardDBSystem]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  3. def x: StandardDBSystem

    Implicit information
    This member is added by an implicit conversion from StandardDBSystem to Ensuring[StandardDBSystem] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (standardDBSystem: Ensuring[StandardDBSystem]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from MongoScramSha1Authentication

Inherited from MongoScramAuthentication[ScramSha1Authentication.type]

Inherited from MongoDBSystem

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from StandardDBSystem to StringAdd

Inherited by implicit conversion any2stringfmt from StandardDBSystem to StringFormat

Inherited by implicit conversion any2ArrowAssoc from StandardDBSystem to ArrowAssoc[StandardDBSystem]

Inherited by implicit conversion any2Ensuring from StandardDBSystem to Ensuring[StandardDBSystem]

Ungrouped