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
- Alphabetic
- By Inheritance
- TProgressUpdateResp
- Cloneable
- TBase
- Serializable
- TSerializable
- Comparable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
TProgressUpdateResp(other: TProgressUpdateResp)
Performs a deep copy on other.
- new TProgressUpdateResp(headerNames: List[String], rows: List[List[String]], progressedPercentage: Double, status: TJobExecutionStatus, footerSummary: String, startTime: Long)
- new TProgressUpdateResp()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addToHeaderNames(elem: String): Unit
- def addToRows(elem: List[String]): Unit
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clear(): Unit
- Definition Classes
- TProgressUpdateResp → TBase
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
compareTo(other: TProgressUpdateResp): Int
- Definition Classes
- TProgressUpdateResp → Comparable
-
def
deepCopy(): TProgressUpdateResp
- Definition Classes
- TProgressUpdateResp → TBase
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(that: TProgressUpdateResp): Boolean
-
def
equals(that: Any): Boolean
- Definition Classes
- TProgressUpdateResp → AnyRef → Any
-
def
fieldForId(fieldId: Int): _Fields
- Definition Classes
- TProgressUpdateResp → TBase
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getFieldValue(field: _Fields): AnyRef
- Definition Classes
- TProgressUpdateResp → TBase
- def getFooterSummary(): String
- def getHeaderNames(): List[String]
- def getHeaderNamesIterator(): Iterator[String]
- def getHeaderNamesSize(): Int
- def getProgressedPercentage(): Double
- def getRows(): List[List[String]]
- def getRowsIterator(): Iterator[List[String]]
- def getRowsSize(): Int
- def getStartTime(): Long
-
def
getStatus(): TJobExecutionStatus
- See also
TJobExecutionStatus
-
def
hashCode(): Int
- Definition Classes
- TProgressUpdateResp → AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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
-
def
isSetFooterSummary(): Boolean
Returns true if field footerSummary is set (has been assigned a value) and false otherwise
-
def
isSetHeaderNames(): Boolean
Returns true if field headerNames is set (has been assigned a value) and false otherwise
-
def
isSetProgressedPercentage(): Boolean
Returns true if field progressedPercentage is set (has been assigned a value) and false otherwise
-
def
isSetRows(): Boolean
Returns true if field rows is set (has been assigned a value) and false otherwise
-
def
isSetStartTime(): Boolean
Returns true if field startTime is set (has been assigned a value) and false otherwise
-
def
isSetStatus(): Boolean
Returns true if field status is set (has been assigned a value) and false otherwise
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
read(iprot: TProtocol): Unit
- Definition Classes
- TProgressUpdateResp → TSerializable
-
def
setFieldValue(field: _Fields, value: Any): Unit
- Definition Classes
- TProgressUpdateResp → TBase
- def setFooterSummary(footerSummary: String): Unit
- def setFooterSummaryIsSet(value: Boolean): Unit
- def setHeaderNames(headerNames: List[String]): Unit
- def setHeaderNamesIsSet(value: Boolean): Unit
- def setProgressedPercentage(progressedPercentage: Double): Unit
- def setProgressedPercentageIsSet(value: Boolean): Unit
- def setRows(rows: List[List[String]]): Unit
- def setRowsIsSet(value: Boolean): Unit
- def setStartTime(startTime: Long): Unit
- def setStartTimeIsSet(value: Boolean): Unit
-
def
setStatus(status: TJobExecutionStatus): Unit
- See also
TJobExecutionStatus
- def setStatusIsSet(value: Boolean): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- TProgressUpdateResp → AnyRef → Any
- def unsetFooterSummary(): Unit
- def unsetHeaderNames(): Unit
- def unsetProgressedPercentage(): Unit
- def unsetRows(): Unit
- def unsetStartTime(): Unit
- def unsetStatus(): Unit
- def validate(): Unit
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
write(oprot: TProtocol): Unit
- Definition Classes
- TProgressUpdateResp → TSerializable