Packages

c

org.apache.hive.service.rpc.thrift

TGetOperationStatusResp

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

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

    Performs a deep copy on other.

  2. new TGetOperationStatusResp(status: TStatus)
  3. new TGetOperationStatusResp()

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 clear(): Unit
    Definition Classes
    TGetOperationStatusResp → TBase
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def compareTo(other: TGetOperationStatusResp): Int
    Definition Classes
    TGetOperationStatusResp → Comparable
  8. def deepCopy(): TGetOperationStatusResp
    Definition Classes
    TGetOperationStatusResp → TBase
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(that: TGetOperationStatusResp): Boolean
  11. def equals(that: Any): Boolean
    Definition Classes
    TGetOperationStatusResp → AnyRef → Any
  12. def fieldForId(fieldId: Int): _Fields
    Definition Classes
    TGetOperationStatusResp → TBase
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def getErrorCode(): Int
  16. def getErrorMessage(): String
  17. def getFieldValue(field: _Fields): AnyRef
    Definition Classes
    TGetOperationStatusResp → TBase
  18. def getOperationCompleted(): Long
  19. def getOperationStarted(): Long
  20. def getOperationState(): TOperationState

    See also

    TOperationState

  21. def getProgressUpdateResponse(): TProgressUpdateResp
  22. def getSqlState(): String
  23. def getStatus(): TStatus
  24. def getTaskStatus(): String
  25. def hashCode(): Int
    Definition Classes
    TGetOperationStatusResp → AnyRef → Any
  26. def isHasResultSet(): Boolean
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. 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
    TGetOperationStatusResp → TBase
  29. def isSetErrorCode(): Boolean

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

  30. def isSetErrorMessage(): Boolean

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

  31. def isSetHasResultSet(): Boolean

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

  32. def isSetOperationCompleted(): Boolean

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

  33. def isSetOperationStarted(): Boolean

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

  34. def isSetOperationState(): Boolean

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

  35. def isSetProgressUpdateResponse(): Boolean

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

  36. def isSetSqlState(): Boolean

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

  37. def isSetStatus(): Boolean

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

  38. def isSetTaskStatus(): Boolean

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

  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  42. def read(iprot: TProtocol): Unit
    Definition Classes
    TGetOperationStatusResp → TSerializable
  43. def setErrorCode(errorCode: Int): Unit
  44. def setErrorCodeIsSet(value: Boolean): Unit
  45. def setErrorMessage(errorMessage: String): Unit
  46. def setErrorMessageIsSet(value: Boolean): Unit
  47. def setFieldValue(field: _Fields, value: Any): Unit
    Definition Classes
    TGetOperationStatusResp → TBase
  48. def setHasResultSet(hasResultSet: Boolean): Unit
  49. def setHasResultSetIsSet(value: Boolean): Unit
  50. def setOperationCompleted(operationCompleted: Long): Unit
  51. def setOperationCompletedIsSet(value: Boolean): Unit
  52. def setOperationStarted(operationStarted: Long): Unit
  53. def setOperationStartedIsSet(value: Boolean): Unit
  54. def setOperationState(operationState: TOperationState): Unit

    See also

    TOperationState

  55. def setOperationStateIsSet(value: Boolean): Unit
  56. def setProgressUpdateResponse(progressUpdateResponse: TProgressUpdateResp): Unit
  57. def setProgressUpdateResponseIsSet(value: Boolean): Unit
  58. def setSqlState(sqlState: String): Unit
  59. def setSqlStateIsSet(value: Boolean): Unit
  60. def setStatus(status: TStatus): Unit
  61. def setStatusIsSet(value: Boolean): Unit
  62. def setTaskStatus(taskStatus: String): Unit
  63. def setTaskStatusIsSet(value: Boolean): Unit
  64. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  65. def toString(): String
    Definition Classes
    TGetOperationStatusResp → AnyRef → Any
  66. def unsetErrorCode(): Unit
  67. def unsetErrorMessage(): Unit
  68. def unsetHasResultSet(): Unit
  69. def unsetOperationCompleted(): Unit
  70. def unsetOperationStarted(): Unit
  71. def unsetOperationState(): Unit
  72. def unsetProgressUpdateResponse(): Unit
  73. def unsetSqlState(): Unit
  74. def unsetStatus(): Unit
  75. def unsetTaskStatus(): Unit
  76. def validate(): Unit
  77. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  78. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  79. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  80. def write(oprot: TProtocol): Unit
    Definition Classes
    TGetOperationStatusResp → TSerializable

Inherited from Cloneable

Inherited from TBase[TGetOperationStatusResp, _Fields]

Inherited from Serializable

Inherited from TSerializable

Inherited from Comparable[TGetOperationStatusResp]

Inherited from AnyRef

Inherited from Any

Ungrouped