Packages

class TColumnValue extends TUnion[TColumnValue, _Fields]

Autogenerated by Thrift Compiler (0.9.3)

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

Linear Supertypes
TUnion[TColumnValue, _Fields], TBase[TColumnValue, _Fields], Serializable, TSerializable, Comparable[TColumnValue], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TColumnValue
  2. TUnion
  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 TColumnValue(other: TColumnValue)
  2. new TColumnValue(setField: _Fields, value: Any)
  3. new TColumnValue()

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def checkType(setField: _Fields, value: Any): Unit
    Attributes
    protected[thrift]
    Definition Classes
    TColumnValue → TUnion
  6. final def clear(): Unit
    Definition Classes
    TUnion → TBase
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def compareTo(other: TColumnValue): Int
    Definition Classes
    TColumnValue → Comparable
  9. def deepCopy(): TColumnValue
    Definition Classes
    TColumnValue → TBase
  10. def enumForId(id: Short): _Fields
    Attributes
    protected[thrift]
    Definition Classes
    TColumnValue → TUnion
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(other: TColumnValue): Boolean
  13. def equals(other: Any): Boolean
    Definition Classes
    TColumnValue → AnyRef → Any
  14. def fieldForId(fieldId: Int): _Fields
    Definition Classes
    TColumnValue → TBase
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def getBoolVal(): TBoolValue
  17. def getByteVal(): TByteValue
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def getDoubleVal(): TDoubleValue
  20. def getFieldDesc(setField: _Fields): TField
    Attributes
    protected[thrift]
    Definition Classes
    TColumnValue → TUnion
  21. def getFieldValue(arg0: Int): AnyRef
    Definition Classes
    TUnion
  22. def getFieldValue(arg0: _Fields): AnyRef
    Definition Classes
    TUnion → TBase
  23. def getFieldValue(): AnyRef
    Definition Classes
    TUnion
  24. def getI16Val(): TI16Value
  25. def getI32Val(): TI32Value
  26. def getI64Val(): TI64Value
  27. def getSetField(): _Fields
    Definition Classes
    TUnion
  28. def getStringVal(): TStringValue
  29. def getStructDesc(): TStruct
    Attributes
    protected[thrift]
    Definition Classes
    TColumnValue → TUnion
  30. def hashCode(): Int
    Definition Classes
    TColumnValue → AnyRef → Any
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def isSet(arg0: Int): Boolean
    Definition Classes
    TUnion
  33. def isSet(arg0: _Fields): Boolean
    Definition Classes
    TUnion → TBase
  34. def isSet(): Boolean
    Definition Classes
    TUnion
  35. def isSetBoolVal(): Boolean
  36. def isSetByteVal(): Boolean
  37. def isSetDoubleVal(): Boolean
  38. def isSetI16Val(): Boolean
  39. def isSetI32Val(): Boolean
  40. def isSetI64Val(): Boolean
  41. def isSetStringVal(): Boolean
  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 read(arg0: TProtocol): Unit
    Definition Classes
    TUnion → TSerializable
    Annotations
    @throws( ... )
  46. def setBoolVal(value: TBoolValue): Unit
  47. def setByteVal(value: TByteValue): Unit
  48. def setDoubleVal(value: TDoubleValue): Unit
  49. def setFieldValue(arg0: Int, arg1: Any): Unit
    Definition Classes
    TUnion
  50. def setFieldValue(arg0: _Fields, arg1: Any): Unit
    Definition Classes
    TUnion → TBase
  51. def setI16Val(value: TI16Value): Unit
  52. def setI32Val(value: TI32Value): Unit
  53. def setI64Val(value: TI64Value): Unit
  54. def setStringVal(value: TStringValue): Unit
  55. def standardSchemeReadValue(iprot: TProtocol, field: TField): AnyRef
    Attributes
    protected[thrift]
    Definition Classes
    TColumnValue → TUnion
  56. def standardSchemeWriteValue(oprot: TProtocol): Unit
    Attributes
    protected[thrift]
    Definition Classes
    TColumnValue → TUnion
  57. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  58. def toString(): String
    Definition Classes
    TUnion → AnyRef → Any
  59. def tupleSchemeReadValue(iprot: TProtocol, fieldID: Short): AnyRef
    Attributes
    protected[thrift]
    Definition Classes
    TColumnValue → TUnion
  60. def tupleSchemeWriteValue(oprot: TProtocol): Unit
    Attributes
    protected[thrift]
    Definition Classes
    TColumnValue → TUnion
  61. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  64. def write(arg0: TProtocol): Unit
    Definition Classes
    TUnion → TSerializable
    Annotations
    @throws( ... )

Inherited from TUnion[TColumnValue, _Fields]

Inherited from TBase[TColumnValue, _Fields]

Inherited from Serializable

Inherited from TSerializable

Inherited from Comparable[TColumnValue]

Inherited from AnyRef

Inherited from Any

Ungrouped