com.sematext.spm.client.tracing.thrift

TPartialTransaction

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

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

  2. new TPartialTransaction(callId: Long, parentCallId: Long, traceId: Long, startTimestamp: Long, endTimestamp: Long, duration: Long, token: String, entryPoint: Boolean, transactionType: TTransactionType, calls: List[TCall])

  3. new TPartialTransaction()

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 addToCalls(elem: TCall): Unit

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def bufferForExceptionStackTrace(): ByteBuffer

  9. def bufferForTransactionSummary(): ByteBuffer

  10. def clear(): Unit

    Definition Classes
    TPartialTransaction → TBase
  11. def clone(): AnyRef

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

    Definition Classes
    TPartialTransaction → Comparable
  13. def deepCopy(): TPartialTransaction

    Definition Classes
    TPartialTransaction → TBase
  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(that: TPartialTransaction): Boolean

  16. def equals(that: Any): Boolean

    Definition Classes
    TPartialTransaction → AnyRef → Any
  17. def fieldForId(fieldId: Int): _Fields

    Definition Classes
    TPartialTransaction → TBase
  18. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def getCallId(): Long

  20. def getCalls(): List[TCall]

  21. def getCallsIterator(): Iterator[TCall]

  22. def getCallsSize(): Int

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

    Definition Classes
    AnyRef → Any
  24. def getDuration(): Long

  25. def getEndTimestamp(): Long

  26. def getEndpoint(): TEndpoint

  27. def getExceptionStackTrace(): Array[Byte]

  28. def getFailureType(): TFailureType

  29. def getFieldValue(field: _Fields): AnyRef

    Definition Classes
    TPartialTransaction → TBase
  30. def getParameters(): Map[String, String]

  31. def getParametersSize(): Int

  32. def getParentCallId(): Long

  33. def getRequest(): String

  34. def getStartTimestamp(): Long

  35. def getToken(): String

  36. def getTraceId(): Long

  37. def getTransactionSummary(): Array[Byte]

  38. def getTransactionType(): TTransactionType

  39. def hashCode(): Int

    Definition Classes
    TPartialTransaction → AnyRef → Any
  40. def isAsynchronous(): Boolean

  41. def isEntryPoint(): Boolean

  42. def isFailed(): Boolean

  43. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    TPartialTransaction → TBase
  45. def isSetAsynchronous(): Boolean

  46. def isSetCallId(): Boolean

  47. def isSetCalls(): Boolean

  48. def isSetDuration(): Boolean

  49. def isSetEndTimestamp(): Boolean

  50. def isSetEndpoint(): Boolean

  51. def isSetEntryPoint(): Boolean

  52. def isSetExceptionStackTrace(): Boolean

  53. def isSetFailed(): Boolean

  54. def isSetFailureType(): Boolean

  55. def isSetParameters(): Boolean

  56. def isSetParentCallId(): Boolean

  57. def isSetRequest(): Boolean

  58. def isSetStartTimestamp(): Boolean

  59. def isSetToken(): Boolean

  60. def isSetTraceId(): Boolean

  61. def isSetTransactionSummary(): Boolean

  62. def isSetTransactionType(): Boolean

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

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

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

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

  67. def read(iprot: TProtocol): Unit

    Definition Classes
    TPartialTransaction → TBase
  68. def setAsynchronous(asynchronous: Boolean): TPartialTransaction

  69. def setAsynchronousIsSet(value: Boolean): Unit

  70. def setCallId(callId: Long): TPartialTransaction

  71. def setCallIdIsSet(value: Boolean): Unit

  72. def setCalls(calls: List[TCall]): TPartialTransaction

  73. def setCallsIsSet(value: Boolean): Unit

  74. def setDuration(duration: Long): TPartialTransaction

  75. def setDurationIsSet(value: Boolean): Unit

  76. def setEndTimestamp(endTimestamp: Long): TPartialTransaction

  77. def setEndTimestampIsSet(value: Boolean): Unit

  78. def setEndpoint(endpoint: TEndpoint): TPartialTransaction

  79. def setEndpointIsSet(value: Boolean): Unit

  80. def setEntryPoint(entryPoint: Boolean): TPartialTransaction

  81. def setEntryPointIsSet(value: Boolean): Unit

  82. def setExceptionStackTrace(exceptionStackTrace: ByteBuffer): TPartialTransaction

  83. def setExceptionStackTrace(exceptionStackTrace: Array[Byte]): TPartialTransaction

  84. def setExceptionStackTraceIsSet(value: Boolean): Unit

  85. def setFailed(failed: Boolean): TPartialTransaction

  86. def setFailedIsSet(value: Boolean): Unit

  87. def setFailureType(failureType: TFailureType): TPartialTransaction

  88. def setFailureTypeIsSet(value: Boolean): Unit

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

    Definition Classes
    TPartialTransaction → TBase
  90. def setParameters(parameters: Map[String, String]): TPartialTransaction

  91. def setParametersIsSet(value: Boolean): Unit

  92. def setParentCallId(parentCallId: Long): TPartialTransaction

  93. def setParentCallIdIsSet(value: Boolean): Unit

  94. def setRequest(request: String): TPartialTransaction

  95. def setRequestIsSet(value: Boolean): Unit

  96. def setStartTimestamp(startTimestamp: Long): TPartialTransaction

  97. def setStartTimestampIsSet(value: Boolean): Unit

  98. def setToken(token: String): TPartialTransaction

  99. def setTokenIsSet(value: Boolean): Unit

  100. def setTraceId(traceId: Long): TPartialTransaction

  101. def setTraceIdIsSet(value: Boolean): Unit

  102. def setTransactionSummary(transactionSummary: ByteBuffer): TPartialTransaction

  103. def setTransactionSummary(transactionSummary: Array[Byte]): TPartialTransaction

  104. def setTransactionSummaryIsSet(value: Boolean): Unit

  105. def setTransactionType(transactionType: TTransactionType): TPartialTransaction

  106. def setTransactionTypeIsSet(value: Boolean): Unit

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

    Definition Classes
    AnyRef
  108. def toString(): String

    Definition Classes
    TPartialTransaction → AnyRef → Any
  109. def unsetAsynchronous(): Unit

  110. def unsetCallId(): Unit

  111. def unsetCalls(): Unit

  112. def unsetDuration(): Unit

  113. def unsetEndTimestamp(): Unit

  114. def unsetEndpoint(): Unit

  115. def unsetEntryPoint(): Unit

  116. def unsetExceptionStackTrace(): Unit

  117. def unsetFailed(): Unit

  118. def unsetFailureType(): Unit

  119. def unsetParameters(): Unit

  120. def unsetParentCallId(): Unit

  121. def unsetRequest(): Unit

  122. def unsetStartTimestamp(): Unit

  123. def unsetToken(): Unit

  124. def unsetTraceId(): Unit

  125. def unsetTransactionSummary(): Unit

  126. def unsetTransactionType(): Unit

  127. def validate(): Unit

  128. final def wait(): Unit

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

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

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

    Definition Classes
    TPartialTransaction → TBase

Inherited from Cloneable

Inherited from TBase[TPartialTransaction, _Fields]

Inherited from Serializable

Inherited from Comparable[TPartialTransaction]

Inherited from AnyRef

Inherited from Any

Ungrouped