com.sematext.spm.client.tracing.thrift

TPartialTransaction

Related Doc: package thrift

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

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def bufferForExceptionStackTrace(): ByteBuffer

  7. def bufferForTransactionSummary(): ByteBuffer

  8. def clear(): Unit

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

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

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

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

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

  14. def equals(that: Any): Boolean

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

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

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

  18. def getCalls(): List[TCall]

  19. def getCallsIterator(): Iterator[TCall]

  20. def getCallsSize(): Int

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

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

  23. def getEndTimestamp(): Long

  24. def getEndpoint(): TEndpoint

  25. def getExceptionStackTrace(): Array[Byte]

  26. def getFailureType(): TFailureType

  27. def getFieldValue(field: _Fields): AnyRef

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

  29. def getParametersSize(): Int

  30. def getParentCallId(): Long

  31. def getRequest(): String

  32. def getStartTimestamp(): Long

  33. def getToken(): String

  34. def getTraceId(): Long

  35. def getTransactionSummary(): Array[Byte]

  36. def getTransactionType(): TTransactionType

  37. def hashCode(): Int

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

  39. def isEntryPoint(): Boolean

  40. def isFailed(): Boolean

  41. final def isInstanceOf[T0]: Boolean

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

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

  44. def isSetCallId(): Boolean

  45. def isSetCalls(): Boolean

  46. def isSetDuration(): Boolean

  47. def isSetEndTimestamp(): Boolean

  48. def isSetEndpoint(): Boolean

  49. def isSetEntryPoint(): Boolean

  50. def isSetExceptionStackTrace(): Boolean

  51. def isSetFailed(): Boolean

  52. def isSetFailureType(): Boolean

  53. def isSetParameters(): Boolean

  54. def isSetParentCallId(): Boolean

  55. def isSetRequest(): Boolean

  56. def isSetStartTimestamp(): Boolean

  57. def isSetToken(): Boolean

  58. def isSetTraceId(): Boolean

  59. def isSetTransactionSummary(): Boolean

  60. def isSetTransactionType(): Boolean

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

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

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

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

  65. def read(iprot: TProtocol): Unit

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

  67. def setAsynchronousIsSet(value: Boolean): Unit

  68. def setCallId(callId: Long): TPartialTransaction

  69. def setCallIdIsSet(value: Boolean): Unit

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

  71. def setCallsIsSet(value: Boolean): Unit

  72. def setDuration(duration: Long): TPartialTransaction

  73. def setDurationIsSet(value: Boolean): Unit

  74. def setEndTimestamp(endTimestamp: Long): TPartialTransaction

  75. def setEndTimestampIsSet(value: Boolean): Unit

  76. def setEndpoint(endpoint: TEndpoint): TPartialTransaction

  77. def setEndpointIsSet(value: Boolean): Unit

  78. def setEntryPoint(entryPoint: Boolean): TPartialTransaction

  79. def setEntryPointIsSet(value: Boolean): Unit

  80. def setExceptionStackTrace(exceptionStackTrace: ByteBuffer): TPartialTransaction

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

  82. def setExceptionStackTraceIsSet(value: Boolean): Unit

  83. def setFailed(failed: Boolean): TPartialTransaction

  84. def setFailedIsSet(value: Boolean): Unit

  85. def setFailureType(failureType: TFailureType): TPartialTransaction

  86. def setFailureTypeIsSet(value: Boolean): Unit

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

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

  89. def setParametersIsSet(value: Boolean): Unit

  90. def setParentCallId(parentCallId: Long): TPartialTransaction

  91. def setParentCallIdIsSet(value: Boolean): Unit

  92. def setRequest(request: String): TPartialTransaction

  93. def setRequestIsSet(value: Boolean): Unit

  94. def setStartTimestamp(startTimestamp: Long): TPartialTransaction

  95. def setStartTimestampIsSet(value: Boolean): Unit

  96. def setToken(token: String): TPartialTransaction

  97. def setTokenIsSet(value: Boolean): Unit

  98. def setTraceId(traceId: Long): TPartialTransaction

  99. def setTraceIdIsSet(value: Boolean): Unit

  100. def setTransactionSummary(transactionSummary: ByteBuffer): TPartialTransaction

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

  102. def setTransactionSummaryIsSet(value: Boolean): Unit

  103. def setTransactionType(transactionType: TTransactionType): TPartialTransaction

  104. def setTransactionTypeIsSet(value: Boolean): Unit

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

    Definition Classes
    AnyRef
  106. def toString(): String

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

  108. def unsetCallId(): Unit

  109. def unsetCalls(): Unit

  110. def unsetDuration(): Unit

  111. def unsetEndTimestamp(): Unit

  112. def unsetEndpoint(): Unit

  113. def unsetEntryPoint(): Unit

  114. def unsetExceptionStackTrace(): Unit

  115. def unsetFailed(): Unit

  116. def unsetFailureType(): Unit

  117. def unsetParameters(): Unit

  118. def unsetParentCallId(): Unit

  119. def unsetRequest(): Unit

  120. def unsetStartTimestamp(): Unit

  121. def unsetToken(): Unit

  122. def unsetTraceId(): Unit

  123. def unsetTransactionSummary(): Unit

  124. def unsetTransactionType(): 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
    TPartialTransaction → TBase

Inherited from Cloneable

Inherited from TBase[TPartialTransaction, _Fields]

Inherited from Serializable

Inherited from Comparable[TPartialTransaction]

Inherited from AnyRef

Inherited from Any

Ungrouped