Class

com.sematext.spm.client.tracing.thrift

TPartialTransaction

Related Doc: package thrift

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TPartialTransaction(other: TPartialTransaction)

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

    Permalink
  3. new TPartialTransaction()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addToCalls(elem: TCall): Unit

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def bufferForExceptionStackTrace(): ByteBuffer

    Permalink
  7. def bufferForTransactionSummary(): ByteBuffer

    Permalink
  8. def clear(): Unit

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

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

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

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

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

    Permalink
  14. def equals(that: Any): Boolean

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

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

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

    Permalink
  18. def getCalls(): List[TCall]

    Permalink
  19. def getCallsIterator(): Iterator[TCall]

    Permalink
  20. def getCallsSize(): Int

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

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

    Permalink
  23. def getEndTimestamp(): Long

    Permalink
  24. def getEndpoint(): TEndpoint

    Permalink
  25. def getExceptionStackTrace(): Array[Byte]

    Permalink
  26. def getFailureType(): TFailureType

    Permalink
  27. def getFieldValue(field: _Fields): AnyRef

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

    Permalink
  29. def getParametersSize(): Int

    Permalink
  30. def getParentCallId(): Long

    Permalink
  31. def getRequest(): String

    Permalink
  32. def getStartTimestamp(): Long

    Permalink
  33. def getToken(): String

    Permalink
  34. def getTraceId(): Long

    Permalink
  35. def getTransactionSummary(): Array[Byte]

    Permalink
  36. def getTransactionType(): TTransactionType

    Permalink
  37. def hashCode(): Int

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

    Permalink
  39. def isEntryPoint(): Boolean

    Permalink
  40. def isFailed(): Boolean

    Permalink
  41. final def isInstanceOf[T0]: Boolean

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

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

    Permalink
  44. def isSetCallId(): Boolean

    Permalink
  45. def isSetCalls(): Boolean

    Permalink
  46. def isSetDuration(): Boolean

    Permalink
  47. def isSetEndTimestamp(): Boolean

    Permalink
  48. def isSetEndpoint(): Boolean

    Permalink
  49. def isSetEntryPoint(): Boolean

    Permalink
  50. def isSetExceptionStackTrace(): Boolean

    Permalink
  51. def isSetFailed(): Boolean

    Permalink
  52. def isSetFailureType(): Boolean

    Permalink
  53. def isSetParameters(): Boolean

    Permalink
  54. def isSetParentCallId(): Boolean

    Permalink
  55. def isSetRequest(): Boolean

    Permalink
  56. def isSetStartTimestamp(): Boolean

    Permalink
  57. def isSetToken(): Boolean

    Permalink
  58. def isSetTraceId(): Boolean

    Permalink
  59. def isSetTransactionSummary(): Boolean

    Permalink
  60. def isSetTransactionType(): Boolean

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

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

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

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

    Permalink
  65. def read(iprot: TProtocol): Unit

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

    Permalink
  67. def setAsynchronousIsSet(value: Boolean): Unit

    Permalink
  68. def setCallId(callId: Long): TPartialTransaction

    Permalink
  69. def setCallIdIsSet(value: Boolean): Unit

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

    Permalink
  71. def setCallsIsSet(value: Boolean): Unit

    Permalink
  72. def setDuration(duration: Long): TPartialTransaction

    Permalink
  73. def setDurationIsSet(value: Boolean): Unit

    Permalink
  74. def setEndTimestamp(endTimestamp: Long): TPartialTransaction

    Permalink
  75. def setEndTimestampIsSet(value: Boolean): Unit

    Permalink
  76. def setEndpoint(endpoint: TEndpoint): TPartialTransaction

    Permalink
  77. def setEndpointIsSet(value: Boolean): Unit

    Permalink
  78. def setEntryPoint(entryPoint: Boolean): TPartialTransaction

    Permalink
  79. def setEntryPointIsSet(value: Boolean): Unit

    Permalink
  80. def setExceptionStackTrace(exceptionStackTrace: ByteBuffer): TPartialTransaction

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

    Permalink
  82. def setExceptionStackTraceIsSet(value: Boolean): Unit

    Permalink
  83. def setFailed(failed: Boolean): TPartialTransaction

    Permalink
  84. def setFailedIsSet(value: Boolean): Unit

    Permalink
  85. def setFailureType(failureType: TFailureType): TPartialTransaction

    Permalink
  86. def setFailureTypeIsSet(value: Boolean): Unit

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

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

    Permalink
  89. def setParametersIsSet(value: Boolean): Unit

    Permalink
  90. def setParentCallId(parentCallId: Long): TPartialTransaction

    Permalink
  91. def setParentCallIdIsSet(value: Boolean): Unit

    Permalink
  92. def setRequest(request: String): TPartialTransaction

    Permalink
  93. def setRequestIsSet(value: Boolean): Unit

    Permalink
  94. def setStartTimestamp(startTimestamp: Long): TPartialTransaction

    Permalink
  95. def setStartTimestampIsSet(value: Boolean): Unit

    Permalink
  96. def setToken(token: String): TPartialTransaction

    Permalink
  97. def setTokenIsSet(value: Boolean): Unit

    Permalink
  98. def setTraceId(traceId: Long): TPartialTransaction

    Permalink
  99. def setTraceIdIsSet(value: Boolean): Unit

    Permalink
  100. def setTransactionSummary(transactionSummary: ByteBuffer): TPartialTransaction

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

    Permalink
  102. def setTransactionSummaryIsSet(value: Boolean): Unit

    Permalink
  103. def setTransactionType(transactionType: TTransactionType): TPartialTransaction

    Permalink
  104. def setTransactionTypeIsSet(value: Boolean): Unit

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

    Permalink
    Definition Classes
    AnyRef
  106. def toString(): String

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

    Permalink
  108. def unsetCallId(): Unit

    Permalink
  109. def unsetCalls(): Unit

    Permalink
  110. def unsetDuration(): Unit

    Permalink
  111. def unsetEndTimestamp(): Unit

    Permalink
  112. def unsetEndpoint(): Unit

    Permalink
  113. def unsetEntryPoint(): Unit

    Permalink
  114. def unsetExceptionStackTrace(): Unit

    Permalink
  115. def unsetFailed(): Unit

    Permalink
  116. def unsetFailureType(): Unit

    Permalink
  117. def unsetParameters(): Unit

    Permalink
  118. def unsetParentCallId(): Unit

    Permalink
  119. def unsetRequest(): Unit

    Permalink
  120. def unsetStartTimestamp(): Unit

    Permalink
  121. def unsetToken(): Unit

    Permalink
  122. def unsetTraceId(): Unit

    Permalink
  123. def unsetTransactionSummary(): Unit

    Permalink
  124. def unsetTransactionType(): Unit

    Permalink
  125. def validate(): Unit

    Permalink
  126. final def wait(): Unit

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

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

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

    Permalink
    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