Uses of Class
org.apache.iotdb.db.qp.physical.sys.CreateTemplatePlan
-
-
Uses of CreateTemplatePlan in org.apache.iotdb.db.localconfignode
Methods in org.apache.iotdb.db.localconfignode with parameters of type CreateTemplatePlan Modifier and Type Method Description voidLocalConfigNode. createSchemaTemplate(CreateTemplatePlan plan) -
Uses of CreateTemplatePlan in org.apache.iotdb.db.metadata
Methods in org.apache.iotdb.db.metadata with parameters of type CreateTemplatePlan Modifier and Type Method Description voidLocalSchemaProcessor. createSchemaTemplate(CreateTemplatePlan plan) -
Uses of CreateTemplatePlan in org.apache.iotdb.db.metadata.logfile
Methods in org.apache.iotdb.db.metadata.logfile with parameters of type CreateTemplatePlan Modifier and Type Method Description voidMLogTxtWriter. createSchemaTemplate(CreateTemplatePlan plan)voidMLogWriter. createSchemaTemplate(CreateTemplatePlan plan) -
Uses of CreateTemplatePlan in org.apache.iotdb.db.metadata.template
Methods in org.apache.iotdb.db.metadata.template with parameters of type CreateTemplatePlan Modifier and Type Method Description voidTemplateLogWriter. createSchemaTemplate(CreateTemplatePlan plan)voidTemplateManager. createSchemaTemplate(CreateTemplatePlan plan)Constructors in org.apache.iotdb.db.metadata.template with parameters of type CreateTemplatePlan Constructor Description Template(CreateTemplatePlan plan)build a template from a createTemplatePlan -
Uses of CreateTemplatePlan in org.apache.iotdb.db.qp.physical.sys
Methods in org.apache.iotdb.db.qp.physical.sys that return CreateTemplatePlan Modifier and Type Method Description static CreateTemplatePlanCreateTemplatePlan. deserializeFromReq(java.nio.ByteBuffer buffer)
-