Packages

trait Span extends ThriftStruct with Product10[Long, String, Long, Option[Long], Seq[Annotation], Seq[BinaryAnnotation], Boolean, Option[Long], Option[Long], Option[Long]] with ValidatingThriftStruct[Span] with Serializable

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

Linear Supertypes
Serializable, ValidatingThriftStruct[Span], HasThriftStructCodec3[Span], Product10[Long, String, Long, Option[Long], Seq[Annotation], Seq[BinaryAnnotation], Boolean, Option[Long], Option[Long], Option[Long]], Product, Equals, ThriftStruct, ThriftStructIface, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Span
  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 annotations: Seq[Annotation]
  2. abstract def binaryAnnotations: Seq[BinaryAnnotation]
  3. abstract def debug: Boolean
  4. abstract def duration: Option[Long]
  5. abstract def id: Long
  6. abstract def name: String
  7. abstract def parentId: Option[Long]
  8. abstract def timestamp: Option[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
    Span → Product10
  5. def _10: Option[Long]
    Definition Classes
    Span → Product10
  6. def _2: String
    Definition Classes
    Span → Product10
  7. def _3: Long
    Definition Classes
    Span → Product10
  8. def _4: Option[Long]
    Definition Classes
    Span → Product10
  9. def _5: Seq[Annotation]
    Definition Classes
    Span → Product10
  10. def _6: Seq[BinaryAnnotation]
    Definition Classes
    Span → Product10
  11. def _7: Boolean
    Definition Classes
    Span → Product10
  12. def _8: Option[Long]
    Definition Classes
    Span → Product10
  13. def _9: Option[Long]
    Definition Classes
    Span → Product10
  14. def _codec: ValidatingThriftStructCodec3[Span]
    Definition Classes
    Span → 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
    Span → Equals
  18. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  19. def copy(traceId: Long = this.traceId, name: String = this.name, id: Long = this.id, parentId: Option[Long] = this.parentId, annotations: Seq[Annotation] = this.annotations, binaryAnnotations: Seq[BinaryAnnotation] = this.binaryAnnotations, debug: Boolean = this.debug, timestamp: Option[Long] = this.timestamp, duration: Option[Long] = this.duration, traceIdHigh: Option[Long] = this.traceIdHigh, _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): Span
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(other: Any): Boolean
    Definition Classes
    Span → 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
    Span → 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[Span]
  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
    Span → Product
  36. def setField(_blob: TFieldBlob): Span

    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
    Span → AnyRef → Any
  39. def toTuple: (Long, String, Long, Option[Long], Seq[Annotation], Seq[BinaryAnnotation], Boolean, Option[Long], Option[Long], Option[Long])
  40. def unsetAnnotations: Span
  41. def unsetBinaryAnnotations: Span
  42. def unsetDebug: Span
  43. def unsetDuration: Span
  44. def unsetField(_fieldId: Short): Span

    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 unsetId: Span
  46. def unsetName: Span
  47. def unsetParentId: Span
  48. def unsetTimestamp: Span
  49. def unsetTraceId: Span

    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: Span
  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
    Span → ThriftStruct

Inherited from Serializable

Inherited from ValidatingThriftStruct[Span]

Inherited from HasThriftStructCodec3[Span]

Inherited from Product

Inherited from Equals

Inherited from ThriftStruct

Inherited from ThriftStructIface

Inherited from AnyRef

Inherited from Any

Ungrouped