class PrimaryAvailable extends Product with Serializable

Message sent when the primary has been discovered.

Annotations
@deprecated
Deprecated

(Since version 0.16.0) Internal: will be made private

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PrimaryAvailable
  2. Serializable
  3. Product
  4. Equals
  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

Instance Constructors

  1. new PrimaryAvailable(metadata: ProtocolMetadata, setName: Option[String])
    Annotations
    @deprecated
    Deprecated

    (Since version 0.18.5) Use the constructor with isMongos

Value Members

  1. def canEqual(that: Any): Boolean
    Definition Classes
    PrimaryAvailable → Equals
  2. def equals(that: Any): Boolean
    Definition Classes
    PrimaryAvailable → Equals → AnyRef → Any
  3. lazy val hashCode: Int
    Definition Classes
    PrimaryAvailable → AnyRef → Any
  4. val metadata: ProtocolMetadata
  5. def productArity: Int
    Definition Classes
    PrimaryAvailable → Product
    Annotations
    @inline()
  6. def productElement(n: Int): Any
    Definition Classes
    PrimaryAvailable → Product
    Annotations
    @inline()
  7. def productElementName(n: Int): String
    Definition Classes
    Product
  8. def productElementNames: Iterator[String]
    Definition Classes
    Product
  9. def productIterator: Iterator[Any]
    Definition Classes
    Product
  10. def productPrefix: String
    Definition Classes
    Product