final class LegacyDBSystem extends MongoDBSystem with MongoCrAuthentication

Annotations
@deprecated
Deprecated

(Since version 0.11.14) Internal: will be made private

Linear Supertypes
MongoCrAuthentication, MongoDBSystem, Actor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LegacyDBSystem
  2. MongoCrAuthentication
  3. MongoDBSystem
  4. Actor
  5. AnyRef
  6. 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. type Pack = BSONSerializationPack.type
    Attributes
    protected
    Definition Classes
    MongoDBSystem
  2. type Receive = PartialFunction[Any, Unit]
    Definition Classes
    Actor
  3. final class OperationHandler extends ChannelFutureListener
    Attributes
    protected
    Definition Classes
    MongoDBSystem

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 LegacyDBSystem toany2stringadd[LegacyDBSystem] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (LegacyDBSystem, B)
    Implicit
    This member is added by an implicit conversion from LegacyDBSystem toArrowAssoc[LegacyDBSystem] 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
    Definition Classes
    MongoDBSystem
  7. def _println(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    MongoDBSystem
    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. val authReceive: Receive
    Attributes
    protected
    Definition Classes
    MongoCrAuthentication
  15. final def authenticateConnection(connection: Connection, auths: Set[Authenticate]): Connection
    Attributes
    protected
    Definition Classes
    MongoDBSystem
    Annotations
    @tailrec()
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  17. val closing: Receive
    Definition Classes
    MongoDBSystem
  18. implicit val context: ActorContext
    Definition Classes
    Actor
  19. def debug(msg: => String, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    MongoDBSystem
    Annotations
    @inline()
  20. def debug(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    MongoDBSystem
    Annotations
    @inline()
  21. implicit def ec: ExecutionContextExecutor
    Definition Classes
    MongoDBSystem
    Annotations
    @inline()
  22. def ensuring(cond: (LegacyDBSystem) => Boolean, msg: => Any): LegacyDBSystem
    Implicit
    This member is added by an implicit conversion from LegacyDBSystem toEnsuring[LegacyDBSystem] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: (LegacyDBSystem) => Boolean): LegacyDBSystem
    Implicit
    This member is added by an implicit conversion from LegacyDBSystem toEnsuring[LegacyDBSystem] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: Boolean, msg: => Any): LegacyDBSystem
    Implicit
    This member is added by an implicit conversion from LegacyDBSystem toEnsuring[LegacyDBSystem] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. def ensuring(cond: Boolean): LegacyDBSystem
    Implicit
    This member is added by an implicit conversion from LegacyDBSystem toEnsuring[LegacyDBSystem] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  28. def error(msg: => String, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    MongoDBSystem
    Annotations
    @inline()
  29. def error(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    MongoDBSystem
    Annotations
    @inline()
  30. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from LegacyDBSystem toStringFormat[LegacyDBSystem] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  31. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. final def handleAuthResponse(nodeSet: NodeSet, resp: Response)(check: => Either[CommandError, SuccessfulAuthentication]): NodeSet
    Attributes
    protected
    Definition Classes
    MongoDBSystem
  33. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. def info(msg: => String, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    MongoDBSystem
    Annotations
    @inline()
  35. def info(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    MongoDBSystem
    Annotations
    @inline()
  36. 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
    LegacyDBSystemMongoDBSystem
  37. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  38. final lazy val lnm: String
    Attributes
    protected
    Definition Classes
    MongoDBSystem
  39. final val logger: LazyLogger
    Attributes
    protected
    Definition Classes
    MongoDBSystem
  40. val name: String

    The name of the connection pool.

    The name of the connection pool.

    Definition Classes
    LegacyDBSystemMongoDBSystem
  41. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. def newChannelFactory(effect: Unit): ChannelFactory

    Returns a fresh channel factory.

    Returns a fresh channel factory.

    Definition Classes
    LegacyDBSystemMongoDBSystem
  43. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  44. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  45. 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
    LegacyDBSystemMongoDBSystem
  46. val pack: Pack
    Attributes
    protected
    Definition Classes
    MongoDBSystem
  47. def postRestart(reason: Throwable): Unit
    Definition Classes
    MongoDBSystem → Actor
  48. def postStop(): Unit
    Definition Classes
    MongoDBSystem → Actor
  49. def preRestart(reason: Throwable, message: Option[Any]): Unit
    Definition Classes
    MongoDBSystem → Actor
  50. def preStart(): Unit
    Definition Classes
    MongoDBSystem → Actor
  51. lazy val receive: Receive
    Definition Classes
    MongoDBSystem → Actor
  52. 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
    LegacyDBSystemMongoDBSystem
  53. implicit final val self: ActorRef
    Definition Classes
    Actor
  54. final def sendAuthenticate(connection: Connection, nextAuth: Authenticate): Connection
    Attributes
    protected
    Definition Classes
    MongoCrAuthentication
  55. final def sender(): ActorRef
    Definition Classes
    Actor
  56. val supervisor: String

    The name of the driver supervisor.

    The name of the driver supervisor.

    Definition Classes
    LegacyDBSystemMongoDBSystem
  57. def supervisorStrategy: SupervisorStrategy
    Definition Classes
    Actor
  58. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  59. def toString(): String
    Definition Classes
    AnyRef → Any
  60. def trace(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    MongoDBSystem
    Annotations
    @inline()
  61. def unhandled(message: Any): Unit
    Definition Classes
    Actor
  62. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  63. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  64. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  65. def warn(msg: => String, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    MongoDBSystem
    Annotations
    @inline()
  66. def warn(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    MongoDBSystem
    Annotations
    @inline()

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 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): (LegacyDBSystem, B)
    Implicit
    This member is added by an implicit conversion from LegacyDBSystem toArrowAssoc[LegacyDBSystem] 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 MongoCrAuthentication

Inherited from MongoDBSystem

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromLegacyDBSystem to any2stringadd[LegacyDBSystem]

Inherited by implicit conversion StringFormat fromLegacyDBSystem to StringFormat[LegacyDBSystem]

Inherited by implicit conversion Ensuring fromLegacyDBSystem to Ensuring[LegacyDBSystem]

Inherited by implicit conversion ArrowAssoc fromLegacyDBSystem to ArrowAssoc[LegacyDBSystem]

Ungrouped