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
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- MongoDBSystem
- Actor
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final class OperationHandler extends ChannelFutureListener
- Attributes
- protected
- type Pack = BSONSerializationPack.type
- Attributes
- protected
- type Receive = PartialFunction[Any, Unit]
- Definition Classes
- Actor
Abstract Value Members
- abstract def authReceive: Receive
- Attributes
- protected
- abstract def initialAuthenticates: Seq[Authenticate]
List of authenticate messages - all the nodes will be authenticated as soon they are connected.
- abstract def name: String
The name of the connection pool.
- abstract def newChannelFactory(effect: Unit): ChannelFactory
Returns a fresh channel factory.
Returns a fresh channel factory.
- Attributes
- protected
- abstract def options: MongoConnectionOptions
MongoConnectionOption instance (used for tweaking connection flags and pool size).
- abstract def seeds: Seq[String]
Nodes that will be probed to discover the whole replica set (or one standalone node).
- abstract def sendAuthenticate(connection: Connection, authentication: Authenticate): Connection
- Attributes
- protected
- abstract def supervisor: String
The name of the driver supervisor.
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- 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
- 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()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val SocketDisconnected: GenericDriverException
- def _println(msg: => String): Unit
- Attributes
- protected
- Annotations
- @inline()
- def aroundPostRestart(reason: Throwable): Unit
- Attributes
- protected[akka]
- Definition Classes
- Actor
- Annotations
- @InternalApi()
- def aroundPostStop(): Unit
- Attributes
- protected[akka]
- Definition Classes
- Actor
- Annotations
- @InternalApi()
- def aroundPreRestart(reason: Throwable, message: Option[Any]): Unit
- Attributes
- protected[akka]
- Definition Classes
- Actor
- Annotations
- @InternalApi()
- def aroundPreStart(): Unit
- Attributes
- protected[akka]
- Definition Classes
- Actor
- Annotations
- @InternalApi()
- def aroundReceive(receive: akka.actor.Actor.Receive, msg: Any): Unit
- Attributes
- protected[akka]
- Definition Classes
- Actor
- Annotations
- @InternalApi()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- final def authenticateConnection(connection: Connection, auths: Set[Authenticate]): Connection
- Attributes
- protected
- Annotations
- @tailrec()
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val closing: Receive
- implicit val context: ActorContext
- Definition Classes
- Actor
- def debug(msg: => String, cause: Throwable): Unit
- Attributes
- protected
- Annotations
- @inline()
- def debug(msg: => String): Unit
- Attributes
- protected
- Annotations
- @inline()
- implicit def ec: ExecutionContextExecutor
- Annotations
- @inline()
- 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
- 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
- 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
- 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
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def error(msg: => String, cause: Throwable): Unit
- Attributes
- protected
- Annotations
- @inline()
- def error(msg: => String): Unit
- Attributes
- protected
- Annotations
- @inline()
- 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()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def handleAuthResponse(nodeSet: NodeSet, resp: Response)(check: => Either[CommandError, SuccessfulAuthentication]): NodeSet
- Attributes
- protected
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def info(msg: => String, cause: Throwable): Unit
- Attributes
- protected
- Annotations
- @inline()
- def info(msg: => String): Unit
- Attributes
- protected
- Annotations
- @inline()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final lazy val lnm: String
- Attributes
- protected
- final val logger: LazyLogger
- Attributes
- protected
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val pack: Pack
- Attributes
- protected
- def postRestart(reason: Throwable): Unit
- Definition Classes
- MongoDBSystem → Actor
- def postStop(): Unit
- Definition Classes
- MongoDBSystem → Actor
- def preRestart(reason: Throwable, message: Option[Any]): Unit
- Definition Classes
- MongoDBSystem → Actor
- def preStart(): Unit
- Definition Classes
- MongoDBSystem → Actor
- lazy val receive: Receive
- Definition Classes
- MongoDBSystem → Actor
- implicit final val self: ActorRef
- Definition Classes
- Actor
- final def sender(): ActorRef
- Definition Classes
- Actor
- def supervisorStrategy: SupervisorStrategy
- Definition Classes
- Actor
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def trace(msg: => String): Unit
- Attributes
- protected
- Annotations
- @inline()
- def unhandled(message: Any): Unit
- Definition Classes
- Actor
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def warn(msg: => String, cause: Throwable): Unit
- Attributes
- protected
- Annotations
- @inline()
- def warn(msg: => String): Unit
- Attributes
- protected
- Annotations
- @inline()
Deprecated Value Members
- def allChannelGroup(nodeSet: NodeSet): DefaultChannelGroup
- Annotations
- @deprecated
- Deprecated
(Since version 0.11.10) Will be made private
- 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.
- 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.