Packages

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

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

Inherited from TUnion[TColumn, _Fields]

Inherited from TBase[TColumn, _Fields]

Inherited from Serializable

Inherited from TSerializable

Inherited from Comparable[TColumn]

Inherited from AnyRef

Inherited from Any

Ungrouped