Packages

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
Cloneable, TBase[TRow, _Fields], Serializable, TSerializable, Comparable[TRow], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TRow
  2. Cloneable
  3. TBase
  4. Serializable
  5. TSerializable
  6. Comparable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TRow(other: TRow)

    Performs a deep copy on other.

  2. new TRow(colVals: List[TColumnValue])
  3. new TRow()

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 addToColVals(elem: TColumnValue): Unit
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clear(): Unit
    Definition Classes
    TRow → TBase
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def compareTo(other: TRow): Int
    Definition Classes
    TRow → Comparable
  9. def deepCopy(): TRow
    Definition Classes
    TRow → TBase
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(that: TRow): Boolean
  12. def equals(that: Any): Boolean
    Definition Classes
    TRow → AnyRef → Any
  13. def fieldForId(fieldId: Int): _Fields
    Definition Classes
    TRow → TBase
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getColVals(): List[TColumnValue]
  17. def getColValsIterator(): Iterator[TColumnValue]
  18. def getColValsSize(): Int
  19. def getFieldValue(field: _Fields): AnyRef
    Definition Classes
    TRow → TBase
  20. def hashCode(): Int
    Definition Classes
    TRow → AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. 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
  23. def isSetColVals(): Boolean

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

  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def read(iprot: TProtocol): Unit
    Definition Classes
    TRow → TSerializable
  28. def setColVals(colVals: List[TColumnValue]): Unit
  29. def setColValsIsSet(value: Boolean): Unit
  30. def setFieldValue(field: _Fields, value: Any): Unit
    Definition Classes
    TRow → TBase
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    TRow → AnyRef → Any
  33. def unsetColVals(): Unit
  34. def validate(): Unit
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  38. def write(oprot: TProtocol): Unit
    Definition Classes
    TRow → TSerializable

Inherited from Cloneable

Inherited from TBase[TRow, _Fields]

Inherited from Serializable

Inherited from TSerializable

Inherited from Comparable[TRow]

Inherited from AnyRef

Inherited from Any

Ungrouped