Class SchemaRegionUtils


  • public class SchemaRegionUtils
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void checkDataTypeMatch​(InsertPlan plan, int loc, org.apache.iotdb.tsfile.file.metadata.enums.TSDataType dataType)  
      static void deleteSchemaRegionFolder​(java.lang.String schemaRegionDirPath, org.slf4j.Logger logger)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SchemaRegionUtils

        public SchemaRegionUtils()
    • 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