com.sematext.spm.client.tracing.thrift

TSolrAnnotation

Related Doc: package thrift

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

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

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

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

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

  11. def equals(that: Any): Boolean

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

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

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

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

  16. def getFieldValue(field: _Fields): AnyRef

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

  18. def getParamsSize(): Int

  19. def getRequestType(): TSolrRequestType

  20. def getResponseStatus(): Short

  21. def getUrl(): String

  22. def hashCode(): Int

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

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

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

  26. def isSetParams(): Boolean

  27. def isSetRequestType(): Boolean

  28. def isSetResponseStatus(): Boolean

  29. def isSetSucceed(): Boolean

  30. def isSetUrl(): Boolean

  31. def isSucceed(): Boolean

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

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

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

    Definition Classes
    AnyRef
  35. def putToParams(key: String, val: String): Unit

  36. def read(iprot: TProtocol): Unit

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

  38. def setCollectionIsSet(value: Boolean): Unit

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

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

  41. def setParamsIsSet(value: Boolean): Unit

  42. def setRequestType(requestType: TSolrRequestType): TSolrAnnotation

  43. def setRequestTypeIsSet(value: Boolean): Unit

  44. def setResponseStatus(responseStatus: Short): TSolrAnnotation

  45. def setResponseStatusIsSet(value: Boolean): Unit

  46. def setSucceed(succeed: Boolean): TSolrAnnotation

  47. def setSucceedIsSet(value: Boolean): Unit

  48. def setUrl(url: String): TSolrAnnotation

  49. def setUrlIsSet(value: Boolean): Unit

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

    Definition Classes
    AnyRef
  51. def toString(): String

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

  53. def unsetParams(): Unit

  54. def unsetRequestType(): Unit

  55. def unsetResponseStatus(): Unit

  56. def unsetSucceed(): Unit

  57. def unsetUrl(): Unit

  58. def validate(): Unit

  59. final def wait(): Unit

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

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

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