com.github.levkhomich.akka.tracing.thrift

BinaryAnnotation

class BinaryAnnotation extends TBase[BinaryAnnotation, _Fields] with Serializable with Cloneable with Comparable[BinaryAnnotation]

Linear Supertypes
Cloneable, TBase[BinaryAnnotation, _Fields], Serializable, Comparable[BinaryAnnotation], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BinaryAnnotation
  2. Cloneable
  3. TBase
  4. Serializable
  5. Comparable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BinaryAnnotation(other: BinaryAnnotation)

  2. new BinaryAnnotation(key: String, value: ByteBuffer, annotation_type: AnnotationType)

  3. new BinaryAnnotation()

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def buffer_for_value(): ByteBuffer

  6. def clear(): Unit

    Definition Classes
    BinaryAnnotation → TBase
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def compareTo(other: BinaryAnnotation): Int

    Definition Classes
    BinaryAnnotation → Comparable
  9. def deepCopy(): BinaryAnnotation

    Definition Classes
    BinaryAnnotation → TBase
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(that: BinaryAnnotation): Boolean

  12. def equals(that: Any): Boolean

    Definition Classes
    BinaryAnnotation → AnyRef → Any
  13. def fieldForId(fieldId: Int): _Fields

    Definition Classes
    BinaryAnnotation → TBase
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def getFieldValue(field: _Fields): AnyRef

    Definition Classes
    BinaryAnnotation → TBase
  17. def get_annotation_type(): AnnotationType

  18. def get_host(): Endpoint

  19. def get_key(): String

  20. def get_value(): Array[Byte]

  21. def hashCode(): Int

    Definition Classes
    BinaryAnnotation → AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. def isSet(field: _Fields): Boolean

    Definition Classes
    BinaryAnnotation → TBase
  24. def is_set_annotation_type(): Boolean

  25. def is_set_host(): Boolean

  26. def is_set_key(): Boolean

  27. def is_set_value(): Boolean

  28. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  31. def read(iprot: TProtocol): Unit

    Definition Classes
    BinaryAnnotation → TBase
  32. def setFieldValue(field: _Fields, value: Any): Unit

    Definition Classes
    BinaryAnnotation → TBase
  33. def set_annotation_type(annotation_type: AnnotationType): BinaryAnnotation

  34. def set_annotation_type_isSet(value: Boolean): Unit

  35. def set_host(host: Endpoint): BinaryAnnotation

  36. def set_host_isSet(value: Boolean): Unit

  37. def set_key(key: String): BinaryAnnotation

  38. def set_key_isSet(value: Boolean): Unit

  39. def set_value(value: ByteBuffer): BinaryAnnotation

  40. def set_value(value: Array[Byte]): BinaryAnnotation

  41. def set_value_isSet(value: Boolean): Unit

  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  43. def toString(): String

    Definition Classes
    BinaryAnnotation → AnyRef → Any
  44. def unset_annotation_type(): Unit

  45. def unset_host(): Unit

  46. def unset_key(): Unit

  47. def unset_value(): Unit

  48. def validate(): Unit

  49. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. def write(oprot: TProtocol): Unit

    Definition Classes
    BinaryAnnotation → TBase

Inherited from Cloneable

Inherited from TBase[BinaryAnnotation, _Fields]

Inherited from Serializable

Inherited from Comparable[BinaryAnnotation]

Inherited from AnyRef

Inherited from Any

Ungrouped