Class TemplateTable
java.lang.Object
org.apache.iotdb.confignode.persistence.schema.TemplateTable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()voidcreateTemplate(Template template) voiddropTemplate(String templateName) voidextendTemplate(TemplateExtendInfo templateExtendInfo) getTemplate(int templateId) getTemplate(String name) voidprocessLoadSnapshot(File snapshotDir) booleanprocessTakeSnapshot(File snapshotDir)
-
Constructor Details
-
TemplateTable
public TemplateTable()
-
-
Method Details
-
getTemplate
- Throws:
MetadataException
-
getTemplate
- Throws:
MetadataException
-
getAllTemplate
-
createTemplate
- Throws:
MetadataException
-
dropTemplate
- Throws:
MetadataException
-
extendTemplate
- Throws:
MetadataException
-
processTakeSnapshot
- Throws:
IOException
-
processLoadSnapshot
- Throws:
IOException
-
clear
public void clear()
-