com.sematext.spm.client.tracing.thrift

TTracingError

Related Doc: package thrift

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: 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 clear(): Unit

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

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

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

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

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

  11. def equals(that: Any): Boolean

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

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

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

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

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

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

  18. def getParametersSize(): Int

  19. def getParentCallId(): Long

  20. def getTimestamp(): Long

  21. def getToken(): String

  22. def getTraceId(): Long

  23. def hashCode(): Int

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

    Definition Classes
    Any
  25. def isSampled(): Boolean

  26. def isSet(field: _Fields): Boolean

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

  28. def isSetParameters(): Boolean

  29. def isSetParentCallId(): Boolean

  30. def isSetSampled(): Boolean

  31. def isSetTimestamp(): Boolean

  32. def isSetToken(): Boolean

  33. def isSetTraceId(): Boolean

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

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

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

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

  38. def read(iprot: TProtocol): Unit

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

  40. def setCallIdIsSet(value: Boolean): Unit

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

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

  43. def setParametersIsSet(value: Boolean): Unit

  44. def setParentCallId(parentCallId: Long): TTracingError

  45. def setParentCallIdIsSet(value: Boolean): Unit

  46. def setSampled(sampled: Boolean): TTracingError

  47. def setSampledIsSet(value: Boolean): Unit

  48. def setTimestamp(timestamp: Long): TTracingError

  49. def setTimestampIsSet(value: Boolean): Unit

  50. def setToken(token: String): TTracingError

  51. def setTokenIsSet(value: Boolean): Unit

  52. def setTraceId(traceId: Long): TTracingError

  53. def setTraceIdIsSet(value: Boolean): Unit

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

    Definition Classes
    AnyRef
  55. def toString(): String

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

  57. def unsetParameters(): Unit

  58. def unsetParentCallId(): Unit

  59. def unsetSampled(): Unit

  60. def unsetTimestamp(): Unit

  61. def unsetToken(): Unit

  62. def unsetTraceId(): Unit

  63. def validate(): Unit

  64. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. 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