Uses of Class
org.apache.iotdb.db.qp.physical.sys.AutoCreateDeviceMNodePlan
-
Packages that use AutoCreateDeviceMNodePlan Package Description org.apache.iotdb.db.metadata.logfile org.apache.iotdb.db.metadata.schemaregion -
-
Uses of AutoCreateDeviceMNodePlan in org.apache.iotdb.db.metadata.logfile
Methods in org.apache.iotdb.db.metadata.logfile with parameters of type AutoCreateDeviceMNodePlan Modifier and Type Method Description voidMLogWriter. autoCreateDeviceMNode(AutoCreateDeviceMNodePlan plan) -
Uses of AutoCreateDeviceMNodePlan in org.apache.iotdb.db.metadata.schemaregion
Methods in org.apache.iotdb.db.metadata.schemaregion with parameters of type AutoCreateDeviceMNodePlan Modifier and Type Method Description voidISchemaRegion. autoCreateDeviceMNode(AutoCreateDeviceMNodePlan plan)voidSchemaRegionMemoryImpl. autoCreateDeviceMNode(AutoCreateDeviceMNodePlan plan)voidSchemaRegionSchemaFileImpl. autoCreateDeviceMNode(AutoCreateDeviceMNodePlan plan)
-