Class TProgressUpdateResp
java.lang.Object
com.databricks.jdbc.model.client.thrift.generated.TProgressUpdateResp
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TProgressUpdateResp>,org.apache.thrift.TBase<TProgressUpdateResp,,TProgressUpdateResp._Fields> org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.19.0)",
date="2025-05-08")
public class TProgressUpdateResp
extends Object
implements org.apache.thrift.TBase<TProgressUpdateResp,TProgressUpdateResp._Fields>, Serializable, Cloneable, Comparable<TProgressUpdateResp>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe set of fields this struct contains, along with convenience methods for finding and manipulating them. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Map<TProgressUpdateResp._Fields, org.apache.thrift.meta_data.FieldMetaData> doublelong -
Constructor Summary
ConstructorsConstructorDescriptionPerforms a deep copy on other.TProgressUpdateResp(List<String> headerNames, List<List<String>> rows, double progressedPercentage, TJobExecutionStatus status, String footerSummary, long startTime) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddToHeaderNames(String elem) voidvoidclear()intcompareTo(TProgressUpdateResp other) deepCopy()booleanequals(TProgressUpdateResp that) booleanfieldForId(int fieldId) intdoublegetRows()intlonginthashCode()booleanisSet(TProgressUpdateResp._Fields field) Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanReturns true if field footerSummary is set (has been assigned a value) and false otherwisebooleanReturns true if field headerNames is set (has been assigned a value) and false otherwisebooleanReturns true if field progressedPercentage is set (has been assigned a value) and false otherwisebooleanReturns true if field rows is set (has been assigned a value) and false otherwisebooleanReturns true if field startTime is set (has been assigned a value) and false otherwisebooleanReturns true if field status is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot) voidsetFieldValue(TProgressUpdateResp._Fields field, Object value) setFooterSummary(String footerSummary) voidsetFooterSummaryIsSet(boolean value) setHeaderNames(List<String> headerNames) voidsetHeaderNamesIsSet(boolean value) setProgressedPercentage(double progressedPercentage) voidsetProgressedPercentageIsSet(boolean value) voidsetRowsIsSet(boolean value) setStartTime(long startTime) voidsetStartTimeIsSet(boolean value) setStatus(TJobExecutionStatus status) voidsetStatusIsSet(boolean value) toString()voidvoidvoidvoidvoidvoidvoidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
Field Details
-
headerNames
-
rows
-
progressedPercentage
public double progressedPercentage -
status
- See Also:
-
startTime
public long startTime -
metaDataMap
public static final Map<TProgressUpdateResp._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
TProgressUpdateResp
public TProgressUpdateResp() -
TProgressUpdateResp
-
TProgressUpdateResp
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TProgressUpdateResp,TProgressUpdateResp._Fields>
-
clear
public void clear()- Specified by:
clearin interfaceorg.apache.thrift.TBase<TProgressUpdateResp,TProgressUpdateResp._Fields>
-
getHeaderNamesSize
public int getHeaderNamesSize() -
getHeaderNamesIterator
-
addToHeaderNames
-
getHeaderNames
-
setHeaderNames
-
unsetHeaderNames
public void unsetHeaderNames() -
isSetHeaderNames
public boolean isSetHeaderNames()Returns true if field headerNames is set (has been assigned a value) and false otherwise -
setHeaderNamesIsSet
public void setHeaderNamesIsSet(boolean value) -
getRowsSize
public int getRowsSize() -
getRowsIterator
-
addToRows
-
getRows
-
setRows
-
unsetRows
public void unsetRows() -
isSetRows
public boolean isSetRows()Returns true if field rows is set (has been assigned a value) and false otherwise -
setRowsIsSet
public void setRowsIsSet(boolean value) -
getProgressedPercentage
public double getProgressedPercentage() -
setProgressedPercentage
-
unsetProgressedPercentage
public void unsetProgressedPercentage() -
isSetProgressedPercentage
public boolean isSetProgressedPercentage()Returns true if field progressedPercentage is set (has been assigned a value) and false otherwise -
setProgressedPercentageIsSet
public void setProgressedPercentageIsSet(boolean value) -
getStatus
- See Also:
-
setStatus
- See Also:
-
unsetStatus
public void unsetStatus() -
isSetStatus
public boolean isSetStatus()Returns true if field status is set (has been assigned a value) and false otherwise -
setStatusIsSet
public void setStatusIsSet(boolean value) -
getStartTime
public long getStartTime() -
setStartTime
-
unsetStartTime
public void unsetStartTime() -
isSetStartTime
public boolean isSetStartTime()Returns true if field startTime is set (has been assigned a value) and false otherwise -
setStartTimeIsSet
public void setStartTimeIsSet(boolean value) -
setFieldValue
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TProgressUpdateResp,TProgressUpdateResp._Fields>
-
getFieldValue
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TProgressUpdateResp,TProgressUpdateResp._Fields>
-
isSet
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSetin interfaceorg.apache.thrift.TBase<TProgressUpdateResp,TProgressUpdateResp._Fields>
-
equals
-
equals
-
hashCode
-
compareTo
- Specified by:
compareToin interfaceComparable<TProgressUpdateResp>
-
fieldForId
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TProgressUpdateResp,TProgressUpdateResp._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException - Specified by:
readin interfaceorg.apache.thrift.TSerializable- Throws:
org.apache.thrift.TException
-
write
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException - Specified by:
writein interfaceorg.apache.thrift.TSerializable- Throws:
org.apache.thrift.TException
-
toString
-
validate
public void validate() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-