Package org.apache.iotdb.mpp.rpc.thrift
Class TLoadCommandReq
- java.lang.Object
-
- org.apache.iotdb.mpp.rpc.thrift.TLoadCommandReq
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TLoadCommandReq>,org.apache.thrift.TBase<TLoadCommandReq,TLoadCommandReq._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.1)", date="2023-12-27") public class TLoadCommandReq extends Object implements org.apache.thrift.TBase<TLoadCommandReq,TLoadCommandReq._Fields>, Serializable, Cloneable, Comparable<TLoadCommandReq>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTLoadCommandReq._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them.
-
Field Summary
Fields Modifier and Type Field Description intcommandTypebooleanisGeneratedByPipestatic Map<TLoadCommandReq._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapStringuuid
-
Constructor Summary
Constructors Constructor Description TLoadCommandReq()TLoadCommandReq(int commandType, String uuid)TLoadCommandReq(TLoadCommandReq other)Performs a deep copy on other.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()intcompareTo(TLoadCommandReq other)TLoadCommandReqdeepCopy()booleanequals(Object that)booleanequals(TLoadCommandReq that)TLoadCommandReq._FieldsfieldForId(int fieldId)intgetCommandType()ObjectgetFieldValue(TLoadCommandReq._Fields field)StringgetUuid()inthashCode()booleanisIsGeneratedByPipe()booleanisSet(TLoadCommandReq._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisebooleanisSetCommandType()Returns true if field commandType is set (has been assigned a value) and false otherwisebooleanisSetIsGeneratedByPipe()Returns true if field isGeneratedByPipe is set (has been assigned a value) and false otherwisebooleanisSetUuid()Returns true if field uuid is set (has been assigned a value) and false otherwisevoidread(org.apache.thrift.protocol.TProtocol iprot)TLoadCommandReqsetCommandType(int commandType)voidsetCommandTypeIsSet(boolean value)voidsetFieldValue(TLoadCommandReq._Fields field, Object value)TLoadCommandReqsetIsGeneratedByPipe(boolean isGeneratedByPipe)voidsetIsGeneratedByPipeIsSet(boolean value)TLoadCommandReqsetUuid(String uuid)voidsetUuidIsSet(boolean value)StringtoString()voidunsetCommandType()voidunsetIsGeneratedByPipe()voidunsetUuid()voidvalidate()voidwrite(org.apache.thrift.protocol.TProtocol oprot)
-
-
-
Field Detail
-
commandType
public int commandType
-
uuid
public String uuid
-
isGeneratedByPipe
public boolean isGeneratedByPipe
-
metaDataMap
public static final Map<TLoadCommandReq._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
TLoadCommandReq
public TLoadCommandReq()
-
TLoadCommandReq
public TLoadCommandReq(int commandType, String uuid)
-
TLoadCommandReq
public TLoadCommandReq(TLoadCommandReq other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public TLoadCommandReq deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TLoadCommandReq,TLoadCommandReq._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<TLoadCommandReq,TLoadCommandReq._Fields>
-
getCommandType
public int getCommandType()
-
setCommandType
public TLoadCommandReq setCommandType(int commandType)
-
unsetCommandType
public void unsetCommandType()
-
isSetCommandType
public boolean isSetCommandType()
Returns true if field commandType is set (has been assigned a value) and false otherwise
-
setCommandTypeIsSet
public void setCommandTypeIsSet(boolean value)
-
getUuid
public String getUuid()
-
setUuid
public TLoadCommandReq setUuid(String uuid)
-
unsetUuid
public void unsetUuid()
-
isSetUuid
public boolean isSetUuid()
Returns true if field uuid is set (has been assigned a value) and false otherwise
-
setUuidIsSet
public void setUuidIsSet(boolean value)
-
isIsGeneratedByPipe
public boolean isIsGeneratedByPipe()
-
setIsGeneratedByPipe
public TLoadCommandReq setIsGeneratedByPipe(boolean isGeneratedByPipe)
-
unsetIsGeneratedByPipe
public void unsetIsGeneratedByPipe()
-
isSetIsGeneratedByPipe
public boolean isSetIsGeneratedByPipe()
Returns true if field isGeneratedByPipe is set (has been assigned a value) and false otherwise
-
setIsGeneratedByPipeIsSet
public void setIsGeneratedByPipeIsSet(boolean value)
-
setFieldValue
public void setFieldValue(TLoadCommandReq._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TLoadCommandReq,TLoadCommandReq._Fields>
-
getFieldValue
public Object getFieldValue(TLoadCommandReq._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TLoadCommandReq,TLoadCommandReq._Fields>
-
isSet
public boolean isSet(TLoadCommandReq._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<TLoadCommandReq,TLoadCommandReq._Fields>
-
equals
public boolean equals(TLoadCommandReq that)
-
compareTo
public int compareTo(TLoadCommandReq other)
- Specified by:
compareToin interfaceComparable<TLoadCommandReq>
-
fieldForId
public TLoadCommandReq._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TLoadCommandReq,TLoadCommandReq._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
-
-