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()
- Alphabetic
- By Inheritance
- Query
- Cloneable
- TBase
- Serializable
- TSerializable
- Comparable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addToSetups(elem: String): Unit
- def addToWheres(elem: String): Unit
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clear(): Unit
- Definition Classes
- Query → TBase
- Annotations
- @Override()
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def compareTo(other: Query): Int
- Definition Classes
- Query → Comparable
- Annotations
- @Override()
- def deepCopy(): Query
- Definition Classes
- Query → TBase
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(that: Query): Boolean
- def equals(that: AnyRef): Boolean
- Definition Classes
- Query → AnyRef → Any
- Annotations
- @Override()
- def fieldForId(fieldId: Int): _Fields
- Definition Classes
- Query → TBase
- Annotations
- @Nullable()
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getEndPartition(): String
- Annotations
- @Nullable()
- def getFieldValue(field: _Fields): AnyRef
- Definition Classes
- Query → TBase
- Annotations
- @Nullable()
- def getMutationTimeColumn(): String
- Annotations
- @Nullable()
- def getReversalColumn(): String
- Annotations
- @Nullable()
- def getSelects(): Map[String, String]
- Annotations
- @Nullable()
- def getSelectsSize(): Int
- def getSetups(): List[String]
- Annotations
- @Nullable()
- def getSetupsIterator(): Iterator[String]
- Annotations
- @Nullable()
- def getSetupsSize(): Int
- def getStartPartition(): String
- Annotations
- @Nullable()
- def getTimeColumn(): String
- Annotations
- @Nullable()
- def getWheres(): List[String]
- Annotations
- @Nullable()
- def getWheresIterator(): Iterator[String]
- Annotations
- @Nullable()
- def getWheresSize(): Int
- def hashCode(): Int
- Definition Classes
- Query → AnyRef → Any
- Annotations
- @Override()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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
- def isSetEndPartition(): Boolean
Returns true if field endPartition is set (has been assigned a value) and false otherwise
- def isSetMutationTimeColumn(): Boolean
Returns true if field mutationTimeColumn is set (has been assigned a value) and false otherwise
- def isSetReversalColumn(): Boolean
Returns true if field reversalColumn is set (has been assigned a value) and false otherwise
- def isSetSelects(): Boolean
Returns true if field selects is set (has been assigned a value) and false otherwise
- def isSetSetups(): Boolean
Returns true if field setups is set (has been assigned a value) and false otherwise
- def isSetStartPartition(): Boolean
Returns true if field startPartition is set (has been assigned a value) and false otherwise
- def isSetTimeColumn(): Boolean
Returns true if field timeColumn is set (has been assigned a value) and false otherwise
- def isSetWheres(): Boolean
Returns true if field wheres is set (has been assigned a value) and false otherwise
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def putToSelects(key: String, val: String): Unit
- def read(iprot: TProtocol): Unit
- Definition Classes
- Query → TSerializable
- def setEndPartition(endPartition: String): Query
- def setEndPartitionIsSet(value: Boolean): Unit
- def setFieldValue(field: _Fields, value: AnyRef): Unit
- Definition Classes
- Query → TBase
- def setMutationTimeColumn(mutationTimeColumn: String): Query
- def setMutationTimeColumnIsSet(value: Boolean): Unit
- def setReversalColumn(reversalColumn: String): Query
- def setReversalColumnIsSet(value: Boolean): Unit
- def setSelects(selects: Map[String, String]): Query
- def setSelectsIsSet(value: Boolean): Unit
- def setSetups(setups: List[String]): Query
- def setSetupsIsSet(value: Boolean): Unit
- def setStartPartition(startPartition: String): Query
- def setStartPartitionIsSet(value: Boolean): Unit
- def setTimeColumn(timeColumn: String): Query
- def setTimeColumnIsSet(value: Boolean): Unit
- def setWheres(wheres: List[String]): Query
- def setWheresIsSet(value: Boolean): Unit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- Query → AnyRef → Any
- Annotations
- @Override()
- def unsetEndPartition(): Unit
- def unsetMutationTimeColumn(): Unit
- def unsetReversalColumn(): Unit
- def unsetSelects(): Unit
- def unsetSetups(): Unit
- def unsetStartPartition(): Unit
- def unsetTimeColumn(): Unit
- def unsetWheres(): Unit
- def validate(): Unit
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def write(oprot: TProtocol): Unit
- Definition Classes
- Query → TSerializable