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() @IntrinsicCandidate()
  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. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  16. def getEndPartition(): String
    Annotations
    @Nullable()
  17. def getFieldValue(field: _Fields): AnyRef
    Definition Classes
    Query → TBase
    Annotations
    @Nullable()
  18. def getMutationTimeColumn(): String
    Annotations
    @Nullable()
  19. def getPartitionColumn(): 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 isSetPartitionColumn(): Boolean

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

  37. def isSetReversalColumn(): Boolean

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

  38. def isSetSelects(): Boolean

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

  39. def isSetSetups(): Boolean

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

  40. def isSetStartPartition(): Boolean

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

  41. def isSetTimeColumn(): Boolean

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

  42. def isSetWheres(): Boolean

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

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

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

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