com.sematext.spm.client.tracing.thrift

TTracingError

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

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

  2. new TTracingError(token: String, timestamp: Long, sampled: Boolean, parameters: Map[String, String])

  3. new TTracingError()

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

    Definition Classes
    Any
  7. def clear(): Unit

    Definition Classes
    TTracingError → TBase
  8. def clone(): AnyRef

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

    Definition Classes
    TTracingError → Comparable
  10. def deepCopy(): TTracingError

    Definition Classes
    TTracingError → TBase
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(that: TTracingError): Boolean

  13. def equals(that: Any): Boolean

    Definition Classes
    TTracingError → AnyRef → Any
  14. def fieldForId(fieldId: Int): _Fields

    Definition Classes
    TTracingError → TBase
  15. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  18. def getFieldValue(field: _Fields): AnyRef

    Definition Classes
    TTracingError → TBase
  19. def getParameters(): Map[String, String]

  20. def getParametersSize(): Int

  21. def getParentCallId(): Long

  22. def getTimestamp(): Long

  23. def getToken(): String

  24. def getTraceId(): Long

  25. def hashCode(): Int

    Definition Classes
    TTracingError → AnyRef → Any
  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. def isSampled(): Boolean

  28. def isSet(field: _Fields): Boolean

    Definition Classes
    TTracingError → TBase
  29. def isSetCallId(): Boolean

  30. def isSetParameters(): Boolean

  31. def isSetParentCallId(): Boolean

  32. def isSetSampled(): Boolean

  33. def isSetTimestamp(): Boolean

  34. def isSetToken(): Boolean

  35. def isSetTraceId(): Boolean

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

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

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

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

  40. def read(iprot: TProtocol): Unit

    Definition Classes
    TTracingError → TBase
  41. def setCallId(callId: Long): TTracingError

  42. def setCallIdIsSet(value: Boolean): Unit

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

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

  45. def setParametersIsSet(value: Boolean): Unit

  46. def setParentCallId(parentCallId: Long): TTracingError

  47. def setParentCallIdIsSet(value: Boolean): Unit

  48. def setSampled(sampled: Boolean): TTracingError

  49. def setSampledIsSet(value: Boolean): Unit

  50. def setTimestamp(timestamp: Long): TTracingError

  51. def setTimestampIsSet(value: Boolean): Unit

  52. def setToken(token: String): TTracingError

  53. def setTokenIsSet(value: Boolean): Unit

  54. def setTraceId(traceId: Long): TTracingError

  55. def setTraceIdIsSet(value: Boolean): Unit

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

    Definition Classes
    AnyRef
  57. def toString(): String

    Definition Classes
    TTracingError → AnyRef → Any
  58. def unsetCallId(): Unit

  59. def unsetParameters(): Unit

  60. def unsetParentCallId(): Unit

  61. def unsetSampled(): Unit

  62. def unsetTimestamp(): Unit

  63. def unsetToken(): Unit

  64. def unsetTraceId(): Unit

  65. def validate(): Unit

  66. final def wait(): Unit

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

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

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

    Definition Classes
    TTracingError → TBase

Inherited from Cloneable

Inherited from TBase[TTracingError, _Fields]

Inherited from Serializable

Inherited from Comparable[TTracingError]

Inherited from AnyRef

Inherited from Any

Ungrouped