com.sematext.spm.client.tracing.thrift

TSolrAnnotation

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

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

  2. new TSolrAnnotation(succeed: Boolean, url: String, responseStatus: Short, requestType: TSolrRequestType, params: Map[String, String])

  3. new TSolrAnnotation()

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
    TSolrAnnotation → TBase
  8. def clone(): AnyRef

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

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

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

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

  13. def equals(that: Any): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def getCollection(): String

  18. def getFieldValue(field: _Fields): AnyRef

    Definition Classes
    TSolrAnnotation → TBase
  19. def getParams(): Map[String, String]

  20. def getParamsSize(): Int

  21. def getRequestType(): TSolrRequestType

  22. def getResponseStatus(): Short

  23. def getUrl(): String

  24. def hashCode(): Int

    Definition Classes
    TSolrAnnotation → AnyRef → Any
  25. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    TSolrAnnotation → TBase
  27. def isSetCollection(): Boolean

  28. def isSetParams(): Boolean

  29. def isSetRequestType(): Boolean

  30. def isSetResponseStatus(): Boolean

  31. def isSetSucceed(): Boolean

  32. def isSetUrl(): Boolean

  33. def isSucceed(): 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 putToParams(key: String, val: String): Unit

  38. def read(iprot: TProtocol): Unit

    Definition Classes
    TSolrAnnotation → TBase
  39. def setCollection(collection: String): TSolrAnnotation

  40. def setCollectionIsSet(value: Boolean): Unit

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

    Definition Classes
    TSolrAnnotation → TBase
  42. def setParams(params: Map[String, String]): TSolrAnnotation

  43. def setParamsIsSet(value: Boolean): Unit

  44. def setRequestType(requestType: TSolrRequestType): TSolrAnnotation

  45. def setRequestTypeIsSet(value: Boolean): Unit

  46. def setResponseStatus(responseStatus: Short): TSolrAnnotation

  47. def setResponseStatusIsSet(value: Boolean): Unit

  48. def setSucceed(succeed: Boolean): TSolrAnnotation

  49. def setSucceedIsSet(value: Boolean): Unit

  50. def setUrl(url: String): TSolrAnnotation

  51. def setUrlIsSet(value: Boolean): Unit

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

    Definition Classes
    AnyRef
  53. def toString(): String

    Definition Classes
    TSolrAnnotation → AnyRef → Any
  54. def unsetCollection(): Unit

  55. def unsetParams(): Unit

  56. def unsetRequestType(): Unit

  57. def unsetResponseStatus(): Unit

  58. def unsetSucceed(): Unit

  59. def unsetUrl(): Unit

  60. def validate(): Unit

  61. final def wait(): Unit

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

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

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

    Definition Classes
    TSolrAnnotation → TBase

Inherited from Cloneable

Inherited from TBase[TSolrAnnotation, _Fields]

Inherited from Serializable

Inherited from Comparable[TSolrAnnotation]

Inherited from AnyRef

Inherited from Any

Ungrouped