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.
- Alphabetic
- By Inheritance
- RequestHeader
- Serializable
- ValidatingThriftStruct
- HasThriftStructCodec3
- Product10
- Product
- Equals
- ThriftStruct
- ThriftStructIface
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
- abstract def clientId: Option[ClientId]
- abstract def contexts: Seq[RequestContext]
- abstract def delegations: Option[Seq[Delegation]]
- abstract def dest: Option[String]
- abstract def flags: Option[Long]
- abstract def parentSpanId: Option[Long]
- abstract def sampled: Option[Boolean]
- abstract def spanId: Long
- abstract def traceId: Long
- abstract def traceIdHigh: Option[Long]
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
_1: Long
- Definition Classes
- RequestHeader → Product10
-
def
_10: Option[Long]
- Definition Classes
- RequestHeader → Product10
-
def
_2: Long
- Definition Classes
- RequestHeader → Product10
-
def
_3: Option[Long]
- Definition Classes
- RequestHeader → Product10
-
def
_4: Option[Boolean]
- Definition Classes
- RequestHeader → Product10
-
def
_5: Option[ClientId]
- Definition Classes
- RequestHeader → Product10
-
def
_6: Option[Long]
- Definition Classes
- RequestHeader → Product10
-
def
_7: Seq[RequestContext]
- Definition Classes
- RequestHeader → Product10
-
def
_8: Option[String]
- Definition Classes
- RequestHeader → Product10
-
def
_9: Option[Seq[Delegation]]
- Definition Classes
- RequestHeader → Product10
-
def
_codec: ValidatingThriftStructCodec3[RequestHeader]
- Definition Classes
- RequestHeader → ValidatingThriftStruct → HasThriftStructCodec3
- def _passthroughFields: Map[Short, TFieldBlob]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
canEqual(other: Any): Boolean
- Definition Classes
- RequestHeader → Equals
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- 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
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(other: Any): Boolean
- Definition Classes
- RequestHeader → Equals → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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.
-
def
getFieldBlobs(ids: TraversableOnce[Short]): Map[Short, TFieldBlob]
Collects TCompactProtocol-encoded field values according to
getFieldBlobinto a map. -
def
hashCode(): Int
- Definition Classes
- RequestHeader → AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newBuilder(): StructBuilder[RequestHeader]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
productArity: Int
- Definition Classes
- Product10 → Product
-
def
productElement(n: Int): Any
- Definition Classes
- Product10 → Product
- Annotations
- @throws( ... )
-
def
productIterator: Iterator[Any]
- Definition Classes
- Product
-
def
productPrefix: String
- Definition Classes
- RequestHeader → Product
-
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.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- RequestHeader → AnyRef → Any
- def toTuple: (Long, Long, Option[Long], Option[Boolean], Option[ClientId], Option[Long], Seq[RequestContext], Option[String], Option[Seq[Delegation]], Option[Long])
- def unsetClientId: RequestHeader
- def unsetContexts: RequestHeader
- def unsetDelegations: RequestHeader
- def unsetDest: RequestHeader
-
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.
- def unsetFlags: RequestHeader
- def unsetParentSpanId: RequestHeader
- def unsetSampled: RequestHeader
- def unsetSpanId: RequestHeader
-
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.
- def unsetTraceIdHigh: RequestHeader
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
write(_oprot: TProtocol): Unit
- Definition Classes
- RequestHeader → ThriftStruct