class SetAvailable extends Product with Serializable

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. SetAvailable
  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 SetAvailable(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
    SetAvailable → Equals
  2. def equals(that: Any): Boolean
    Definition Classes
    SetAvailable → Equals → AnyRef → Any
  3. lazy val hashCode: Int
    Definition Classes
    SetAvailable → AnyRef → Any
  4. val metadata: ProtocolMetadata
  5. lazy val productArity: Int
    Definition Classes
    SetAvailable → Product
  6. def productElement(n: Int): Any
    Definition Classes
    SetAvailable → 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