Packages

final class ResolvedTarget extends AnyRef

Resolved target host, with optional port and the IP address.

Source
ServiceDiscovery.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ResolvedTarget
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ResolvedTarget(host: String, port: Option[Int], address: Option[InetAddress])

    host

    the hostname or the IP address of the target

    port

    optional port number

    address

    optional IP address of the target. This is used during cluster bootstap when available.

Value Members

  1. val address: Option[InetAddress]
  2. def equals(obj: Any): Boolean
    Definition Classes
    ResolvedTarget → AnyRef → Any
  3. def getAddress: Optional[InetAddress]

    Java API

  4. def getPort: Optional[Int]

    Java API

  5. def hashCode(): Int
    Definition Classes
    ResolvedTarget → AnyRef → Any
  6. val host: String
  7. val port: Option[Int]
  8. def toString(): String
    Definition Classes
    ResolvedTarget → AnyRef → Any