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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def buffer_for_value(): ByteBuffer

  8. def clear(): Unit

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

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

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

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

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

  14. def equals(that: Any): Boolean

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

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

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

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

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

  20. def get_host(): Endpoint

  21. def get_key(): String

  22. def get_value(): Array[Byte]

  23. def hashCode(): Int

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

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

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

  27. def is_set_host(): Boolean

  28. def is_set_key(): Boolean

  29. def is_set_value(): Boolean

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

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

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

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

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

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

  36. def set_annotation_type_isSet(value: Boolean): Unit

  37. def set_host(host: Endpoint): BinaryAnnotation

  38. def set_host_isSet(value: Boolean): Unit

  39. def set_key(key: String): BinaryAnnotation

  40. def set_key_isSet(value: Boolean): Unit

  41. def set_value(value: ByteBuffer): BinaryAnnotation

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

  43. def set_value_isSet(value: Boolean): Unit

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

    Definition Classes
    AnyRef
  45. def toString(): String

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

  47. def unset_host(): Unit

  48. def unset_key(): Unit

  49. def unset_value(): Unit

  50. def validate(): Unit

  51. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. 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