Uses of Class
org.apache.iotdb.db.exception.PartitionViolationException
-
Packages that use PartitionViolationException Package Description org.apache.iotdb.db.engine.storagegroup org.apache.iotdb.db.engine.storagegroup.timeindex -
-
Uses of PartitionViolationException in org.apache.iotdb.db.engine.storagegroup
Methods in org.apache.iotdb.db.engine.storagegroup that throw PartitionViolationException Modifier and Type Method Description longTsFileResource. getTimePartitionWithCheck()Used when load new TsFiles not generated by the server Check and get the time partition -
Uses of PartitionViolationException in org.apache.iotdb.db.engine.storagegroup.timeindex
Methods in org.apache.iotdb.db.engine.storagegroup.timeindex that throw PartitionViolationException Modifier and Type Method Description longDeviceTimeIndex. getTimePartitionWithCheck(java.lang.String tsFilePath)longFileTimeIndex. getTimePartitionWithCheck(java.lang.String tsFilePath)longITimeIndex. getTimePartitionWithCheck(java.lang.String tsFilePath)get time partition with check.longV012FileTimeIndex. getTimePartitionWithCheck(java.lang.String tsFilePath)
-