case class Endpoint(names: Array[String], host: String, port: Int, shard: Int, status: Endpoint.Status.Value, memberId: String, metadata: Map[String, String]) extends Entry with Product with Serializable
Endpoints encode a destination announced via serversets.
- names
The endpoint name. Null describes a default service endpoint.
- host
The host of the endpoint (or null if unset).
- port
The port of the endpoint (or Int.MinValue if unset).
- shard
The shard id of the endpoint (or Int.MinValue if unset).
- status
The endpoint's status.
- memberId
The endpoint's member id, used as a foreign key for endpoints.
- metadata
The metadata associated with the endpoint.
- Alphabetic
- By Inheritance
- Endpoint
- Serializable
- Product
- Equals
- Entry
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Endpoint(names: Array[String], host: String, port: Int, shard: Int, status: Endpoint.Status.Value, memberId: String, metadata: Map[String, String])
- names
The endpoint name. Null describes a default service endpoint.
- host
The host of the endpoint (or null if unset).
- port
The port of the endpoint (or Int.MinValue if unset).
- shard
The shard id of the endpoint (or Int.MinValue if unset).
- status
The endpoint's status.
- memberId
The endpoint's member id, used as a foreign key for endpoints.
- metadata
The metadata associated with the endpoint.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(that: Any): Boolean
- Definition Classes
- Endpoint → Equals → AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val host: String
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val memberId: String
- val metadata: Map[String, String]
- val names: Array[String]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val port: Int
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val shard: Int
- val status: Endpoint.Status.Value
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()