Class SchemaRegionUtils
- java.lang.Object
-
- org.apache.iotdb.db.metadata.schemaregion.SchemaRegionUtils
-
public class SchemaRegionUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SchemaRegionUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcheckDataTypeMatch(InsertPlan plan, int loc, org.apache.iotdb.tsfile.file.metadata.enums.TSDataType dataType)static voiddeleteSchemaRegionFolder(java.lang.String schemaRegionDirPath, org.slf4j.Logger logger)
-
-
-
Method Detail
-
deleteSchemaRegionFolder
public static void deleteSchemaRegionFolder(java.lang.String schemaRegionDirPath, org.slf4j.Logger logger) throws org.apache.iotdb.commons.exception.MetadataException- Throws:
org.apache.iotdb.commons.exception.MetadataException
-
checkDataTypeMatch
public static void checkDataTypeMatch(InsertPlan plan, int loc, org.apache.iotdb.tsfile.file.metadata.enums.TSDataType dataType) throws org.apache.iotdb.commons.exception.MetadataException
- Throws:
org.apache.iotdb.commons.exception.MetadataException
-
-