Packages

class TTableSchema extends TBase[TTableSchema, _Fields] with Serializable with Cloneable with Comparable[TTableSchema]

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[TTableSchema, _Fields], Serializable, TSerializable, Comparable[TTableSchema], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TTableSchema
  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 TTableSchema(other: TTableSchema)

    Performs a deep copy on other.

  2. new TTableSchema(columns: List[TColumnDesc])
  3. new TTableSchema()

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 addToColumns(elem: TColumnDesc): Unit
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clear(): Unit
    Definition Classes
    TTableSchema → TBase
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def compareTo(other: TTableSchema): Int
    Definition Classes
    TTableSchema → Comparable
  9. def deepCopy(): TTableSchema
    Definition Classes
    TTableSchema → TBase
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(that: TTableSchema): Boolean
  12. def equals(that: Any): Boolean
    Definition Classes
    TTableSchema → AnyRef → Any
  13. def fieldForId(fieldId: Int): _Fields
    Definition Classes
    TTableSchema → 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 getColumns(): List[TColumnDesc]
  17. def getColumnsIterator(): Iterator[TColumnDesc]
  18. def getColumnsSize(): Int
  19. def getFieldValue(field: _Fields): AnyRef
    Definition Classes
    TTableSchema → TBase
  20. def hashCode(): Int
    Definition Classes
    TTableSchema → 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
    TTableSchema → TBase
  23. def isSetColumns(): Boolean

    Returns true if field columns 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
    TTableSchema → TSerializable
  28. def setColumns(columns: List[TColumnDesc]): Unit
  29. def setColumnsIsSet(value: Boolean): Unit
  30. def setFieldValue(field: _Fields, value: Any): Unit
    Definition Classes
    TTableSchema → TBase
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    TTableSchema → AnyRef → Any
  33. def unsetColumns(): 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
    TTableSchema → TSerializable

Inherited from Cloneable

Inherited from TBase[TTableSchema, _Fields]

Inherited from Serializable

Inherited from TSerializable

Inherited from Comparable[TTableSchema]

Inherited from AnyRef

Inherited from Any

Ungrouped