reactivemongo.core.actors

StandardDBSystemWithX509

final class StandardDBSystemWithX509 extends MongoDBSystem with MongoX509Authentication

Linear Supertypes
MongoX509Authentication, MongoDBSystem, Actor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. StandardDBSystemWithX509
  2. MongoX509Authentication
  3. MongoDBSystem
  4. Actor
  5. AnyRef
  6. 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

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 StandardDBSystemWithX509 to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (StandardDBSystemWithX509, B)

    Implicit information
    This member is added by an implicit conversion from StandardDBSystemWithX509 to ArrowAssoc[StandardDBSystemWithX509] 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
    MongoX509Authentication
  17. final def authenticateConnection(connection: Connection, auths: Set[Authenticate]): Connection

    Attributes
    protected
    Definition Classes
    MongoDBSystem
    Annotations
    @tailrec()
  18. def clone(): AnyRef

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

    Definition Classes
    MongoDBSystem
  20. implicit val context: ActorContext

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    MongoDBSystem
    Annotations
    @inline()
  39. 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
    StandardDBSystemWithX509MongoDBSystem
  40. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  41. final lazy val lnm: String

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

    Attributes
    protected
    Definition Classes
    MongoDBSystem
  43. val name: String

    The name of the connection pool.

    The name of the connection pool.

    Definition Classes
    StandardDBSystemWithX509MongoDBSystem
  44. final def ne(arg0: AnyRef): Boolean

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

    Returns a fresh channel factory.

    Returns a fresh channel factory.

    Definition Classes
    StandardDBSystemWithX509MongoDBSystem
  46. final def notify(): Unit

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

    Definition Classes
    AnyRef
  48. 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
    StandardDBSystemWithX509MongoDBSystem
  49. val pack: Pack

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

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

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

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

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

    Definition Classes
    MongoDBSystem → Actor
  55. 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
    StandardDBSystemWithX509MongoDBSystem
  56. implicit final val self: ActorRef

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

    Attributes
    protected
    Definition Classes
    MongoX509Authentication
  58. final def sender(): ActorRef

    Definition Classes
    Actor
  59. val supervisor: String

    The name of the driver supervisor.

    The name of the driver supervisor.

    Definition Classes
    StandardDBSystemWithX509MongoDBSystem
  60. def supervisorStrategy: SupervisorStrategy

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

    Definition Classes
    AnyRef
  62. def toString(): String

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

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

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

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

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

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

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

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

    Implicit information
    This member is added by an implicit conversion from StandardDBSystemWithX509 to ArrowAssoc[StandardDBSystemWithX509] 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 StandardDBSystemWithX509 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:
    (standardDBSystemWithX509: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from StandardDBSystemWithX509 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:
    (standardDBSystemWithX509: 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: StandardDBSystemWithX509

    Implicit information
    This member is added by an implicit conversion from StandardDBSystemWithX509 to ArrowAssoc[StandardDBSystemWithX509] 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:
    (standardDBSystemWithX509: ArrowAssoc[StandardDBSystemWithX509]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  3. def x: StandardDBSystemWithX509

    Implicit information
    This member is added by an implicit conversion from StandardDBSystemWithX509 to Ensuring[StandardDBSystemWithX509] 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:
    (standardDBSystemWithX509: Ensuring[StandardDBSystemWithX509]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from MongoX509Authentication

Inherited from MongoDBSystem

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from StandardDBSystemWithX509 to StringAdd

Inherited by implicit conversion any2stringfmt from StandardDBSystemWithX509 to StringFormat

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

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

Ungrouped