Packages

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

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

    Performs a deep copy on other.

  2. new TGetTablesReq(sessionHandle: TSessionHandle)
  3. new TGetTablesReq()

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 addToTableTypes(elem: String): Unit
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clear(): Unit
    Definition Classes
    TGetTablesReq → TBase
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def compareTo(other: TGetTablesReq): Int
    Definition Classes
    TGetTablesReq → Comparable
  9. def deepCopy(): TGetTablesReq
    Definition Classes
    TGetTablesReq → TBase
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(that: TGetTablesReq): Boolean
  12. def equals(that: Any): Boolean
    Definition Classes
    TGetTablesReq → AnyRef → Any
  13. def fieldForId(fieldId: Int): _Fields
    Definition Classes
    TGetTablesReq → TBase
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def getCatalogName(): String
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def getFieldValue(field: _Fields): AnyRef
    Definition Classes
    TGetTablesReq → TBase
  18. def getSchemaName(): String
  19. def getSessionHandle(): TSessionHandle
  20. def getTableName(): String
  21. def getTableTypes(): List[String]
  22. def getTableTypesIterator(): Iterator[String]
  23. def getTableTypesSize(): Int
  24. def hashCode(): Int
    Definition Classes
    TGetTablesReq → AnyRef → Any
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. 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
    TGetTablesReq → TBase
  27. def isSetCatalogName(): Boolean

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

  28. def isSetSchemaName(): Boolean

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

  29. def isSetSessionHandle(): Boolean

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

  30. def isSetTableName(): Boolean

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

  31. def isSetTableTypes(): Boolean

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

  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. def read(iprot: TProtocol): Unit
    Definition Classes
    TGetTablesReq → TSerializable
  36. def setCatalogName(catalogName: String): Unit
  37. def setCatalogNameIsSet(value: Boolean): Unit
  38. def setFieldValue(field: _Fields, value: Any): Unit
    Definition Classes
    TGetTablesReq → TBase
  39. def setSchemaName(schemaName: String): Unit
  40. def setSchemaNameIsSet(value: Boolean): Unit
  41. def setSessionHandle(sessionHandle: TSessionHandle): Unit
  42. def setSessionHandleIsSet(value: Boolean): Unit
  43. def setTableName(tableName: String): Unit
  44. def setTableNameIsSet(value: Boolean): Unit
  45. def setTableTypes(tableTypes: List[String]): Unit
  46. def setTableTypesIsSet(value: Boolean): Unit
  47. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  48. def toString(): String
    Definition Classes
    TGetTablesReq → AnyRef → Any
  49. def unsetCatalogName(): Unit
  50. def unsetSchemaName(): Unit
  51. def unsetSessionHandle(): Unit
  52. def unsetTableName(): Unit
  53. def unsetTableTypes(): Unit
  54. def validate(): Unit
  55. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  58. def write(oprot: TProtocol): Unit
    Definition Classes
    TGetTablesReq → TSerializable

Inherited from Cloneable

Inherited from TBase[TGetTablesReq, _Fields]

Inherited from Serializable

Inherited from TSerializable

Inherited from Comparable[TGetTablesReq]

Inherited from AnyRef

Inherited from Any

Ungrouped