object NodeInfo extends AbstractFunction12[String, Set[String], String, Int, NodeStatus, Int, Int, Int, Option[BSONDocument], ProtocolMetadata, PingInfo, Boolean, NodeInfo] with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NodeInfo
  2. Serializable
  3. AbstractFunction12
  4. Function12
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def curried: (String) => (Set[String]) => (String) => (Int) => (NodeStatus) => (Int) => (Int) => (Int) => (Option[BSONDocument]) => (ProtocolMetadata) => (PingInfo) => (Boolean) => NodeInfo
    Definition Classes
    Function12
    Annotations
    @unspecialized()
  2. def toString(): String
    Definition Classes
    Function12 → AnyRef → Any
  3. def tupled: ((String, Set[String], String, Int, NodeStatus, Int, Int, Int, Option[BSONDocument], ProtocolMetadata, PingInfo, Boolean)) => NodeInfo
    Definition Classes
    Function12
    Annotations
    @unspecialized()

Deprecated Value Members

  1. def apply(name: String, aliases: Set[String], host: String, port: Int, status: NodeStatus, connections: Int, connected: Int, authenticated: Int, tags: Option[BSONDocument], protocolMetadata: ProtocolMetadata, pingInfo: PingInfo, isMongos: Boolean): NodeInfo
    Definition Classes
    NodeInfo → Function12
    Annotations
    @deprecated
    Deprecated

    (Since version 0.19.1) No longer a ReactiveMongo case class