Packages

trait RequestHeader extends ThriftStruct with Product10[Long, Long, Option[Long], Option[Boolean], Option[ClientId], Option[Long], Seq[RequestContext], Option[String], Option[Seq[Delegation]], Option[Long]] with ValidatingThriftStruct[RequestHeader] with Serializable

Prefer the companion object's com.twitter.finagle.thrift.thriftscala.RequestHeader.apply for construction if you don't need to specify passthrough fields.

Linear Supertypes
Serializable, ValidatingThriftStruct[RequestHeader], HasThriftStructCodec3[RequestHeader], Product10[Long, Long, Option[Long], Option[Boolean], Option[ClientId], Option[Long], Seq[RequestContext], Option[String], Option[Seq[Delegation]], Option[Long]], Product, Equals, ThriftStruct, ThriftStructIface, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RequestHeader
  2. Serializable
  3. ValidatingThriftStruct
  4. HasThriftStructCodec3
  5. Product10
  6. Product
  7. Equals
  8. ThriftStruct
  9. ThriftStructIface
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def clientId: Option[ClientId]
  2. abstract def contexts: Seq[RequestContext]
  3. abstract def delegations: Option[Seq[Delegation]]
  4. abstract def dest: Option[String]
  5. abstract def flags: Option[Long]
  6. abstract def parentSpanId: Option[Long]
  7. abstract def sampled: Option[Boolean]
  8. abstract def spanId: Long
  9. abstract def traceId: Long
  10. abstract def traceIdHigh: Option[Long]

Concrete 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. def _1: Long
    Definition Classes
    RequestHeader → Product10
  5. def _10: Option[Long]
    Definition Classes
    RequestHeader → Product10
  6. def _2: Long
    Definition Classes
    RequestHeader → Product10
  7. def _3: Option[Long]
    Definition Classes
    RequestHeader → Product10
  8. def _4: Option[Boolean]
    Definition Classes
    RequestHeader → Product10
  9. def _5: Option[ClientId]
    Definition Classes
    RequestHeader → Product10
  10. def _6: Option[Long]
    Definition Classes
    RequestHeader → Product10
  11. def _7: Seq[RequestContext]
    Definition Classes
    RequestHeader → Product10
  12. def _8: Option[String]
    Definition Classes
    RequestHeader → Product10
  13. def _9: Option[Seq[Delegation]]
    Definition Classes
    RequestHeader → Product10
  14. def _codec: ValidatingThriftStructCodec3[RequestHeader]
    Definition Classes
    RequestHeader → ValidatingThriftStruct → HasThriftStructCodec3
  15. def _passthroughFields: Map[Short, TFieldBlob]
  16. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  17. def canEqual(other: Any): Boolean
    Definition Classes
    RequestHeader → Equals
  18. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  19. def copy(traceId: Long = this.traceId, spanId: Long = this.spanId, parentSpanId: Option[Long] = this.parentSpanId, sampled: Option[Boolean] = this.sampled, clientId: Option[ClientId] = this.clientId, flags: Option[Long] = this.flags, contexts: Seq[RequestContext] = this.contexts, dest: Option[String] = this.dest, delegations: Option[Seq[Delegation]] = this.delegations, traceIdHigh: Option[Long] = this.traceIdHigh, _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): RequestHeader
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(other: Any): Boolean
    Definition Classes
    RequestHeader → Equals → AnyRef → Any
  22. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def getFieldBlob(_fieldId: Short): Option[TFieldBlob]

    Gets a field value encoded as a binary blob using TCompactProtocol.

    Gets a field value encoded as a binary blob using TCompactProtocol. If the specified field is present in the passthrough map, that value is returned. Otherwise, if the specified field is known and not optional and set to None, then the field is serialized and returned.

  25. def getFieldBlobs(ids: TraversableOnce[Short]): Map[Short, TFieldBlob]

    Collects TCompactProtocol-encoded field values according to getFieldBlob into a map.

  26. def hashCode(): Int
    Definition Classes
    RequestHeader → AnyRef → Any
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def newBuilder(): StructBuilder[RequestHeader]
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. def productArity: Int
    Definition Classes
    Product10 → Product
  33. def productElement(n: Int): Any
    Definition Classes
    Product10 → Product
    Annotations
    @throws( ... )
  34. def productIterator: Iterator[Any]
    Definition Classes
    Product
  35. def productPrefix: String
    Definition Classes
    RequestHeader → Product
  36. def setField(_blob: TFieldBlob): RequestHeader

    Sets a field using a TCompactProtocol-encoded binary blob.

    Sets a field using a TCompactProtocol-encoded binary blob. If the field is a known field, the blob is decoded and the field is set to the decoded value. If the field is unknown and passthrough fields are enabled, then the blob will be stored in _passthroughFields.

  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    RequestHeader → AnyRef → Any
  39. def toTuple: (Long, Long, Option[Long], Option[Boolean], Option[ClientId], Option[Long], Seq[RequestContext], Option[String], Option[Seq[Delegation]], Option[Long])
  40. def unsetClientId: RequestHeader
  41. def unsetContexts: RequestHeader
  42. def unsetDelegations: RequestHeader
  43. def unsetDest: RequestHeader
  44. def unsetField(_fieldId: Short): RequestHeader

    If the specified field is optional, it is set to None.

    If the specified field is optional, it is set to None. Otherwise, if the field is known, it is reverted to its default value; if the field is unknown, it is removed from the passthroughFields map, if present.

  45. def unsetFlags: RequestHeader
  46. def unsetParentSpanId: RequestHeader
  47. def unsetSampled: RequestHeader
  48. def unsetSpanId: RequestHeader
  49. def unsetTraceId: RequestHeader

    If the specified field is optional, it is set to None.

    If the specified field is optional, it is set to None. Otherwise, if the field is known, it is reverted to its default value; if the field is unknown, it is removed from the passthroughFields map, if present.

  50. def unsetTraceIdHigh: RequestHeader
  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( ... ) @native()
  54. def write(_oprot: TProtocol): Unit
    Definition Classes
    RequestHeader → ThriftStruct

Inherited from Serializable

Inherited from ValidatingThriftStruct[RequestHeader]

Inherited from HasThriftStructCodec3[RequestHeader]

Inherited from Product

Inherited from Equals

Inherited from ThriftStruct

Inherited from ThriftStructIface

Inherited from AnyRef

Inherited from Any

Ungrouped