Class TDataPartitionReq
- java.lang.Object
-
- org.apache.iotdb.confignode.rpc.thrift.TDataPartitionReq
-
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<TDataPartitionReq>,org.apache.thrift.TBase<TDataPartitionReq,TDataPartitionReq._Fields>,org.apache.thrift.TSerializable
@Generated(value="Autogenerated by Thrift Compiler (0.14.1)", date="2024-04-19") public class TDataPartitionReq extends Object implements org.apache.thrift.TBase<TDataPartitionReq,TDataPartitionReq._Fields>, Serializable, Cloneable, Comparable<TDataPartitionReq>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTDataPartitionReq._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<TDataPartitionReq._Fields,org.apache.thrift.meta_data.FieldMetaData>metaDataMapMap<String,Map<TSeriesPartitionSlot,TTimeSlotList>>partitionSlotsMap
-
Constructor Summary
Constructors Constructor Description TDataPartitionReq()TDataPartitionReq(Map<String,Map<TSeriesPartitionSlot,TTimeSlotList>> partitionSlotsMap)TDataPartitionReq(TDataPartitionReq other)Performs a deep copy on other.
-
Method Summary
-
-
-
Field Detail
-
partitionSlotsMap
public Map<String,Map<TSeriesPartitionSlot,TTimeSlotList>> partitionSlotsMap
-
metaDataMap
public static final Map<TDataPartitionReq._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Detail
-
TDataPartitionReq
public TDataPartitionReq()
-
TDataPartitionReq
public TDataPartitionReq(Map<String,Map<TSeriesPartitionSlot,TTimeSlotList>> partitionSlotsMap)
-
TDataPartitionReq
public TDataPartitionReq(TDataPartitionReq other)
Performs a deep copy on other.
-
-
Method Detail
-
deepCopy
public TDataPartitionReq deepCopy()
- Specified by:
deepCopyin interfaceorg.apache.thrift.TBase<TDataPartitionReq,TDataPartitionReq._Fields>
-
clear
public void clear()
- Specified by:
clearin interfaceorg.apache.thrift.TBase<TDataPartitionReq,TDataPartitionReq._Fields>
-
getPartitionSlotsMapSize
public int getPartitionSlotsMapSize()
-
putToPartitionSlotsMap
public void putToPartitionSlotsMap(String key, Map<TSeriesPartitionSlot,TTimeSlotList> val)
-
getPartitionSlotsMap
public Map<String,Map<TSeriesPartitionSlot,TTimeSlotList>> getPartitionSlotsMap()
-
setPartitionSlotsMap
public TDataPartitionReq setPartitionSlotsMap(Map<String,Map<TSeriesPartitionSlot,TTimeSlotList>> partitionSlotsMap)
-
unsetPartitionSlotsMap
public void unsetPartitionSlotsMap()
-
isSetPartitionSlotsMap
public boolean isSetPartitionSlotsMap()
Returns true if field partitionSlotsMap is set (has been assigned a value) and false otherwise
-
setPartitionSlotsMapIsSet
public void setPartitionSlotsMapIsSet(boolean value)
-
setFieldValue
public void setFieldValue(TDataPartitionReq._Fields field, Object value)
- Specified by:
setFieldValuein interfaceorg.apache.thrift.TBase<TDataPartitionReq,TDataPartitionReq._Fields>
-
getFieldValue
public Object getFieldValue(TDataPartitionReq._Fields field)
- Specified by:
getFieldValuein interfaceorg.apache.thrift.TBase<TDataPartitionReq,TDataPartitionReq._Fields>
-
isSet
public boolean isSet(TDataPartitionReq._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<TDataPartitionReq,TDataPartitionReq._Fields>
-
equals
public boolean equals(TDataPartitionReq that)
-
compareTo
public int compareTo(TDataPartitionReq other)
- Specified by:
compareToin interfaceComparable<TDataPartitionReq>
-
fieldForId
public TDataPartitionReq._Fields fieldForId(int fieldId)
- Specified by:
fieldForIdin interfaceorg.apache.thrift.TBase<TDataPartitionReq,TDataPartitionReq._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
-
-