com.twitter.finagle.thrift.thrift

BinaryAnnotation

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

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. def BufferForValue(): ByteBuffer

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  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. def getAnnotation_type(): AnnotationType

  18. final def getClass(): Class[_]

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

    Definition Classes
    BinaryAnnotation → TBase
  20. def getHost(): Endpoint

  21. def getKey(): String

  22. def getValue(): 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 isSetAnnotation_type(): Boolean

  27. def isSetHost(): Boolean

  28. def isSetKey(): Boolean

  29. def isSetValue(): 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 setAnnotation_type(annotation_type: AnnotationType): BinaryAnnotation

  35. def setAnnotation_typeIsSet(value: Boolean): Unit

  36. def setFieldValue(field: _Fields, value: Any): Unit

    Definition Classes
    BinaryAnnotation → TBase
  37. def setHost(host: Endpoint): BinaryAnnotation

  38. def setHostIsSet(value: Boolean): Unit

  39. def setKey(key: String): BinaryAnnotation

  40. def setKeyIsSet(value: Boolean): Unit

  41. def setValue(value: ByteBuffer): BinaryAnnotation

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

  43. def setValueIsSet(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 unsetAnnotation_type(): Unit

  47. def unsetHost(): Unit

  48. def unsetKey(): Unit

  49. def unsetValue(): 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