Uses of Interface
org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISchemaFile
-
Packages that use ISchemaFile Package Description org.apache.iotdb.db.metadata.mtree.store.disk.schemafile -
-
Uses of ISchemaFile in org.apache.iotdb.db.metadata.mtree.store.disk.schemafile
Classes in org.apache.iotdb.db.metadata.mtree.store.disk.schemafile that implement ISchemaFile Modifier and Type Class Description classMockSchemaFileclassSchemaFileThis class is mainly aimed to manage space all over the file.Methods in org.apache.iotdb.db.metadata.mtree.store.disk.schemafile that return ISchemaFile Modifier and Type Method Description static ISchemaFileSchemaFile. initSchemaFile(java.lang.String sgName, int schemaRegionId)static ISchemaFileSchemaFile. loadSchemaFile(java.io.File file)static ISchemaFileSchemaFile. loadSchemaFile(java.lang.String sgName, int schemaRegionId)
-