Package ai.heavy.thrift.server
Class Heavy.execute_query_step_args
- java.lang.Object
-
- ai.heavy.thrift.server.Heavy.execute_query_step_args
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<Heavy.execute_query_step_args>,org.apache.thrift.TBase<Heavy.execute_query_step_args,Heavy.execute_query_step_args._Fields>,org.apache.thrift.TSerializable
- Enclosing class:
- Heavy
public static class Heavy.execute_query_step_args extends Object implements org.apache.thrift.TBase<Heavy.execute_query_step_args,Heavy.execute_query_step_args._Fields>, Serializable, Cloneable, Comparable<Heavy.execute_query_step_args>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHeavy.execute_query_step_args._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description static Map<Heavy.execute_query_step_args._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapTPendingQuerypending_queryStringstart_time_strlongsubquery_id
-
Constructor Summary
Constructors Constructor Description execute_query_step_args()execute_query_step_args(Heavy.execute_query_step_args other)Performs a deep copy on other.execute_query_step_args(TPendingQuery pending_query, long subquery_id, String start_time_str)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()intcompareTo(Heavy.execute_query_step_args other)Heavy.execute_query_step_argsdeepCopy()booleanequals(Heavy.execute_query_step_args that)booleanequals(Object that)Heavy.execute_query_step_args._FieldsfieldForId(int fieldId)ObjectgetFieldValue(Heavy.execute_query_step_args._Fields field)TPendingQuerygetPending_query()StringgetStart_time_str()longgetSubquery_id()inthashCode()booleanisSet(Heavy.execute_query_step_args._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetPending_query()Returns true if field pending_query is set (has been assigned a value) and false otherwisebooleanisSetStart_time_str()Returns true if field start_time_str is set (has been assigned a value) and false otherwisebooleanisSetSubquery_id()Returns true if field subquery_id is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)voidsetFieldValue(Heavy.execute_query_step_args._Fields field, Object value)Heavy.execute_query_step_argssetPending_query(TPendingQuery pending_query)voidsetPending_queryIsSet(boolean value)Heavy.execute_query_step_argssetStart_time_str(String start_time_str)voidsetStart_time_strIsSet(boolean value)Heavy.execute_query_step_argssetSubquery_id(long subquery_id)voidsetSubquery_idIsSet(boolean value)StringtoString()voidunsetPending_query()voidunsetStart_time_str()voidunsetSubquery_id()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
pending_query
public TPendingQuery pending_query
-
subquery_id
public long subquery_id
-
start_time_str
public String start_time_str
-
metaDataMap
public static final Map<Heavy.execute_query_step_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
execute_query_step_args
public execute_query_step_args()
-
execute_query_step_args
public execute_query_step_args(TPendingQuery pending_query, long subquery_id, String start_time_str)
-
execute_query_step_args
public execute_query_step_args(Heavy.execute_query_step_args other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public Heavy.execute_query_step_args deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<Heavy.execute_query_step_args,Heavy.execute_query_step_args._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<Heavy.execute_query_step_args,Heavy.execute_query_step_args._Fields>
-
getPending_query
public TPendingQuery getPending_query()
-
setPending_query
public Heavy.execute_query_step_args setPending_query(TPendingQuery pending_query)
-
unsetPending_query
public void unsetPending_query()
-
isSetPending_query
public boolean isSetPending_query()
Returns true if field pending_query is set (has been assigned a value) and false otherwise
-
setPending_queryIsSet
public void setPending_queryIsSet(boolean value)
-
getSubquery_id
public long getSubquery_id()
-
setSubquery_id
public Heavy.execute_query_step_args setSubquery_id(long subquery_id)
-
unsetSubquery_id
public void unsetSubquery_id()
-
isSetSubquery_id
public boolean isSetSubquery_id()
Returns true if field subquery_id is set (has been assigned a value) and false otherwise
-
setSubquery_idIsSet
public void setSubquery_idIsSet(boolean value)
-
getStart_time_str
public String getStart_time_str()
-
setStart_time_str
public Heavy.execute_query_step_args setStart_time_str(String start_time_str)
-
unsetStart_time_str
public void unsetStart_time_str()
-
isSetStart_time_str
public boolean isSetStart_time_str()
Returns true if field start_time_str is set (has been assigned a value) and false otherwise
-
setStart_time_strIsSet
public void setStart_time_strIsSet(boolean value)
-
setFieldValue
public void setFieldValue(Heavy.execute_query_step_args._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<Heavy.execute_query_step_args,Heavy.execute_query_step_args._Fields>
-
getFieldValue
public Object getFieldValue(Heavy.execute_query_step_args._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<Heavy.execute_query_step_args,Heavy.execute_query_step_args._Fields>
-
isSet
public boolean isSet(Heavy.execute_query_step_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSetin interfaceorg.apache.thrift.TBase<Heavy.execute_query_step_args,Heavy.execute_query_step_args._Fields>
-
equals
public boolean equals(Heavy.execute_query_step_args that)
-
compareTo
public int compareTo(Heavy.execute_query_step_args other)
- Specified by:
compareToin interfaceComparable<Heavy.execute_query_step_args>
-
fieldForId
public Heavy.execute_query_step_args._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<Heavy.execute_query_step_args,Heavy.execute_query_step_args._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
-
validate
public void validate() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
-