reactivemongo.core.actors

MongoDBSystem

Related Docs: object MongoDBSystem | package actors

trait MongoDBSystem extends Actor

Main actor that processes the requests.

Linear Supertypes
Actor, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MongoDBSystem
  2. Actor
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Receive = PartialFunction[Any, Unit]

    Definition Classes
    Actor

Abstract Value Members

  1. abstract def authReceive: Receive

    Attributes
    protected
  2. abstract def channelFactory: ChannelFactory

  3. abstract def initialAuthenticates: Seq[Authenticate]

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

  4. abstract def options: MongoConnectionOptions

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

  5. abstract def seeds: Seq[String]

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

  6. abstract def sendAuthenticate(connection: Connection, authentication: Authenticate): Connection

    Attributes
    protected

Concrete Value Members

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

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

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

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

    Definition Classes
    AnyRef → Any
  6. object AuthRequestsManager

  7. def allChannelGroup(nodeSet: NodeSet): DefaultChannelGroup

  8. def aroundPostRestart(reason: Throwable): Unit

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

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

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

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

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

    Definition Classes
    Any
  14. final def authenticateConnection(connection: Connection, auths: Seq[Authenticate]): Connection

    Attributes
    protected
    Annotations
    @tailrec()
  15. final def authenticateNode(node: Node, auths: Seq[Authenticate]): Node

  16. final def authenticateNodeSet(nodeSet: NodeSet): NodeSet

  17. def authenticationResponse(response: Response)(check: (Response) ⇒ Either[CommandError, SuccessfulAuthentication]): NodeSet

    Attributes
    protected
  18. def broadcastMonitors(message: AnyRef): Unit

  19. def clone(): AnyRef

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

  21. def connectAll(nodeSet: NodeSet): NodeSet

  22. implicit val context: ActorContext

    Definition Classes
    Actor
  23. implicit val ec: ExecutionContextExecutor

  24. def ensuring(cond: (MongoDBSystem) ⇒ Boolean, msg: ⇒ Any): MongoDBSystem

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

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

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

    Implicit information
    This member is added by an implicit conversion from MongoDBSystem to Ensuring[MongoDBSystem] performed by method Ensuring 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 finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  33. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  34. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  35. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  36. var nodeSet: NodeSet

  37. final def notify(): Unit

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

    Definition Classes
    AnyRef
  39. def onPrimaryUnavailable(): Unit

  40. def pickChannel(request: Request): Try[(Node, Connection)]

  41. def postRestart(reason: Throwable): Unit

    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  42. def postStop(): Unit

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

    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  44. def preStart(): Unit

    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  45. lazy val receive: Receive

    Definition Classes
    MongoDBSystem → Actor
  46. def secondaryOK(message: Request): Boolean

  47. implicit final val self: ActorRef

    Definition Classes
    Actor
  48. def sendIsMaster(node: Node, id: Int): Node

  49. final def sender(): ActorRef

    Definition Classes
    Actor
  50. def supervisorStrategy: SupervisorStrategy

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

    Definition Classes
    AnyRef
  52. def toString(): String

    Definition Classes
    AnyRef → Any
  53. def unhandled(message: Any): Unit

    Definition Classes
    Actor
  54. def updateNodeSet(nodeSet: NodeSet): NodeSet

  55. def updateNodeSetOnDisconnect(channelId: Int): NodeSet

  56. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. def [B](y: B): (MongoDBSystem, B)

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

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from MongoDBSystem to any2stringadd[MongoDBSystem]

Inherited by implicit conversion StringFormat from MongoDBSystem to StringFormat[MongoDBSystem]

Inherited by implicit conversion Ensuring from MongoDBSystem to Ensuring[MongoDBSystem]

Inherited by implicit conversion ArrowAssoc from MongoDBSystem to ArrowAssoc[MongoDBSystem]

Ungrouped