org.apache.hive.service.cli.thrift

TOpenSessionResp

class TOpenSessionResp extends TBase[TOpenSessionResp, _Fields] with Serializable with Cloneable

Linear Supertypes
Cloneable, TBase[TOpenSessionResp, _Fields], Serializable, Comparable[TOpenSessionResp], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TOpenSessionResp
  2. Cloneable
  3. TBase
  4. Serializable
  5. Comparable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TOpenSessionResp(other: TOpenSessionResp)

  2. new TOpenSessionResp(status: TStatus, serverProtocolVersion: TProtocolVersion)

  3. new TOpenSessionResp()

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clear(): Unit

    Definition Classes
    TOpenSessionResp → TBase
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def compareTo(other: TOpenSessionResp): Int

    Definition Classes
    TOpenSessionResp → Comparable
  10. def deepCopy(): TOpenSessionResp

    Definition Classes
    TOpenSessionResp → TBase
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(that: TOpenSessionResp): Boolean

  13. def equals(that: Any): Boolean

    Definition Classes
    TOpenSessionResp → AnyRef → Any
  14. def fieldForId(fieldId: Int): _Fields

    Definition Classes
    TOpenSessionResp → TBase
  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def getConfiguration(): Map[String, String]

  18. def getConfigurationSize(): Int

  19. def getFieldValue(field: _Fields): AnyRef

    Definition Classes
    TOpenSessionResp → TBase
  20. def getServerProtocolVersion(): TProtocolVersion

  21. def getSessionHandle(): TSessionHandle

  22. def getStatus(): TStatus

  23. def hashCode(): Int

    Definition Classes
    TOpenSessionResp → AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. def isSet(field: _Fields): Boolean

    Definition Classes
    TOpenSessionResp → TBase
  26. def isSetConfiguration(): Boolean

  27. def isSetServerProtocolVersion(): Boolean

  28. def isSetSessionHandle(): Boolean

  29. def isSetStatus(): Boolean

  30. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  33. def putToConfiguration(key: String, val: String): Unit

  34. def read(iprot: TProtocol): Unit

    Definition Classes
    TOpenSessionResp → TBase
  35. def setConfiguration(configuration: Map[String, String]): Unit

  36. def setConfigurationIsSet(value: Boolean): Unit

  37. def setFieldValue(field: _Fields, value: Any): Unit

    Definition Classes
    TOpenSessionResp → TBase
  38. def setServerProtocolVersion(serverProtocolVersion: TProtocolVersion): Unit

  39. def setServerProtocolVersionIsSet(value: Boolean): Unit

  40. def setSessionHandle(sessionHandle: TSessionHandle): Unit

  41. def setSessionHandleIsSet(value: Boolean): Unit

  42. def setStatus(status: TStatus): Unit

  43. def setStatusIsSet(value: Boolean): Unit

  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  45. def toString(): String

    Definition Classes
    TOpenSessionResp → AnyRef → Any
  46. def unsetConfiguration(): Unit

  47. def unsetServerProtocolVersion(): Unit

  48. def unsetSessionHandle(): Unit

  49. def unsetStatus(): Unit

  50. def validate(): Unit

  51. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. def write(oprot: TProtocol): Unit

    Definition Classes
    TOpenSessionResp → TBase

Inherited from Cloneable

Inherited from TBase[TOpenSessionResp, _Fields]

Inherited from Serializable

Inherited from Comparable[TOpenSessionResp]

Inherited from AnyRef

Inherited from Any

Ungrouped