org.apache.hive.service.cli.thrift

TStatus

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

Linear Supertypes
Cloneable, TBase[TStatus, _Fields], Serializable, Comparable[TStatus], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TStatus
  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 TStatus(other: TStatus)

  2. new TStatus(statusCode: TStatusCode)

  3. new TStatus()

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. def addToInfoMessages(elem: String): Unit

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clear(): Unit

    Definition Classes
    TStatus → TBase
  9. def clone(): AnyRef

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

    Definition Classes
    TStatus → Comparable
  11. def deepCopy(): TStatus

    Definition Classes
    TStatus → TBase
  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(that: TStatus): Boolean

  14. def equals(that: Any): Boolean

    Definition Classes
    TStatus → AnyRef → Any
  15. def fieldForId(fieldId: Int): _Fields

    Definition Classes
    TStatus → TBase
  16. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  18. def getErrorCode(): Int

  19. def getErrorMessage(): String

  20. def getFieldValue(field: _Fields): AnyRef

    Definition Classes
    TStatus → TBase
  21. def getInfoMessages(): List[String]

  22. def getInfoMessagesIterator(): Iterator[String]

  23. def getInfoMessagesSize(): Int

  24. def getSqlState(): String

  25. def getStatusCode(): TStatusCode

  26. def hashCode(): Int

    Definition Classes
    TStatus → AnyRef → Any
  27. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    TStatus → TBase
  29. def isSetErrorCode(): Boolean

  30. def isSetErrorMessage(): Boolean

  31. def isSetInfoMessages(): Boolean

  32. def isSetSqlState(): Boolean

  33. def isSetStatusCode(): Boolean

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

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

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

    Definition Classes
    AnyRef
  37. def read(iprot: TProtocol): Unit

    Definition Classes
    TStatus → TBase
  38. def setErrorCode(errorCode: Int): Unit

  39. def setErrorCodeIsSet(value: Boolean): Unit

  40. def setErrorMessage(errorMessage: String): Unit

  41. def setErrorMessageIsSet(value: Boolean): Unit

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

    Definition Classes
    TStatus → TBase
  43. def setInfoMessages(infoMessages: List[String]): Unit

  44. def setInfoMessagesIsSet(value: Boolean): Unit

  45. def setSqlState(sqlState: String): Unit

  46. def setSqlStateIsSet(value: Boolean): Unit

  47. def setStatusCode(statusCode: TStatusCode): Unit

  48. def setStatusCodeIsSet(value: Boolean): Unit

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

    Definition Classes
    AnyRef
  50. def toString(): String

    Definition Classes
    TStatus → AnyRef → Any
  51. def unsetErrorCode(): Unit

  52. def unsetErrorMessage(): Unit

  53. def unsetInfoMessages(): Unit

  54. def unsetSqlState(): Unit

  55. def unsetStatusCode(): Unit

  56. def validate(): Unit

  57. final def wait(): Unit

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

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

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

    Definition Classes
    TStatus → TBase

Inherited from Cloneable

Inherited from TBase[TStatus, _Fields]

Inherited from Serializable

Inherited from Comparable[TStatus]

Inherited from AnyRef

Inherited from Any

Ungrouped