Class DataPartitionQueryParam


  • public class DataPartitionQueryParam
    extends java.lang.Object
    • 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)