Uses of Class
org.apache.iotdb.common.rpc.thrift.TTimePartitionSlot
-
-
Uses of TTimePartitionSlot in org.apache.iotdb.common.rpc.thrift
Methods in org.apache.iotdb.common.rpc.thrift that return TTimePartitionSlot Modifier and Type Method Description TTimePartitionSlotTTimePartitionSlot. deepCopy()TTimePartitionSlotTTimePartitionSlot. setStartTime(long startTime)Methods in org.apache.iotdb.common.rpc.thrift with parameters of type TTimePartitionSlot Modifier and Type Method Description intTTimePartitionSlot. compareTo(TTimePartitionSlot other)booleanTTimePartitionSlot. equals(TTimePartitionSlot that)Constructors in org.apache.iotdb.common.rpc.thrift with parameters of type TTimePartitionSlot Constructor Description TTimePartitionSlot(TTimePartitionSlot other)Performs a deep copy on other.
-