final class ResolvedTarget extends NoSerializationVerificationNeeded
Ordering
- Alphabetic
- By Inheritance
Inherited
- ResolvedTarget
- NoSerializationVerificationNeeded
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ResolvedTarget(host: String, port: [Int], address: [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
- val address: [InetAddress]
- def equals(obj: Any): Boolean
- Definition Classes
- ResolvedTarget → AnyRef → Any
- def getAddress: [InetAddress]
Java API
- def getPort: [Int]
Java API
- def hashCode(): Int
- Definition Classes
- ResolvedTarget → AnyRef → Any
- val host: String
- val port: [Int]
- def toString(): String
- Definition Classes
- ResolvedTarget → AnyRef → Any
Resolved target host, with optional port and the IP address.