Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TTimeSlotList
-
-
Uses of TTimeSlotList in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift with type parameters of type TTimeSlotList Modifier and Type Field Description Map<String,Map<TSeriesPartitionSlot,TTimeSlotList>>TDataPartitionReq. partitionSlotsMapMethods in org.apache.iotdb.confignode.rpc.thrift that return TTimeSlotList Modifier and Type Method Description TTimeSlotListTTimeSlotList. deepCopy()TTimeSlotListTTimeSlotList. setNeedLeftAll(boolean needLeftAll)TTimeSlotListTTimeSlotList. setNeedRightAll(boolean needRightAll)TTimeSlotListTTimeSlotList. setTimePartitionSlots(List<TTimePartitionSlot> timePartitionSlots)Methods in org.apache.iotdb.confignode.rpc.thrift that return types with arguments of type TTimeSlotList Modifier and Type Method Description Map<String,Map<TSeriesPartitionSlot,TTimeSlotList>>TDataPartitionReq. getPartitionSlotsMap()Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TTimeSlotList Modifier and Type Method Description intTTimeSlotList. compareTo(TTimeSlotList other)booleanTTimeSlotList. equals(TTimeSlotList that)Method parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TTimeSlotList Modifier and Type Method Description voidTDataPartitionReq. putToPartitionSlotsMap(String key, Map<TSeriesPartitionSlot,TTimeSlotList> val)TDataPartitionReqTDataPartitionReq. setPartitionSlotsMap(Map<String,Map<TSeriesPartitionSlot,TTimeSlotList>> partitionSlotsMap)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TTimeSlotList Constructor Description TTimeSlotList(TTimeSlotList other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TTimeSlotList Constructor Description TDataPartitionReq(Map<String,Map<TSeriesPartitionSlot,TTimeSlotList>> partitionSlotsMap)
-