Packages

c

org.apache.hive.service.rpc.thrift

TProgressUpdateResp

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

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

    Performs a deep copy on other.

  2. new TProgressUpdateResp(headerNames: List[String], rows: List[List[String]], progressedPercentage: Double, status: TJobExecutionStatus, footerSummary: String, startTime: Long)
  3. new TProgressUpdateResp()

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 addToHeaderNames(elem: String): Unit
  5. def addToRows(elem: List[String]): Unit
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clear(): Unit
    Definition Classes
    TProgressUpdateResp → TBase
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. def compareTo(other: TProgressUpdateResp): Int
    Definition Classes
    TProgressUpdateResp → Comparable
  10. def deepCopy(): TProgressUpdateResp
    Definition Classes
    TProgressUpdateResp → TBase
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(that: TProgressUpdateResp): Boolean
  13. def equals(that: Any): Boolean
    Definition Classes
    TProgressUpdateResp → AnyRef → Any
  14. def fieldForId(fieldId: Int): _Fields
    Definition Classes
    TProgressUpdateResp → TBase
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def getFieldValue(field: _Fields): AnyRef
    Definition Classes
    TProgressUpdateResp → TBase
  18. def getFooterSummary(): String
  19. def getHeaderNames(): List[String]
  20. def getHeaderNamesIterator(): Iterator[String]
  21. def getHeaderNamesSize(): Int
  22. def getProgressedPercentage(): Double
  23. def getRows(): List[List[String]]
  24. def getRowsIterator(): Iterator[List[String]]
  25. def getRowsSize(): Int
  26. def getStartTime(): Long
  27. def getStatus(): TJobExecutionStatus

    See also

    TJobExecutionStatus

  28. def hashCode(): Int
    Definition Classes
    TProgressUpdateResp → AnyRef → Any
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. 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
    TProgressUpdateResp → TBase
  31. def isSetFooterSummary(): Boolean

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

  32. def isSetHeaderNames(): Boolean

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

  33. def isSetProgressedPercentage(): Boolean

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

  34. def isSetRows(): Boolean

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

  35. def isSetStartTime(): Boolean

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

  36. def isSetStatus(): Boolean

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

  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. def read(iprot: TProtocol): Unit
    Definition Classes
    TProgressUpdateResp → TSerializable
  41. def setFieldValue(field: _Fields, value: Any): Unit
    Definition Classes
    TProgressUpdateResp → TBase
  42. def setFooterSummary(footerSummary: String): Unit
  43. def setFooterSummaryIsSet(value: Boolean): Unit
  44. def setHeaderNames(headerNames: List[String]): Unit
  45. def setHeaderNamesIsSet(value: Boolean): Unit
  46. def setProgressedPercentage(progressedPercentage: Double): Unit
  47. def setProgressedPercentageIsSet(value: Boolean): Unit
  48. def setRows(rows: List[List[String]]): Unit
  49. def setRowsIsSet(value: Boolean): Unit
  50. def setStartTime(startTime: Long): Unit
  51. def setStartTimeIsSet(value: Boolean): Unit
  52. def setStatus(status: TJobExecutionStatus): Unit

    See also

    TJobExecutionStatus

  53. def setStatusIsSet(value: Boolean): Unit
  54. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  55. def toString(): String
    Definition Classes
    TProgressUpdateResp → AnyRef → Any
  56. def unsetFooterSummary(): Unit
  57. def unsetHeaderNames(): Unit
  58. def unsetProgressedPercentage(): Unit
  59. def unsetRows(): Unit
  60. def unsetStartTime(): Unit
  61. def unsetStatus(): Unit
  62. def validate(): Unit
  63. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  66. def write(oprot: TProtocol): Unit
    Definition Classes
    TProgressUpdateResp → TSerializable

Inherited from Cloneable

Inherited from TBase[TProgressUpdateResp, _Fields]

Inherited from Serializable

Inherited from TSerializable

Inherited from Comparable[TProgressUpdateResp]

Inherited from AnyRef

Inherited from Any

Ungrouped