class Annotation extends TBase[Annotation, _Fields] with Serializable with Cloneable with Comparable[Annotation]
An annotation is similar to a log statement. It includes a host field which allows these events to be attributed properly, and also aggregatable.
- Annotations
- @SuppressWarnings() @Generated()
- Alphabetic
- By Inheritance
- Annotation
- 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
- Annotation → TBase
- Annotations
- @Override()
 
-    def clone(): AnyRef- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
 
-    def compareTo(other: Annotation): Int- Definition Classes
- Annotation → Comparable
- Annotations
- @Override()
 
-    def deepCopy(): Annotation- Definition Classes
- Annotation → TBase
 
-   final  def eq(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-  def equals(that: Annotation): Boolean
-    def equals(that: AnyRef): Boolean- Definition Classes
- Annotation → AnyRef → Any
- Annotations
- @Override()
 
-    def fieldForId(fieldId: Int): _Fields- Definition Classes
- Annotation → 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
- Annotation → TBase
 
-    def getHost(): EndpointAlways the host that recorded the event. Always the host that recorded the event. By specifying the host you allow rollup of all events (such as client requests to a service) by IP address. 
-  def getTimestamp(): Long
-  def getValue(): String
-    def hashCode(): Int- Definition Classes
- Annotation → AnyRef → Any
- Annotations
- @Override()
 
-   final  def isInstanceOf[T0]: Boolean- Definition Classes
- Any
 
-    def isSet(field: _Fields): BooleanReturns 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
- Annotation → TBase
 
-    def isSetHost(): BooleanReturns true if field host is set (has been assigned a value) and false otherwise 
-    def isSetTimestamp(): BooleanReturns true if field timestamp is set (has been assigned a value) and false otherwise 
-    def isSetValue(): BooleanReturns true if field value 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
- Annotation → TSerializable
 
-    def setFieldValue(field: _Fields, value: AnyRef): Unit- Definition Classes
- Annotation → TBase
 
-    def setHost(host: Endpoint): AnnotationAlways the host that recorded the event. Always the host that recorded the event. By specifying the host you allow rollup of all events (such as client requests to a service) by IP address. 
-  def setHostIsSet(value: Boolean): Unit
-  def setTimestamp(timestamp: Long): Annotation
-  def setTimestampIsSet(value: Boolean): Unit
-  def setValue(value: String): Annotation
-  def setValueIsSet(value: Boolean): Unit
-   final  def synchronized[T0](arg0: => T0): T0- Definition Classes
- AnyRef
 
-    def toString(): String- Definition Classes
- Annotation → AnyRef → Any
- Annotations
- @Override()
 
-  def unsetHost(): Unit
-  def unsetTimestamp(): Unit
-  def unsetValue(): 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
- Annotation → TSerializable