class Endpoint extends TBase[Endpoint, _Fields] with Serializable with Cloneable with Comparable[Endpoint]
Indicates the network context of a service recording an annotation with two exceptions.
When a BinaryAnnotation, and key is CLIENT_ADDR or SERVER_ADDR, the endpoint indicates the source or destination of an RPC. This exception allows zipkin to display network context of uninstrumented services, or clients such as web browsers.
- Annotations
- @SuppressWarnings() @Generated()
- Alphabetic
- By Inheritance
- Endpoint
- Cloneable
- TBase
- Serializable
- TSerializable
- Comparable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
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 clear(): Unit
- Definition Classes
- Endpoint → TBase
- Annotations
- @Override()
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def compareTo(other: Endpoint): Int
- Definition Classes
- Endpoint → Comparable
- Annotations
- @Override()
- def deepCopy(): Endpoint
- Definition Classes
- Endpoint → TBase
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(that: Endpoint): Boolean
- def equals(that: AnyRef): Boolean
- Definition Classes
- Endpoint → AnyRef → Any
- Annotations
- @Override()
- def fieldForId(fieldId: Int): _Fields
- Definition Classes
- Endpoint → TBase
- 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()
- def getFieldValue(field: _Fields): AnyRef
- Definition Classes
- Endpoint → TBase
- def getIpv4(): Int
- def getPort(): Short
- def getService_name(): String
- def hashCode(): Int
- Definition Classes
- Endpoint → AnyRef → Any
- Annotations
- @Override()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isSet(field: _Fields): Boolean
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- Definition Classes
- Endpoint → TBase
- def isSetIpv4(): Boolean
Returns true if field ipv4 is set (has been assigned a value) and false otherwise
- def isSetPort(): Boolean
Returns true if field port is set (has been assigned a value) and false otherwise
- def isSetService_name(): Boolean
Returns true if field service_name is set (has been assigned a value) and false otherwise
- 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()
- def read(iprot: TProtocol): Unit
- Definition Classes
- Endpoint → TSerializable
- def setFieldValue(field: _Fields, value: AnyRef): Unit
- Definition Classes
- Endpoint → TBase
- def setIpv4(ipv4: Int): Endpoint
- def setIpv4IsSet(value: Boolean): Unit
- def setPort(port: Short): Endpoint
- def setPortIsSet(value: Boolean): Unit
- def setService_name(service_name: String): Endpoint
- def setService_nameIsSet(value: Boolean): Unit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- Endpoint → AnyRef → Any
- Annotations
- @Override()
- def unsetIpv4(): Unit
- def unsetPort(): Unit
- def unsetService_name(): Unit
- def validate(): Unit
- 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()
- def write(oprot: TProtocol): Unit
- Definition Classes
- Endpoint → TSerializable