Packages

object Annotation extends ValidatingThriftStructCodec3[Annotation] with StructBuilderFactory[Annotation] with Serializable

An annotation is similar to a log statement. It includes a host field which allows these events to be attributed properly, and also aggregatable.

Linear Supertypes
Serializable, Serializable, StructBuilderFactory[Annotation], ValidatingThriftStructCodec3[Annotation], ThriftStructCodec3[Annotation], ThriftStructCodec[Annotation], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Annotation
  2. Serializable
  3. Serializable
  4. StructBuilderFactory
  5. ValidatingThriftStructCodec3
  6. ThriftStructCodec3
  7. ThriftStructCodec
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Immutable extends Annotation

    The default read-only implementation of Annotation.

    The default read-only implementation of Annotation. You typically should not need to directly reference this class; instead, use the Annotation.apply method to construct new instances.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val HostField: TField
  5. val HostFieldManifest: Manifest[Endpoint]
  6. val Struct: TStruct
  7. val TimestampField: TField
  8. val TimestampFieldManifest: Manifest[Long]
  9. val ValueField: TField
  10. val ValueFieldManifest: Manifest[String]
  11. def apply(timestamp: Long, value: String, host: Option[Endpoint] = _root_.scala.None): Annotation
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  14. def decode(_iprot: TProtocol): Annotation
    Definition Classes
    Annotation → ThriftStructCodec
  15. def encode(_item: Annotation, _oproto: TProtocol): Unit
    Definition Classes
    Annotation → ThriftStructCodec
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. lazy val fieldInfos: List[ThriftStructFieldInfo]

    Field information in declaration order.

  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. lazy val metaData: ThriftStructMetaData[Annotation]
    Definition Classes
    Annotation → ThriftStructCodec
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def newBuilder(): StructBuilder[Annotation]
    Definition Classes
    Annotation → StructBuilderFactory
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. val structAnnotations: Map[String, String]
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def ttypeToString(byte: Byte): String
    Attributes
    protected
    Definition Classes
    ThriftStructCodec3
  32. def unapply(_item: Annotation): Option[(Long, String, Option[Endpoint])]
  33. lazy val unsafeEmpty: Annotation
  34. def validate(_item: Annotation): Unit

    Checks that all required fields are non-null.

  35. final def validateField[U <: ValidatingThriftStruct[U]](any: Any): Seq[Issue]
    Attributes
    protected
    Definition Classes
    ValidatingThriftStructCodec3
  36. def validateNewInstance(item: Annotation): Seq[Issue]

    Checks that the struct is a valid as a new instance.

    Checks that the struct is a valid as a new instance. If there are any missing required or construction required fields, return a non-empty list.

    Definition Classes
    Annotation → ValidatingThriftStructCodec3
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  40. def withoutPassthroughFields(original: Annotation): Annotation
  41. object Immutable extends ThriftStructCodec3[Annotation] with Serializable

Inherited from Serializable

Inherited from Serializable

Inherited from StructBuilderFactory[Annotation]

Inherited from ValidatingThriftStructCodec3[Annotation]

Inherited from ThriftStructCodec3[Annotation]

Inherited from ThriftStructCodec[Annotation]

Inherited from AnyRef

Inherited from Any

Ungrouped