com.sematext.spm.client.tracing.thrift

TCall

Related Doc: package thrift

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

Linear Supertypes
Cloneable, TBase[TCall, _Fields], Serializable, Comparable[TCall], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TCall
  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 TCall(other: TCall)

  2. new TCall(callId: Long, parentCallId: Long, level: Int, startTimestamp: Long, endTimestamp: Long, duration: Long, selfDuration: Long, signature: String, tag: TCallTag, entryPoint: Boolean)

  3. new TCall()

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def bufferForAnnotation(): ByteBuffer

  6. def clear(): Unit

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

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

    Definition Classes
    TCall → Comparable
  9. def deepCopy(): TCall

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

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

  12. def equals(that: Any): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def getAnnotation(): Array[Byte]

  16. def getCallId(): Long

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

    Definition Classes
    AnyRef → Any
  18. def getCrossAppCallId(): Long

  19. def getCrossAppDuration(): Long

  20. def getCrossAppParentCallId(): Long

  21. def getCrossAppToken(): String

  22. def getDuration(): Long

  23. def getEndTimestamp(): Long

  24. def getFieldValue(field: _Fields): AnyRef

    Definition Classes
    TCall → TBase
  25. def getLevel(): Int

  26. def getParameters(): Map[String, String]

  27. def getParametersSize(): Int

  28. def getParentCallId(): Long

  29. def getSelfDuration(): Long

  30. def getSignature(): String

  31. def getStartTimestamp(): Long

  32. def getTag(): TCallTag

  33. def hashCode(): Int

    Definition Classes
    TCall → AnyRef → Any
  34. def isCrossAppSampled(): Boolean

  35. def isEntryPoint(): Boolean

  36. def isExternal(): Boolean

  37. def isFailed(): Boolean

  38. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    TCall → TBase
  40. def isSetAnnotation(): Boolean

  41. def isSetCallId(): Boolean

  42. def isSetCrossAppCallId(): Boolean

  43. def isSetCrossAppDuration(): Boolean

  44. def isSetCrossAppParentCallId(): Boolean

  45. def isSetCrossAppSampled(): Boolean

  46. def isSetCrossAppToken(): Boolean

  47. def isSetDuration(): Boolean

  48. def isSetEndTimestamp(): Boolean

  49. def isSetEntryPoint(): Boolean

  50. def isSetExternal(): Boolean

  51. def isSetFailed(): Boolean

  52. def isSetLevel(): Boolean

  53. def isSetParameters(): Boolean

  54. def isSetParentCallId(): Boolean

  55. def isSetSelfDuration(): Boolean

  56. def isSetSignature(): Boolean

  57. def isSetStartTimestamp(): Boolean

  58. def isSetTag(): Boolean

  59. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  60. final def notify(): Unit

    Definition Classes
    AnyRef
  61. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  62. def putToParameters(key: String, val: String): Unit

  63. def read(iprot: TProtocol): Unit

    Definition Classes
    TCall → TBase
  64. def setAnnotation(annotation: ByteBuffer): TCall

  65. def setAnnotation(annotation: Array[Byte]): TCall

  66. def setAnnotationIsSet(value: Boolean): Unit

  67. def setCallId(callId: Long): TCall

  68. def setCallIdIsSet(value: Boolean): Unit

  69. def setCrossAppCallId(crossAppCallId: Long): TCall

  70. def setCrossAppCallIdIsSet(value: Boolean): Unit

  71. def setCrossAppDuration(crossAppDuration: Long): TCall

  72. def setCrossAppDurationIsSet(value: Boolean): Unit

  73. def setCrossAppParentCallId(crossAppParentCallId: Long): TCall

  74. def setCrossAppParentCallIdIsSet(value: Boolean): Unit

  75. def setCrossAppSampled(crossAppSampled: Boolean): TCall

  76. def setCrossAppSampledIsSet(value: Boolean): Unit

  77. def setCrossAppToken(crossAppToken: String): TCall

  78. def setCrossAppTokenIsSet(value: Boolean): Unit

  79. def setDuration(duration: Long): TCall

  80. def setDurationIsSet(value: Boolean): Unit

  81. def setEndTimestamp(endTimestamp: Long): TCall

  82. def setEndTimestampIsSet(value: Boolean): Unit

  83. def setEntryPoint(entryPoint: Boolean): TCall

  84. def setEntryPointIsSet(value: Boolean): Unit

  85. def setExternal(external: Boolean): TCall

  86. def setExternalIsSet(value: Boolean): Unit

  87. def setFailed(failed: Boolean): TCall

  88. def setFailedIsSet(value: Boolean): Unit

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

    Definition Classes
    TCall → TBase
  90. def setLevel(level: Int): TCall

  91. def setLevelIsSet(value: Boolean): Unit

  92. def setParameters(parameters: Map[String, String]): TCall

  93. def setParametersIsSet(value: Boolean): Unit

  94. def setParentCallId(parentCallId: Long): TCall

  95. def setParentCallIdIsSet(value: Boolean): Unit

  96. def setSelfDuration(selfDuration: Long): TCall

  97. def setSelfDurationIsSet(value: Boolean): Unit

  98. def setSignature(signature: String): TCall

  99. def setSignatureIsSet(value: Boolean): Unit

  100. def setStartTimestamp(startTimestamp: Long): TCall

  101. def setStartTimestampIsSet(value: Boolean): Unit

  102. def setTag(tag: TCallTag): TCall

  103. def setTagIsSet(value: Boolean): Unit

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

    Definition Classes
    AnyRef
  105. def toString(): String

    Definition Classes
    TCall → AnyRef → Any
  106. def unsetAnnotation(): Unit

  107. def unsetCallId(): Unit

  108. def unsetCrossAppCallId(): Unit

  109. def unsetCrossAppDuration(): Unit

  110. def unsetCrossAppParentCallId(): Unit

  111. def unsetCrossAppSampled(): Unit

  112. def unsetCrossAppToken(): Unit

  113. def unsetDuration(): Unit

  114. def unsetEndTimestamp(): Unit

  115. def unsetEntryPoint(): Unit

  116. def unsetExternal(): Unit

  117. def unsetFailed(): Unit

  118. def unsetLevel(): Unit

  119. def unsetParameters(): Unit

  120. def unsetParentCallId(): Unit

  121. def unsetSelfDuration(): Unit

  122. def unsetSignature(): Unit

  123. def unsetStartTimestamp(): Unit

  124. def unsetTag(): Unit

  125. def validate(): Unit

  126. final def wait(): Unit

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

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

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

    Definition Classes
    TCall → TBase

Inherited from Cloneable

Inherited from TBase[TCall, _Fields]

Inherited from Serializable

Inherited from Comparable[TCall]

Inherited from AnyRef

Inherited from Any

Ungrouped