class Query extends TBase[Query, _Fields] with Serializable with Cloneable with Comparable[Query]

Autogenerated by Thrift Compiler (0.13.0)

DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING

Annotations
@SuppressWarnings() @Generated()
Linear Supertypes
Cloneable, TBase[Query, _Fields], Serializable, TSerializable, Comparable[Query], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Query
  2. Cloneable
  3. TBase
  4. Serializable
  5. TSerializable
  6. Comparable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Query(other: Query)

    Performs a deep copy on other.

  2. new Query()

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. def addToSetups(elem: String): Unit
  5. def addToWheres(elem: String): Unit
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clear(): Unit
    Definition Classes
    Query → TBase
    Annotations
    @Override()
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def compareTo(other: Query): Int
    Definition Classes
    Query → Comparable
    Annotations
    @Override()
  10. def deepCopy(): Query
    Definition Classes
    Query → TBase
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(that: Query): Boolean
  13. def equals(that: AnyRef): Boolean
    Definition Classes
    Query → AnyRef → Any
    Annotations
    @Override()
  14. def fieldForId(fieldId: Int): _Fields
    Definition Classes
    Query → TBase
    Annotations
    @Nullable()
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def getEndPartition(): String
    Annotations
    @Nullable()
  18. def getFieldValue(field: _Fields): AnyRef
    Definition Classes
    Query → TBase
    Annotations
    @Nullable()
  19. def getMutationTimeColumn(): String
    Annotations
    @Nullable()
  20. def getReversalColumn(): String
    Annotations
    @Nullable()
  21. def getSelects(): Map[String, String]
    Annotations
    @Nullable()
  22. def getSelectsSize(): Int
  23. def getSetups(): List[String]
    Annotations
    @Nullable()
  24. def getSetupsIterator(): Iterator[String]
    Annotations
    @Nullable()
  25. def getSetupsSize(): Int
  26. def getStartPartition(): String
    Annotations
    @Nullable()
  27. def getTimeColumn(): String
    Annotations
    @Nullable()
  28. def getWheres(): List[String]
    Annotations
    @Nullable()
  29. def getWheresIterator(): Iterator[String]
    Annotations
    @Nullable()
  30. def getWheresSize(): Int
  31. def hashCode(): Int
    Definition Classes
    Query → AnyRef → Any
    Annotations
    @Override()
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. def isSet(field: _Fields): Boolean

    Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise

    Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise

    Definition Classes
    Query → TBase
  34. def isSetEndPartition(): Boolean

    Returns true if field endPartition is set (has been assigned a value) and false otherwise

  35. def isSetMutationTimeColumn(): Boolean

    Returns true if field mutationTimeColumn is set (has been assigned a value) and false otherwise

  36. def isSetReversalColumn(): Boolean

    Returns true if field reversalColumn is set (has been assigned a value) and false otherwise

  37. def isSetSelects(): Boolean

    Returns true if field selects is set (has been assigned a value) and false otherwise

  38. def isSetSetups(): Boolean

    Returns true if field setups is set (has been assigned a value) and false otherwise

  39. def isSetStartPartition(): Boolean

    Returns true if field startPartition is set (has been assigned a value) and false otherwise

  40. def isSetTimeColumn(): Boolean

    Returns true if field timeColumn is set (has been assigned a value) and false otherwise

  41. def isSetWheres(): Boolean

    Returns true if field wheres is set (has been assigned a value) and false otherwise

  42. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  43. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  44. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  45. def putToSelects(key: String, val: String): Unit
  46. def read(iprot: TProtocol): Unit
    Definition Classes
    Query → TSerializable
  47. def setEndPartition(endPartition: String): Query
  48. def setEndPartitionIsSet(value: Boolean): Unit
  49. def setFieldValue(field: _Fields, value: AnyRef): Unit
    Definition Classes
    Query → TBase
  50. def setMutationTimeColumn(mutationTimeColumn: String): Query
  51. def setMutationTimeColumnIsSet(value: Boolean): Unit
  52. def setReversalColumn(reversalColumn: String): Query
  53. def setReversalColumnIsSet(value: Boolean): Unit
  54. def setSelects(selects: Map[String, String]): Query
  55. def setSelectsIsSet(value: Boolean): Unit
  56. def setSetups(setups: List[String]): Query
  57. def setSetupsIsSet(value: Boolean): Unit
  58. def setStartPartition(startPartition: String): Query
  59. def setStartPartitionIsSet(value: Boolean): Unit
  60. def setTimeColumn(timeColumn: String): Query
  61. def setTimeColumnIsSet(value: Boolean): Unit
  62. def setWheres(wheres: List[String]): Query
  63. def setWheresIsSet(value: Boolean): Unit
  64. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  65. def toString(): String
    Definition Classes
    Query → AnyRef → Any
    Annotations
    @Override()
  66. def unsetEndPartition(): Unit
  67. def unsetMutationTimeColumn(): Unit
  68. def unsetReversalColumn(): Unit
  69. def unsetSelects(): Unit
  70. def unsetSetups(): Unit
  71. def unsetStartPartition(): Unit
  72. def unsetTimeColumn(): Unit
  73. def unsetWheres(): Unit
  74. def validate(): Unit
  75. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  76. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  77. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  78. def write(oprot: TProtocol): Unit
    Definition Classes
    Query → TSerializable

Inherited from Cloneable

Inherited from TBase[Query, _Fields]

Inherited from Serializable

Inherited from TSerializable

Inherited from Comparable[Query]

Inherited from AnyRef

Inherited from Any

Ungrouped