Uses of Interface
org.apache.iotdb.db.metadata.mnode.IEntityMNode
-
-
Uses of IEntityMNode in org.apache.iotdb.db.metadata.idtable.entry
Methods in org.apache.iotdb.db.metadata.idtable.entry that return IEntityMNode Modifier and Type Method Description IEntityMNodeInsertMeasurementMNode. getAsEntityMNode()IEntityMNodeInsertMeasurementMNode. getParent() -
Uses of IEntityMNode in org.apache.iotdb.db.metadata.lastCache
Methods in org.apache.iotdb.db.metadata.lastCache with parameters of type IEntityMNode Modifier and Type Method Description static voidLastCacheManager. deleteLastCacheByDevice(IEntityMNode node)delete all the last cache value of any timeseries or aligned timeseries under the entitystatic voidLastCacheManager. deleteLastCacheByDevice(IEntityMNode node, org.apache.iotdb.commons.path.PartialPath originalPath, long startTime, long endTime)delete the last cache value of timeseries or subMeasurement of some aligned timeseries, which is under the entity and matching the originalPath -
Uses of IEntityMNode in org.apache.iotdb.db.metadata.mnode
Classes in org.apache.iotdb.db.metadata.mnode that implement IEntityMNode Modifier and Type Class Description classEntityMNodeclassStorageGroupEntityMNodeMethods in org.apache.iotdb.db.metadata.mnode that return IEntityMNode Modifier and Type Method Description IEntityMNodeIMNode. getAsEntityMNode()IEntityMNodeMNode. getAsEntityMNode()IEntityMNodeIMeasurementMNode. getParent()IEntityMNodeMeasurementMNode. getParent()static IEntityMNodeMNodeUtils. setToEntity(IMNode node)When a measurement, represented by template or MeasurementMNode, is going to be added to a node, the node should be set to entity.Methods in org.apache.iotdb.db.metadata.mnode with parameters of type IEntityMNode Modifier and Type Method Description static IMeasurementMNodeMeasurementMNode. getMeasurementMNode(IEntityMNode parent, java.lang.String measurementName, org.apache.iotdb.tsfile.write.schema.IMeasurementSchema schema, java.lang.String alias)MeasurementMNode factory method.static IMNodeMNodeUtils. setToInternal(IEntityMNode entityMNode)When there's no measurement, represented by template or MeasurementMNode, is under this entityMNode, it should not act as entity anymore. -
Uses of IEntityMNode in org.apache.iotdb.db.metadata.mtree
Methods in org.apache.iotdb.db.metadata.mtree that return IEntityMNode Modifier and Type Method Description IEntityMNodeIMTreeBelowSG. setToEntity(IMNode node)IEntityMNodeMTreeBelowSGCachedImpl. setToEntity(IMNode node)IEntityMNodeMTreeBelowSGMemoryImpl. setToEntity(IMNode node) -
Uses of IEntityMNode in org.apache.iotdb.db.metadata.mtree.store
Methods in org.apache.iotdb.db.metadata.mtree.store that return IEntityMNode Modifier and Type Method Description IEntityMNodeCachedMTreeStore. setToEntity(IMNode node)IEntityMNodeIMTreeStore. setToEntity(IMNode node)IEntityMNodeMemMTreeStore. setToEntity(IMNode node)Methods in org.apache.iotdb.db.metadata.mtree.store with parameters of type IEntityMNode Modifier and Type Method Description IMNodeCachedMTreeStore. setToInternal(IEntityMNode entityMNode)IMNodeIMTreeStore. setToInternal(IEntityMNode entityMNode)IMNodeMemMTreeStore. setToInternal(IEntityMNode entityMNode) -
Uses of IEntityMNode in org.apache.iotdb.db.metadata.mtree.traverser.collector
Methods in org.apache.iotdb.db.metadata.mtree.traverser.collector with parameters of type IEntityMNode Modifier and Type Method Description protected abstract voidEntityCollector. collectEntity(IEntityMNode node)
-