Uses of Class
org.apache.iotdb.db.metadata.path.MeasurementPath
-
-
Uses of MeasurementPath in org.apache.iotdb.db.exception.metadata
Methods in org.apache.iotdb.db.exception.metadata that return MeasurementPath Modifier and Type Method Description MeasurementPathMeasurementAlreadyExistException. getMeasurementPath()Constructors in org.apache.iotdb.db.exception.metadata with parameters of type MeasurementPath Constructor Description MeasurementAlreadyExistException(java.lang.String path, MeasurementPath measurementPath) -
Uses of MeasurementPath in org.apache.iotdb.db.metadata
Methods in org.apache.iotdb.db.metadata that return types with arguments of type MeasurementPath Modifier and Type Method Description java.util.List<MeasurementPath>LocalSchemaProcessor. getAllMeasurementByDevicePath(org.apache.iotdb.commons.path.PartialPath devicePath)java.util.List<MeasurementPath>LocalSchemaProcessor. getMeasurementPaths(org.apache.iotdb.commons.path.PartialPath pathPattern)Return all measurement paths for given path if the path is abstract.java.util.List<MeasurementPath>LocalSchemaProcessor. getMeasurementPaths(org.apache.iotdb.commons.path.PartialPath pathPattern, boolean isPrefixMatch)Return all measurement paths for given path if the path is abstract.org.apache.iotdb.tsfile.utils.Pair<java.util.List<MeasurementPath>,java.lang.Integer>LocalSchemaProcessor. getMeasurementPathsWithAlias(org.apache.iotdb.commons.path.PartialPath pathPattern, int limit, int offset, boolean isPrefixMatch)Similar to method getMeasurementPaths(), but return Path with alias and filter the result by limit and offset. -
Uses of MeasurementPath in org.apache.iotdb.db.metadata.cache
Methods in org.apache.iotdb.db.metadata.cache with parameters of type MeasurementPath Modifier and Type Method Description voidDataNodeSchemaCache. updateLastCache(MeasurementPath measurementPath, org.apache.iotdb.tsfile.read.TimeValuePair timeValuePair, boolean highPriorityUpdate, java.lang.Long latestFlushedTime)get or create SchemaCacheEntry and update last cache, only support non-aligned sensor or aligned sensor without only one sub sensor -
Uses of MeasurementPath in org.apache.iotdb.db.metadata.idtable.entry
Methods in org.apache.iotdb.db.metadata.idtable.entry that return MeasurementPath Modifier and Type Method Description MeasurementPathInsertMeasurementMNode. getMeasurementPath() -
Uses of MeasurementPath in org.apache.iotdb.db.metadata.mnode
Methods in org.apache.iotdb.db.metadata.mnode that return MeasurementPath Modifier and Type Method Description MeasurementPathIMeasurementMNode. getMeasurementPath()MeasurementPathMeasurementMNode. getMeasurementPath()get MeasurementPath of this node -
Uses of MeasurementPath in org.apache.iotdb.db.metadata.mtree
Methods in org.apache.iotdb.db.metadata.mtree that return types with arguments of type MeasurementPath 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)java.util.List<MeasurementPath>IMTreeBelowSG. getMeasurementPaths(org.apache.iotdb.commons.path.PartialPath pathPattern)Get all measurement paths matching the given path patternjava.util.List<MeasurementPath>IMTreeBelowSG. getMeasurementPaths(org.apache.iotdb.commons.path.PartialPath pathPattern, boolean isPrefixMatch)Get all measurement paths matching the given path pattern.java.util.List<MeasurementPath>MTreeBelowSGCachedImpl. getMeasurementPaths(org.apache.iotdb.commons.path.PartialPath pathPattern)Get all measurement paths matching the given path patternjava.util.List<MeasurementPath>MTreeBelowSGCachedImpl. getMeasurementPaths(org.apache.iotdb.commons.path.PartialPath pathPattern, boolean isPrefixMatch)Get all measurement paths matching the given path pattern.java.util.List<MeasurementPath>MTreeBelowSGMemoryImpl. getMeasurementPaths(org.apache.iotdb.commons.path.PartialPath pathPattern)Get all measurement paths matching the given path patternjava.util.List<MeasurementPath>MTreeBelowSGMemoryImpl. getMeasurementPaths(org.apache.iotdb.commons.path.PartialPath pathPattern, boolean isPrefixMatch)Get all measurement paths matching the given path pattern.org.apache.iotdb.tsfile.utils.Pair<java.util.List<MeasurementPath>,java.lang.Integer>IMTreeBelowSG. getMeasurementPathsWithAlias(org.apache.iotdb.commons.path.PartialPath pathPattern, int limit, int offset, boolean isPrefixMatch)Get all measurement paths matching the given path pattern If using prefix match, the path pattern is used to match prefix path.org.apache.iotdb.tsfile.utils.Pair<java.util.List<MeasurementPath>,java.lang.Integer>MTreeBelowSGCachedImpl. getMeasurementPathsWithAlias(org.apache.iotdb.commons.path.PartialPath pathPattern, int limit, int offset, boolean isPrefixMatch)Get all measurement paths matching the given path pattern If using prefix match, the path pattern is used to match prefix path.org.apache.iotdb.tsfile.utils.Pair<java.util.List<MeasurementPath>,java.lang.Integer>MTreeBelowSGMemoryImpl. getMeasurementPathsWithAlias(org.apache.iotdb.commons.path.PartialPath pathPattern, int limit, int offset, boolean isPrefixMatch)Get all measurement paths matching the given path pattern If using prefix match, the path pattern is used to match prefix path. -
Uses of MeasurementPath in org.apache.iotdb.db.metadata.mtree.traverser.collector
Methods in org.apache.iotdb.db.metadata.mtree.traverser.collector that return MeasurementPath Modifier and Type Method Description protected MeasurementPathMeasurementCollector. getCurrentMeasurementPathInTraverse(IMeasurementMNode currentNode)When traverse goes into a template, IMNode.getPartialPath may not work as nodes in template has no parent on MTree. -
Uses of MeasurementPath in org.apache.iotdb.db.metadata.path
Methods in org.apache.iotdb.db.metadata.path that return MeasurementPath Modifier and Type Method Description MeasurementPathMeasurementPath. clone()static MeasurementPathMeasurementPath. deserialize(java.nio.ByteBuffer byteBuffer)MeasurementPathAlignedPath. getMeasurementPath()Methods in org.apache.iotdb.db.metadata.path with parameters of type MeasurementPath Modifier and Type Method Description voidAlignedPath. addMeasurement(MeasurementPath measurementPath)Constructors in org.apache.iotdb.db.metadata.path with parameters of type MeasurementPath Constructor Description AlignedPath(MeasurementPath path) -
Uses of MeasurementPath in org.apache.iotdb.db.metadata.schemaregion
Methods in org.apache.iotdb.db.metadata.schemaregion that return types with arguments of type MeasurementPath 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)java.util.List<MeasurementPath>ISchemaRegion. getAllMeasurementByDevicePath(org.apache.iotdb.commons.path.PartialPath devicePath)java.util.List<MeasurementPath>SchemaRegionMemoryImpl. getAllMeasurementByDevicePath(org.apache.iotdb.commons.path.PartialPath devicePath)java.util.List<MeasurementPath>SchemaRegionSchemaFileImpl. getAllMeasurementByDevicePath(org.apache.iotdb.commons.path.PartialPath devicePath)java.util.List<MeasurementPath>ISchemaRegion. getMeasurementPaths(org.apache.iotdb.commons.path.PartialPath pathPattern, boolean isPrefixMatch)Return all measurement paths for given path if the path is abstract.java.util.List<MeasurementPath>SchemaRegionMemoryImpl. getMeasurementPaths(org.apache.iotdb.commons.path.PartialPath pathPattern)Return all measurement paths for given path if the path is abstract.java.util.List<MeasurementPath>SchemaRegionMemoryImpl. getMeasurementPaths(org.apache.iotdb.commons.path.PartialPath pathPattern, boolean isPrefixMatch)Return all measurement paths for given path if the path is abstract.java.util.List<MeasurementPath>SchemaRegionSchemaFileImpl. getMeasurementPaths(org.apache.iotdb.commons.path.PartialPath pathPattern, boolean isPrefixMatch)Return all measurement paths for given path if the path is abstract.org.apache.iotdb.tsfile.utils.Pair<java.util.List<MeasurementPath>,java.lang.Integer>ISchemaRegion. getMeasurementPathsWithAlias(org.apache.iotdb.commons.path.PartialPath pathPattern, int limit, int offset, boolean isPrefixMatch)Similar to method getMeasurementPaths(), but return Path with alias and filter the result by limit and offset.org.apache.iotdb.tsfile.utils.Pair<java.util.List<MeasurementPath>,java.lang.Integer>SchemaRegionMemoryImpl. getMeasurementPathsWithAlias(org.apache.iotdb.commons.path.PartialPath pathPattern, int limit, int offset, boolean isPrefixMatch)Similar to method getMeasurementPaths(), but return Path with alias and filter the result by limit and offset.org.apache.iotdb.tsfile.utils.Pair<java.util.List<MeasurementPath>,java.lang.Integer>SchemaRegionSchemaFileImpl. getMeasurementPathsWithAlias(org.apache.iotdb.commons.path.PartialPath pathPattern, int limit, int offset, boolean isPrefixMatch)Similar to method getMeasurementPaths(), but return Path with alias and filter the result by limit and offset. -
Uses of MeasurementPath in org.apache.iotdb.db.mpp.common.schematree
Methods in org.apache.iotdb.db.mpp.common.schematree that return MeasurementPath Modifier and Type Method Description MeasurementPathDeviceSchemaInfo. getPathByMeasurement(java.lang.String measurementName)Methods in org.apache.iotdb.db.mpp.common.schematree that return types with arguments of type MeasurementPath Modifier and Type Method Description java.util.List<MeasurementPath>ClusterSchemaTree. getAllMeasurement()java.util.List<MeasurementPath>DeviceGroupSchemaTree. getAllMeasurement()java.util.List<MeasurementPath>ISchemaTree. getAllMeasurement()java.util.List<MeasurementPath>DeviceSchemaInfo. getMeasurements(java.util.Set<java.lang.String> measurements)org.apache.iotdb.tsfile.utils.Pair<java.util.List<MeasurementPath>,java.lang.Integer>ClusterSchemaTree. searchMeasurementPaths(org.apache.iotdb.commons.path.PartialPath pathPattern)org.apache.iotdb.tsfile.utils.Pair<java.util.List<MeasurementPath>,java.lang.Integer>ClusterSchemaTree. searchMeasurementPaths(org.apache.iotdb.commons.path.PartialPath pathPattern, int slimit, int soffset, boolean isPrefixMatch)Return all measurement paths for given path pattern and filter the result by slimit and offset.org.apache.iotdb.tsfile.utils.Pair<java.util.List<MeasurementPath>,java.lang.Integer>DeviceGroupSchemaTree. searchMeasurementPaths(org.apache.iotdb.commons.path.PartialPath pathPattern)org.apache.iotdb.tsfile.utils.Pair<java.util.List<MeasurementPath>,java.lang.Integer>DeviceGroupSchemaTree. searchMeasurementPaths(org.apache.iotdb.commons.path.PartialPath pathPattern, int slimit, int soffset, boolean isPrefixMatch)org.apache.iotdb.tsfile.utils.Pair<java.util.List<MeasurementPath>,java.lang.Integer>ISchemaTree. searchMeasurementPaths(org.apache.iotdb.commons.path.PartialPath pathPattern)org.apache.iotdb.tsfile.utils.Pair<java.util.List<MeasurementPath>,java.lang.Integer>ISchemaTree. searchMeasurementPaths(org.apache.iotdb.commons.path.PartialPath pathPattern, int slimit, int soffset, boolean isPrefixMatch)Return all measurement paths for given path pattern and filter the result by slimit and offset.Method parameters in org.apache.iotdb.db.mpp.common.schematree with type arguments of type MeasurementPath Modifier and Type Method Description voidClusterSchemaTree. appendMeasurementPaths(java.util.List<MeasurementPath> measurementPathList) -
Uses of MeasurementPath in org.apache.iotdb.db.mpp.common.schematree.visitor
Methods in org.apache.iotdb.db.mpp.common.schematree.visitor that return MeasurementPath Modifier and Type Method Description protected MeasurementPathSchemaTreeMeasurementVisitor. generateResult() -
Uses of MeasurementPath in org.apache.iotdb.db.mpp.execution.operator.process.last
Constructors in org.apache.iotdb.db.mpp.execution.operator.process.last with parameters of type MeasurementPath Constructor Description UpdateLastCacheOperator(OperatorContext operatorContext, Operator child, MeasurementPath fullPath, org.apache.iotdb.tsfile.file.metadata.enums.TSDataType dataType, DataNodeSchemaCache dataNodeSchemaCache, boolean needUpdateCache) -
Uses of MeasurementPath in org.apache.iotdb.db.mpp.plan.planner.plan.node.source
Methods in org.apache.iotdb.db.mpp.plan.planner.plan.node.source that return MeasurementPath Modifier and Type Method Description MeasurementPathLastQueryScanNode. getSeriesPath()MeasurementPathSeriesAggregationScanNode. getSeriesPath()MeasurementPathSeriesScanNode. getSeriesPath()Constructors in org.apache.iotdb.db.mpp.plan.planner.plan.node.source with parameters of type MeasurementPath Constructor Description LastQueryScanNode(PlanNodeId id, MeasurementPath seriesPath)LastQueryScanNode(PlanNodeId id, MeasurementPath seriesPath, org.apache.iotdb.common.rpc.thrift.TRegionReplicaSet regionReplicaSet)SeriesAggregationScanNode(PlanNodeId id, MeasurementPath seriesPath, java.util.List<AggregationDescriptor> aggregationDescriptorList)SeriesAggregationScanNode(PlanNodeId id, MeasurementPath seriesPath, java.util.List<AggregationDescriptor> aggregationDescriptorList, Ordering scanOrder, GroupByTimeParameter groupByTimeParameter)SeriesAggregationScanNode(PlanNodeId id, MeasurementPath seriesPath, java.util.List<AggregationDescriptor> aggregationDescriptorList, Ordering scanOrder, org.apache.iotdb.tsfile.read.filter.basic.Filter timeFilter, GroupByTimeParameter groupByTimeParameter, org.apache.iotdb.common.rpc.thrift.TRegionReplicaSet dataRegionReplicaSet)SeriesScanNode(PlanNodeId id, MeasurementPath seriesPath)SeriesScanNode(PlanNodeId id, MeasurementPath seriesPath, Ordering scanOrder)SeriesScanNode(PlanNodeId id, MeasurementPath seriesPath, Ordering scanOrder, org.apache.iotdb.tsfile.read.filter.basic.Filter timeFilter, org.apache.iotdb.tsfile.read.filter.basic.Filter valueFilter, int limit, int offset, org.apache.iotdb.common.rpc.thrift.TRegionReplicaSet dataRegionReplicaSet) -
Uses of MeasurementPath in org.apache.iotdb.db.qp.executor
Methods in org.apache.iotdb.db.qp.executor that return types with arguments of type MeasurementPath Modifier and Type Method Description protected java.util.List<MeasurementPath>PlanExecutor. getPathsName(org.apache.iotdb.commons.path.PartialPath path) -
Uses of MeasurementPath in org.apache.iotdb.db.qp.logical.crud
Methods in org.apache.iotdb.db.qp.logical.crud that return types with arguments of type MeasurementPath Modifier and Type Method Description protected java.util.List<MeasurementPath>QueryOperator. getMatchedTimeseries(org.apache.iotdb.commons.path.PartialPath path) -
Uses of MeasurementPath in org.apache.iotdb.db.qp.physical.crud
Fields in org.apache.iotdb.db.qp.physical.crud with type parameters of type MeasurementPath Modifier and Type Field Description protected java.util.List<MeasurementPath>QueryPlan. pathsMethods in org.apache.iotdb.db.qp.physical.crud that return types with arguments of type MeasurementPath Modifier and Type Method Description java.util.List<MeasurementPath>QueryPlan. getPaths()java.util.List<MeasurementPath>SelectIntoPlan. getPaths()mainly for query auth. -
Uses of MeasurementPath in org.apache.iotdb.db.qp.utils
Methods in org.apache.iotdb.db.qp.utils that return types with arguments of type MeasurementPath Modifier and Type Method Description java.util.List<MeasurementPath>WildcardsRemover. removeWildcardFrom(org.apache.iotdb.commons.path.PartialPath path) -
Uses of MeasurementPath in org.apache.iotdb.db.sync.externalpipe.operation
Methods in org.apache.iotdb.db.sync.externalpipe.operation that return types with arguments of type MeasurementPath Modifier and Type Method Description java.util.List<org.apache.iotdb.tsfile.utils.Pair<MeasurementPath,java.util.List<org.apache.iotdb.tsfile.read.TimeValuePair>>>InsertOperation. getDataList()Constructor parameters in org.apache.iotdb.db.sync.externalpipe.operation with type arguments of type MeasurementPath Constructor Description InsertOperation(java.lang.String storageGroup, long startIndex, long endIndex, java.util.List<org.apache.iotdb.tsfile.utils.Pair<MeasurementPath,java.util.List<org.apache.iotdb.tsfile.read.TimeValuePair>>> dataList) -
Uses of MeasurementPath in org.apache.iotdb.db.utils
Method parameters in org.apache.iotdb.db.utils with type arguments of type MeasurementPath Modifier and Type Method Description static java.util.List<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType>SchemaUtils. getSeriesTypesByPaths(java.util.List<MeasurementPath> paths, java.util.List<java.lang.String> aggregations)
-