trait MongoDBSystem extends Actor

Main actor that processes the requests.

Annotations
@deprecated
Deprecated

(Since version 0.11.14) Internal: will be made private

Linear Supertypes
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
Visibility
  1. Public
  2. Protected

Type Members

  1. final class OperationHandler extends ChannelFutureListener
    Attributes
    protected
  2. type Pack = BSONSerializationPack.type
    Attributes
    protected
  3. type Receive = PartialFunction[Any, Unit]
    Definition Classes
    Actor

Abstract Value Members

  1. abstract def authReceive: Receive
    Attributes
    protected
  2. abstract def initialAuthenticates: Seq[Authenticate]

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

  3. abstract def name: String

    The name of the connection pool.

  4. abstract def newChannelFactory(effect: Unit): ChannelFactory

    Returns a fresh channel factory.

    Returns a fresh channel factory.

    Attributes
    protected
  5. abstract def options: MongoConnectionOptions

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

  6. abstract def seeds: Seq[String]

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

  7. abstract def sendAuthenticate(connection: Connection, authentication: Authenticate): Connection
    Attributes
    protected
  8. abstract def supervisor: String

    The name of the driver supervisor.

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
    This member is added by an implicit conversion from MongoDBSystem toany2stringadd[MongoDBSystem] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (MongoDBSystem, B)
    Implicit
    This member is added by an implicit conversion from MongoDBSystem toArrowAssoc[MongoDBSystem] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. val SocketDisconnected: GenericDriverException
  7. def _println(msg: => String): Unit
    Attributes
    protected
    Annotations
    @inline()
  8. def aroundPostRestart(reason: Throwable): Unit
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  9. def aroundPostStop(): Unit
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  10. def aroundPreRestart(reason: Throwable, message: Option[Any]): Unit
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  11. def aroundPreStart(): Unit
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  12. def aroundReceive(receive: akka.actor.Actor.Receive, msg: Any): Unit
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. final def authenticateConnection(connection: Connection, auths: Set[Authenticate]): Connection
    Attributes
    protected
    Annotations
    @tailrec()
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  16. val closing: Receive
  17. implicit val context: ActorContext
    Definition Classes
    Actor
  18. def debug(msg: => String, cause: Throwable): Unit
    Attributes
    protected
    Annotations
    @inline()
  19. def debug(msg: => String): Unit
    Attributes
    protected
    Annotations
    @inline()
  20. implicit def ec: ExecutionContextExecutor
    Annotations
    @inline()
  21. def ensuring(cond: (MongoDBSystem) => Boolean, msg: => Any): MongoDBSystem
    Implicit
    This member is added by an implicit conversion from MongoDBSystem toEnsuring[MongoDBSystem] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: (MongoDBSystem) => Boolean): MongoDBSystem
    Implicit
    This member is added by an implicit conversion from MongoDBSystem toEnsuring[MongoDBSystem] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: Boolean, msg: => Any): MongoDBSystem
    Implicit
    This member is added by an implicit conversion from MongoDBSystem toEnsuring[MongoDBSystem] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: Boolean): MongoDBSystem
    Implicit
    This member is added by an implicit conversion from MongoDBSystem toEnsuring[MongoDBSystem] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  27. def error(msg: => String, cause: Throwable): Unit
    Attributes
    protected
    Annotations
    @inline()
  28. def error(msg: => String): Unit
    Attributes
    protected
    Annotations
    @inline()
  29. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from MongoDBSystem toStringFormat[MongoDBSystem] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  30. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def handleAuthResponse(nodeSet: NodeSet, resp: Response)(check: => Either[CommandError, SuccessfulAuthentication]): NodeSet
    Attributes
    protected
  32. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. def info(msg: => String, cause: Throwable): Unit
    Attributes
    protected
    Annotations
    @inline()
  34. def info(msg: => String): Unit
    Attributes
    protected
    Annotations
    @inline()
  35. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  36. final lazy val lnm: String
    Attributes
    protected
  37. final val logger: LazyLogger
    Attributes
    protected
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  41. val pack: Pack
    Attributes
    protected
  42. def postRestart(reason: Throwable): Unit
    Definition Classes
    MongoDBSystem → Actor
  43. def postStop(): Unit
    Definition Classes
    MongoDBSystem → Actor
  44. def preRestart(reason: Throwable, message: Option[Any]): Unit
    Definition Classes
    MongoDBSystem → Actor
  45. def preStart(): Unit
    Definition Classes
    MongoDBSystem → Actor
  46. lazy val receive: Receive
    Definition Classes
    MongoDBSystem → Actor
  47. implicit final val self: ActorRef
    Definition Classes
    Actor
  48. final def sender(): ActorRef
    Definition Classes
    Actor
  49. def supervisorStrategy: SupervisorStrategy
    Definition Classes
    Actor
  50. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  51. def toString(): String
    Definition Classes
    AnyRef → Any
  52. def trace(msg: => String): Unit
    Attributes
    protected
    Annotations
    @inline()
  53. def unhandled(message: Any): Unit
    Definition Classes
    Actor
  54. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  55. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  56. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  57. def warn(msg: => String, cause: Throwable): Unit
    Attributes
    protected
    Annotations
    @inline()
  58. def warn(msg: => String): Unit
    Attributes
    protected
    Annotations
    @inline()

Deprecated Value Members

  1. def allChannelGroup(nodeSet: NodeSet): DefaultChannelGroup
    Annotations
    @deprecated
    Deprecated

    (Since version 0.11.10) Will be made private

  2. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. def [B](y: B): (MongoDBSystem, B)
    Implicit
    This member is added by an implicit conversion from MongoDBSystem toArrowAssoc[MongoDBSystem] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromMongoDBSystem to any2stringadd[MongoDBSystem]

Inherited by implicit conversion StringFormat fromMongoDBSystem to StringFormat[MongoDBSystem]

Inherited by implicit conversion Ensuring fromMongoDBSystem to Ensuring[MongoDBSystem]

Inherited by implicit conversion ArrowAssoc fromMongoDBSystem to ArrowAssoc[MongoDBSystem]

Ungrouped