Class DataPartitionQueryParam
- java.lang.Object
-
- org.apache.iotdb.commons.partition.DataPartitionQueryParam
-
public class DataPartitionQueryParam extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DataPartitionQueryParam()DataPartitionQueryParam(java.lang.String devicePath, java.util.List<org.apache.iotdb.common.rpc.thrift.TTimePartitionSlot> timePartitionSlotList)DataPartitionQueryParam(java.lang.String devicePath, java.util.List<org.apache.iotdb.common.rpc.thrift.TTimePartitionSlot> timePartitionSlotList, boolean needLeftAll, boolean needRightAll)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDevicePath()java.util.List<org.apache.iotdb.common.rpc.thrift.TTimePartitionSlot>getTimePartitionSlotList()booleanisNeedLeftAll()booleanisNeedRightAll()voidsetDevicePath(java.lang.String devicePath)voidsetNeedLeftAll(boolean needLeftAll)voidsetNeedRightAll(boolean needRightAll)voidsetTimePartitionSlotList(java.util.List<org.apache.iotdb.common.rpc.thrift.TTimePartitionSlot> timePartitionSlotList)
-
-
-
Constructor Detail
-
DataPartitionQueryParam
public DataPartitionQueryParam(java.lang.String devicePath, java.util.List<org.apache.iotdb.common.rpc.thrift.TTimePartitionSlot> timePartitionSlotList)
-
DataPartitionQueryParam
public DataPartitionQueryParam(java.lang.String devicePath, java.util.List<org.apache.iotdb.common.rpc.thrift.TTimePartitionSlot> timePartitionSlotList, boolean needLeftAll, boolean needRightAll)
-
DataPartitionQueryParam
public DataPartitionQueryParam()
-
-
Method Detail
-
getDevicePath
public java.lang.String getDevicePath()
-
setDevicePath
public void setDevicePath(java.lang.String devicePath)
-
getTimePartitionSlotList
public java.util.List<org.apache.iotdb.common.rpc.thrift.TTimePartitionSlot> getTimePartitionSlotList()
-
setTimePartitionSlotList
public void setTimePartitionSlotList(java.util.List<org.apache.iotdb.common.rpc.thrift.TTimePartitionSlot> timePartitionSlotList)
-
isNeedLeftAll
public boolean isNeedLeftAll()
-
setNeedLeftAll
public void setNeedLeftAll(boolean needLeftAll)
-
isNeedRightAll
public boolean isNeedRightAll()
-
setNeedRightAll
public void setNeedRightAll(boolean needRightAll)
-
-