Class

com.github.levkhomich.akka.tracing.thrift

BinaryAnnotation

Related Doc: package thrift

Permalink

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

Linear Supertypes
Cloneable, TBase[BinaryAnnotation, _Fields], Serializable, TSerializable, Comparable[BinaryAnnotation], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BinaryAnnotation
  2. Cloneable
  3. TBase
  4. Serializable
  5. TSerializable
  6. Comparable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BinaryAnnotation(other: BinaryAnnotation)

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

    Permalink
  3. new BinaryAnnotation()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def buffer_for_value(): ByteBuffer

    Permalink
  6. def clear(): Unit

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

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

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

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

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

    Permalink
  12. def equals(that: Any): Boolean

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

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

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

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

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

    Permalink
  18. def get_host(): Endpoint

    Permalink
  19. def get_key(): String

    Permalink
  20. def get_value(): Array[Byte]

    Permalink
  21. def hashCode(): Int

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

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

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

    Permalink
  25. def is_set_host(): Boolean

    Permalink
  26. def is_set_key(): Boolean

    Permalink
  27. def is_set_value(): Boolean

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

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

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

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

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

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

    Permalink
  34. def set_annotation_type_isSet(value: Boolean): Unit

    Permalink
  35. def set_host(host: Endpoint): BinaryAnnotation

    Permalink
  36. def set_host_isSet(value: Boolean): Unit

    Permalink
  37. def set_key(key: String): BinaryAnnotation

    Permalink
  38. def set_key_isSet(value: Boolean): Unit

    Permalink
  39. def set_value(value: ByteBuffer): BinaryAnnotation

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

    Permalink
  41. def set_value_isSet(value: Boolean): Unit

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

    Permalink
    Definition Classes
    AnyRef
  43. def toString(): String

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

    Permalink
  45. def unset_host(): Unit

    Permalink
  46. def unset_key(): Unit

    Permalink
  47. def unset_value(): Unit

    Permalink
  48. def validate(): Unit

    Permalink
  49. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    BinaryAnnotation → TSerializable

Inherited from Cloneable

Inherited from TBase[BinaryAnnotation, _Fields]

Inherited from Serializable

Inherited from TSerializable

Inherited from Comparable[BinaryAnnotation]

Inherited from AnyRef

Inherited from Any

Ungrouped