Class ActivateTemplateStatement
- java.lang.Object
-
- org.apache.iotdb.db.mpp.plan.statement.StatementNode
-
- org.apache.iotdb.db.mpp.plan.statement.Statement
-
- org.apache.iotdb.db.mpp.plan.statement.metadata.template.ActivateTemplateStatement
-
public class ActivateTemplateStatement extends Statement
-
-
Field Summary
-
Fields inherited from class org.apache.iotdb.db.mpp.plan.statement.Statement
isDebug, statementType
-
-
Constructor Summary
Constructors Constructor Description ActivateTemplateStatement()ActivateTemplateStatement(org.apache.iotdb.commons.path.PartialPath path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R,C>
Raccept(StatementVisitor<R,C> visitor, C context)Accessible forStatementVisitor, useStatementVisitor.process(StatementNode, Object)instead.org.apache.iotdb.commons.path.PartialPathgetPath()java.util.List<? extends org.apache.iotdb.commons.path.PartialPath>getPaths()voidsetPath(org.apache.iotdb.commons.path.PartialPath path)
-
-
-
Method Detail
-
getPaths
public java.util.List<? extends org.apache.iotdb.commons.path.PartialPath> getPaths()
-
getPath
public org.apache.iotdb.commons.path.PartialPath getPath()
-
setPath
public void setPath(org.apache.iotdb.commons.path.PartialPath path)
-
accept
public <R,C> R accept(StatementVisitor<R,C> visitor, C context)
Description copied from class:StatementNodeAccessible forStatementVisitor, useStatementVisitor.process(StatementNode, Object)instead.- Overrides:
acceptin classStatementNode
-
-