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
- Alphabetic
- By Inheritance
- TGetOperationStatusResp
- Cloneable
- TBase
- Serializable
- TSerializable
- Comparable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
TGetOperationStatusResp(other: TGetOperationStatusResp)
Performs a deep copy on other.
- new TGetOperationStatusResp(status: TStatus)
- new TGetOperationStatusResp()
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clear(): Unit
- Definition Classes
- TGetOperationStatusResp → TBase
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
compareTo(other: TGetOperationStatusResp): Int
- Definition Classes
- TGetOperationStatusResp → Comparable
-
def
deepCopy(): TGetOperationStatusResp
- Definition Classes
- TGetOperationStatusResp → TBase
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(that: TGetOperationStatusResp): Boolean
-
def
equals(that: Any): Boolean
- Definition Classes
- TGetOperationStatusResp → AnyRef → Any
-
def
fieldForId(fieldId: Int): _Fields
- Definition Classes
- TGetOperationStatusResp → 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 getErrorCode(): Int
- def getErrorMessage(): String
-
def
getFieldValue(field: _Fields): AnyRef
- Definition Classes
- TGetOperationStatusResp → TBase
- def getOperationCompleted(): Long
- def getOperationStarted(): Long
-
def
getOperationState(): TOperationState
- See also
TOperationState
- def getProgressUpdateResponse(): TProgressUpdateResp
- def getSqlState(): String
- def getStatus(): TStatus
- def getTaskStatus(): String
-
def
hashCode(): Int
- Definition Classes
- TGetOperationStatusResp → AnyRef → Any
- def isHasResultSet(): Boolean
-
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
- TGetOperationStatusResp → TBase
-
def
isSetErrorCode(): Boolean
Returns true if field errorCode is set (has been assigned a value) and false otherwise
-
def
isSetErrorMessage(): Boolean
Returns true if field errorMessage is set (has been assigned a value) and false otherwise
-
def
isSetHasResultSet(): Boolean
Returns true if field hasResultSet is set (has been assigned a value) and false otherwise
-
def
isSetOperationCompleted(): Boolean
Returns true if field operationCompleted is set (has been assigned a value) and false otherwise
-
def
isSetOperationStarted(): Boolean
Returns true if field operationStarted is set (has been assigned a value) and false otherwise
-
def
isSetOperationState(): Boolean
Returns true if field operationState is set (has been assigned a value) and false otherwise
-
def
isSetProgressUpdateResponse(): Boolean
Returns true if field progressUpdateResponse is set (has been assigned a value) and false otherwise
-
def
isSetSqlState(): Boolean
Returns true if field sqlState 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
-
def
isSetTaskStatus(): Boolean
Returns true if field taskStatus 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
- TGetOperationStatusResp → TSerializable
- def setErrorCode(errorCode: Int): Unit
- def setErrorCodeIsSet(value: Boolean): Unit
- def setErrorMessage(errorMessage: String): Unit
- def setErrorMessageIsSet(value: Boolean): Unit
-
def
setFieldValue(field: _Fields, value: Any): Unit
- Definition Classes
- TGetOperationStatusResp → TBase
- def setHasResultSet(hasResultSet: Boolean): Unit
- def setHasResultSetIsSet(value: Boolean): Unit
- def setOperationCompleted(operationCompleted: Long): Unit
- def setOperationCompletedIsSet(value: Boolean): Unit
- def setOperationStarted(operationStarted: Long): Unit
- def setOperationStartedIsSet(value: Boolean): Unit
-
def
setOperationState(operationState: TOperationState): Unit
- See also
TOperationState
- def setOperationStateIsSet(value: Boolean): Unit
- def setProgressUpdateResponse(progressUpdateResponse: TProgressUpdateResp): Unit
- def setProgressUpdateResponseIsSet(value: Boolean): Unit
- def setSqlState(sqlState: String): Unit
- def setSqlStateIsSet(value: Boolean): Unit
- def setStatus(status: TStatus): Unit
- def setStatusIsSet(value: Boolean): Unit
- def setTaskStatus(taskStatus: String): Unit
- def setTaskStatusIsSet(value: Boolean): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- TGetOperationStatusResp → AnyRef → Any
- def unsetErrorCode(): Unit
- def unsetErrorMessage(): Unit
- def unsetHasResultSet(): Unit
- def unsetOperationCompleted(): Unit
- def unsetOperationStarted(): Unit
- def unsetOperationState(): Unit
- def unsetProgressUpdateResponse(): Unit
- def unsetSqlState(): Unit
- def unsetStatus(): Unit
- def unsetTaskStatus(): 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
- TGetOperationStatusResp → TSerializable