Uses of Class
org.apache.iotdb.db.metadata.template.Template
-
-
Uses of Template in org.apache.iotdb.db.metadata
Methods in org.apache.iotdb.db.metadata that return Template Modifier and Type Method Description TemplateLocalSchemaProcessor. getTemplate(java.lang.String templateName) -
Uses of Template in org.apache.iotdb.db.metadata.idtable.entry
Methods in org.apache.iotdb.db.metadata.idtable.entry that return Template Modifier and Type Method Description TemplateInsertMeasurementMNode. getSchemaTemplate()TemplateInsertMeasurementMNode. getUpperTemplate()Methods in org.apache.iotdb.db.metadata.idtable.entry with parameters of type Template Modifier and Type Method Description voidInsertMeasurementMNode. setSchemaTemplate(Template schemaTemplate) -
Uses of Template in org.apache.iotdb.db.metadata.mnode
Fields in org.apache.iotdb.db.metadata.mnode declared as Template Modifier and Type Field Description protected TemplateInternalMNode. schemaTemplateMethods in org.apache.iotdb.db.metadata.mnode that return Template Modifier and Type Method Description TemplateIMNode. getSchemaTemplate()TemplateInternalMNode. getSchemaTemplate()TemplateMeasurementMNode. getSchemaTemplate()TemplateIMNode. getUpperTemplate()TemplateInternalMNode. getUpperTemplate()get upper template of this node, remember we get nearest template alone this node to rootTemplateMeasurementMNode. getUpperTemplate()Methods in org.apache.iotdb.db.metadata.mnode with parameters of type Template Modifier and Type Method Description voidIMNode. setSchemaTemplate(Template schemaTemplate)voidInternalMNode. setSchemaTemplate(Template schemaTemplate)voidMeasurementMNode. setSchemaTemplate(Template schemaTemplate) -
Uses of Template in org.apache.iotdb.db.metadata.mtree
Methods in org.apache.iotdb.db.metadata.mtree with parameters of type Template Modifier and Type Method Description voidMTreeBelowSGMemoryImpl. activateTemplate(org.apache.iotdb.commons.path.PartialPath activatePath, int templateSetLevel, Template template)voidIMTreeBelowSG. checkIsTemplateCompatibleWithChild(IMNode node, Template template)voidMTreeBelowSGCachedImpl. checkIsTemplateCompatibleWithChild(IMNode node, Template template)voidMTreeBelowSGMemoryImpl. checkIsTemplateCompatibleWithChild(IMNode node, Template template)IMNodeIMTreeBelowSG. checkTemplateAlignmentWithMountedNode(IMNode mountedNode, Template template)Check route 1: If template has no direct measurement, just pass the check.IMNodeMTreeBelowSGCachedImpl. checkTemplateAlignmentWithMountedNode(IMNode mountedNode, Template template)Check route 1: If template has no direct measurement, just pass the check.IMNodeMTreeBelowSGMemoryImpl. checkTemplateAlignmentWithMountedNode(IMNode mountedNode, Template template)Check route 1: If template has no direct measurement, just pass the check.booleanIMTreeBelowSG. isTemplateAppendable(Template tarTemplate, java.util.List<java.lang.String> appendMeasurements)Check that each node set with tarTemplate and its descendants have overlapping nodes with appending measurementsbooleanMTreeBelowSGCachedImpl. isTemplateAppendable(Template tarTemplate, java.util.List<java.lang.String> appendMeasurements)Check that each node set with tarTemplate and its descendants have overlapping nodes with appending measurementsbooleanMTreeBelowSGMemoryImpl. isTemplateAppendable(Template tarTemplate, java.util.List<java.lang.String> appendMeasurements)Check that each node set with tarTemplate and its descendants have overlapping nodes with appending measurementsMethod parameters in org.apache.iotdb.db.metadata.mtree with type arguments of type Template Modifier and Type Method Description java.util.List<MeasurementPath>MTreeBelowSGMemoryImpl. fetchSchema(org.apache.iotdb.commons.path.PartialPath pathPattern, java.util.Map<java.lang.Integer,Template> templateMap)intMTreeBelowSGMemoryImpl. getAllTimeseriesCount(org.apache.iotdb.commons.path.PartialPath pathPattern, java.util.Map<java.lang.Integer,Template> templateMap, boolean isPrefixMatch) -
Uses of Template in org.apache.iotdb.db.metadata.mtree.traverser
Fields in org.apache.iotdb.db.metadata.mtree.traverser with type parameters of type Template Modifier and Type Field Description protected java.util.Map<java.lang.Integer,Template>Traverser. templateMapMethods in org.apache.iotdb.db.metadata.mtree.traverser that return Template Modifier and Type Method Description protected TemplateTraverser. getUpperTemplate(IMNode node)Method parameters in org.apache.iotdb.db.metadata.mtree.traverser with type arguments of type Template Modifier and Type Method Description voidTraverser. setTemplateMap(java.util.Map<java.lang.Integer,Template> templateMap) -
Uses of Template in org.apache.iotdb.db.metadata.schemaregion
Methods in org.apache.iotdb.db.metadata.schemaregion with parameters of type Template Modifier and Type Method Description voidISchemaRegion. activateSchemaTemplate(ActivateTemplateInClusterPlan plan, Template template)voidSchemaRegionMemoryImpl. activateSchemaTemplate(ActivateTemplateInClusterPlan plan, Template template)voidSchemaRegionSchemaFileImpl. activateSchemaTemplate(ActivateTemplateInClusterPlan plan, Template template)booleanISchemaRegion. isTemplateAppendable(Template template, java.util.List<java.lang.String> measurements)booleanSchemaRegionMemoryImpl. isTemplateAppendable(Template template, java.util.List<java.lang.String> measurements)booleanSchemaRegionSchemaFileImpl. isTemplateAppendable(Template template, java.util.List<java.lang.String> measurements)Method parameters in org.apache.iotdb.db.metadata.schemaregion with type arguments of type Template Modifier and Type Method Description java.util.List<MeasurementPath>ISchemaRegion. fetchSchema(org.apache.iotdb.commons.path.PartialPath pathPattern, java.util.Map<java.lang.Integer,Template> templateMap)java.util.List<MeasurementPath>SchemaRegionMemoryImpl. fetchSchema(org.apache.iotdb.commons.path.PartialPath pathPattern, java.util.Map<java.lang.Integer,Template> templateMap)java.util.List<MeasurementPath>SchemaRegionSchemaFileImpl. fetchSchema(org.apache.iotdb.commons.path.PartialPath pathPattern, java.util.Map<java.lang.Integer,Template> templateMap)intISchemaRegion. getAllTimeseriesCount(org.apache.iotdb.commons.path.PartialPath pathPattern, java.util.Map<java.lang.Integer,Template> templateMap, boolean isPrefixMatch)intSchemaRegionMemoryImpl. getAllTimeseriesCount(org.apache.iotdb.commons.path.PartialPath pathPattern, java.util.Map<java.lang.Integer,Template> templateMap, boolean isPrefixMatch)intSchemaRegionSchemaFileImpl. getAllTimeseriesCount(org.apache.iotdb.commons.path.PartialPath pathPattern, java.util.Map<java.lang.Integer,Template> templateMap, boolean isPrefixMatch) -
Uses of Template in org.apache.iotdb.db.metadata.template
Methods in org.apache.iotdb.db.metadata.template that return Template Modifier and Type Method Description TemplateClusterTemplateManager. getTemplate(int id)TemplateClusterTemplateManager. getTemplate(java.lang.String name)TemplateITemplateManager. getTemplate(int id)TemplateITemplateManager. getTemplate(java.lang.String name)show nodes in schema template xxTemplateTemplateManager. getTemplate(java.lang.String templateName)TemplateTemplateManager. getTemplateFromHash(int hashcode)Methods in org.apache.iotdb.db.metadata.template that return types with arguments of type Template Modifier and Type Method Description java.util.Map<java.lang.Integer,Template>ClusterTemplateManager. checkAllRelatedTemplate(org.apache.iotdb.commons.path.PartialPath pathPattern)java.util.Map<java.lang.Integer,Template>ITemplateManager. checkAllRelatedTemplate(org.apache.iotdb.commons.path.PartialPath pathPattern)org.apache.iotdb.tsfile.utils.Pair<Template,org.apache.iotdb.commons.path.PartialPath>ClusterTemplateManager. checkTemplateSetInfo(org.apache.iotdb.commons.path.PartialPath path)org.apache.iotdb.tsfile.utils.Pair<Template,org.apache.iotdb.commons.path.PartialPath>ITemplateManager. checkTemplateSetInfo(org.apache.iotdb.commons.path.PartialPath path)org.apache.iotdb.tsfile.utils.Pair<Template,java.util.List<org.apache.iotdb.commons.path.PartialPath>>ClusterTemplateManager. getAllPathsSetTemplate(java.lang.String templateName)org.apache.iotdb.tsfile.utils.Pair<Template,java.util.List<org.apache.iotdb.commons.path.PartialPath>>ITemplateManager. getAllPathsSetTemplate(java.lang.String templateName)java.util.List<Template>ClusterTemplateManager. getAllTemplates()java.util.List<Template>ITemplateManager. getAllTemplates()show schema templatesjava.util.Map<java.lang.String,Template>TemplateManager. getTemplateMap()Methods in org.apache.iotdb.db.metadata.template with parameters of type Template Modifier and Type Method Description voidTemplateManager. checkIsTemplateCompatible(Template template, IMNode node)voidTemplateManager. markSchemaRegion(Template template, java.lang.String storageGroup, org.apache.iotdb.commons.consensus.SchemaRegionId schemaRegionId)voidTemplateManager. unmarkSchemaRegion(Template template, java.lang.String storageGroup, org.apache.iotdb.commons.consensus.SchemaRegionId schemaRegionId)voidTemplateManager. unmarkStorageGroup(Template template, java.lang.String storageGroup)Method parameters in org.apache.iotdb.db.metadata.template with type arguments of type Template Modifier and Type Method Description voidTemplateManager. setTemplateMap(java.util.Map<java.lang.String,Template> templateMap) -
Uses of Template in org.apache.iotdb.db.mpp.execution.operator.schema
Constructor parameters in org.apache.iotdb.db.mpp.execution.operator.schema with type arguments of type Template Constructor Description SchemaFetchScanOperator(PlanNodeId planNodeId, OperatorContext context, PathPatternTree patternTree, java.util.Map<java.lang.Integer,Template> templateMap, ISchemaRegion schemaRegion)TimeSeriesCountOperator(PlanNodeId sourceId, OperatorContext operatorContext, org.apache.iotdb.commons.path.PartialPath partialPath, boolean isPrefixPath, java.lang.String key, java.lang.String value, boolean isContains, java.util.Map<java.lang.Integer,Template> templateMap)TimeSeriesSchemaScanOperator(PlanNodeId planNodeId, OperatorContext operatorContext, int limit, int offset, org.apache.iotdb.commons.path.PartialPath partialPath, java.lang.String key, java.lang.String value, boolean isContains, boolean orderByHeat, boolean isPrefixPath, java.util.Map<java.lang.Integer,Template> templateMap) -
Uses of Template in org.apache.iotdb.db.mpp.plan.analyze
Methods in org.apache.iotdb.db.mpp.plan.analyze that return types with arguments of type Template Modifier and Type Method Description java.util.Map<java.lang.Integer,Template>ClusterSchemaFetcher. checkAllRelatedTemplate(org.apache.iotdb.commons.path.PartialPath pathPattern)java.util.Map<java.lang.Integer,Template>FakeSchemaFetcherImpl. checkAllRelatedTemplate(org.apache.iotdb.commons.path.PartialPath pathPattern)java.util.Map<java.lang.Integer,Template>ISchemaFetcher. checkAllRelatedTemplate(org.apache.iotdb.commons.path.PartialPath pathPattern)java.util.Map<java.lang.Integer,Template>StandaloneSchemaFetcher. checkAllRelatedTemplate(org.apache.iotdb.commons.path.PartialPath pathPattern)org.apache.iotdb.tsfile.utils.Pair<Template,org.apache.iotdb.commons.path.PartialPath>ClusterSchemaFetcher. checkTemplateSetInfo(org.apache.iotdb.commons.path.PartialPath path)org.apache.iotdb.tsfile.utils.Pair<Template,org.apache.iotdb.commons.path.PartialPath>FakeSchemaFetcherImpl. checkTemplateSetInfo(org.apache.iotdb.commons.path.PartialPath path)org.apache.iotdb.tsfile.utils.Pair<Template,org.apache.iotdb.commons.path.PartialPath>ISchemaFetcher. checkTemplateSetInfo(org.apache.iotdb.commons.path.PartialPath path)org.apache.iotdb.tsfile.utils.Pair<Template,org.apache.iotdb.commons.path.PartialPath>StandaloneSchemaFetcher. checkTemplateSetInfo(org.apache.iotdb.commons.path.PartialPath path)org.apache.iotdb.tsfile.utils.Pair<Template,java.util.List<org.apache.iotdb.commons.path.PartialPath>>ClusterSchemaFetcher. getAllPathsSetTemplate(java.lang.String templateName)org.apache.iotdb.tsfile.utils.Pair<Template,java.util.List<org.apache.iotdb.commons.path.PartialPath>>FakeSchemaFetcherImpl. getAllPathsSetTemplate(java.lang.String templateName)org.apache.iotdb.tsfile.utils.Pair<Template,java.util.List<org.apache.iotdb.commons.path.PartialPath>>ISchemaFetcher. getAllPathsSetTemplate(java.lang.String templateName)org.apache.iotdb.tsfile.utils.Pair<Template,java.util.List<org.apache.iotdb.commons.path.PartialPath>>StandaloneSchemaFetcher. getAllPathsSetTemplate(java.lang.String templateName)java.util.Map<java.lang.Integer,Template>Analysis. getRelatedTemplateInfo()org.apache.iotdb.tsfile.utils.Pair<Template,java.util.List<org.apache.iotdb.commons.path.PartialPath>>Analysis. getTemplateSetInfo()Method parameters in org.apache.iotdb.db.mpp.plan.analyze with type arguments of type Template Modifier and Type Method Description voidAnalysis. setRelatedTemplateInfo(java.util.Map<java.lang.Integer,Template> relatedTemplateInfo)voidAnalysis. setTemplateSetInfo(org.apache.iotdb.tsfile.utils.Pair<Template,java.util.List<org.apache.iotdb.commons.path.PartialPath>> templateSetInfo) -
Uses of Template in org.apache.iotdb.db.mpp.plan.execution.config.metadata.template
Methods in org.apache.iotdb.db.mpp.plan.execution.config.metadata.template with parameters of type Template Modifier and Type Method Description static voidShowNodesInSchemaTemplateTask. buildTSBlock(Template template, com.google.common.util.concurrent.SettableFuture<ConfigTaskResult> future)Method parameters in org.apache.iotdb.db.mpp.plan.execution.config.metadata.template with type arguments of type Template Modifier and Type Method Description static voidShowSchemaTemplateTask. buildTSBlock(java.util.List<Template> templateList, com.google.common.util.concurrent.SettableFuture<ConfigTaskResult> future) -
Uses of Template in org.apache.iotdb.db.mpp.plan.planner
Method parameters in org.apache.iotdb.db.mpp.plan.planner with type arguments of type Template Modifier and Type Method Description LogicalPlanBuilderLogicalPlanBuilder. planSchemaFetchSource(java.util.List<java.lang.String> storageGroupList, PathPatternTree patternTree, java.util.Map<java.lang.Integer,Template> templateMap)LogicalPlanBuilderLogicalPlanBuilder. planTimeSeriesCountSource(org.apache.iotdb.commons.path.PartialPath partialPath, boolean prefixPath, java.lang.String key, java.lang.String value, boolean isContains, java.util.Map<java.lang.Integer,Template> templateMap)LogicalPlanBuilderLogicalPlanBuilder. planTimeSeriesSchemaSource(org.apache.iotdb.commons.path.PartialPath pathPattern, java.lang.String key, java.lang.String value, int limit, int offset, boolean orderByHeat, boolean contains, boolean prefixPath, java.util.Map<java.lang.Integer,Template> templateMap)Meta Query* -
Uses of Template in org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read
Methods in org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read that return types with arguments of type Template Modifier and Type Method Description java.util.Map<java.lang.Integer,Template>SchemaFetchScanNode. getTemplateMap()java.util.Map<java.lang.Integer,Template>TimeSeriesCountNode. getTemplateMap()java.util.Map<java.lang.Integer,Template>TimeSeriesSchemaScanNode. getTemplateMap()Constructor parameters in org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.read with type arguments of type Template Constructor Description SchemaFetchScanNode(PlanNodeId id, org.apache.iotdb.commons.path.PartialPath storageGroup, PathPatternTree patternTree, java.util.Map<java.lang.Integer,Template> templateMap)TimeSeriesCountNode(PlanNodeId id, org.apache.iotdb.commons.path.PartialPath partialPath, boolean isPrefixPath, java.lang.String key, java.lang.String value, boolean isContains, java.util.Map<java.lang.Integer,Template> templateMap)TimeSeriesSchemaScanNode(PlanNodeId id, org.apache.iotdb.commons.path.PartialPath partialPath, java.lang.String key, java.lang.String value, int limit, int offset, boolean orderByHeat, boolean isContains, boolean isPrefixPath, java.util.Map<java.lang.Integer,Template> templateMap) -
Uses of Template in org.apache.iotdb.db.mpp.plan.statement.internal
Methods in org.apache.iotdb.db.mpp.plan.statement.internal that return types with arguments of type Template Modifier and Type Method Description java.util.Map<java.lang.Integer,Template>SchemaFetchStatement. getTemplateMap()Constructor parameters in org.apache.iotdb.db.mpp.plan.statement.internal with type arguments of type Template Constructor Description SchemaFetchStatement(PathPatternTree patternTree, java.util.Map<java.lang.Integer,Template> templateMap) -
Uses of Template in org.apache.iotdb.db.qp.physical.sys
Methods in org.apache.iotdb.db.qp.physical.sys that return types with arguments of type Template Modifier and Type Method Description java.util.Map<java.lang.Integer,Template>ShowTimeSeriesPlan. getRelatedTemplate()Method parameters in org.apache.iotdb.db.qp.physical.sys with type arguments of type Template Modifier and Type Method Description voidShowTimeSeriesPlan. setRelatedTemplate(java.util.Map<java.lang.Integer,Template> relatedTemplate)
-