class TRow extends TBase[TRow, _Fields] with Serializable with Cloneable with Comparable[TRow]
Autogenerated by Thrift Compiler (0.9.3)
DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TRow
- Cloneable
- TBase
- Serializable
- TSerializable
- Comparable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
TRow(other: TRow)
Performs a deep copy on other.
- new TRow(colVals: List[TColumnValue])
- new TRow()
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 addToColVals(elem: TColumnValue): Unit
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clear(): Unit
- Definition Classes
- TRow → TBase
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
compareTo(other: TRow): Int
- Definition Classes
- TRow → Comparable
-
def
deepCopy(): TRow
- Definition Classes
- TRow → TBase
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(that: TRow): Boolean
-
def
equals(that: Any): Boolean
- Definition Classes
- TRow → AnyRef → Any
-
def
fieldForId(fieldId: Int): _Fields
- Definition Classes
- TRow → TBase
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getColVals(): List[TColumnValue]
- def getColValsIterator(): Iterator[TColumnValue]
- def getColValsSize(): Int
-
def
getFieldValue(field: _Fields): AnyRef
- Definition Classes
- TRow → TBase
-
def
hashCode(): Int
- Definition Classes
- TRow → AnyRef → Any
-
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
- TRow → TBase
-
def
isSetColVals(): Boolean
Returns true if field colVals 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
read(iprot: TProtocol): Unit
- Definition Classes
- TRow → TSerializable
- def setColVals(colVals: List[TColumnValue]): Unit
- def setColValsIsSet(value: Boolean): Unit
-
def
setFieldValue(field: _Fields, value: Any): Unit
- Definition Classes
- TRow → TBase
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- TRow → AnyRef → Any
- def unsetColVals(): Unit
- def validate(): Unit
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
write(oprot: TProtocol): Unit
- Definition Classes
- TRow → TSerializable