Uses of Interface
org.apache.iotdb.db.metadata.mtree.store.IMTreeStore
-
-
Uses of IMTreeStore in org.apache.iotdb.db.metadata.mtree.store
Classes in org.apache.iotdb.db.metadata.mtree.store that implement IMTreeStore Modifier and Type Class Description classCachedMTreeStoreclassMemMTreeStoreThis is a memory-based implementation of IMTreeStore. -
Uses of IMTreeStore in org.apache.iotdb.db.metadata.mtree.traverser
Fields in org.apache.iotdb.db.metadata.mtree.traverser declared as IMTreeStore Modifier and Type Field Description protected IMTreeStoreTraverser. storeConstructors in org.apache.iotdb.db.metadata.mtree.traverser with parameters of type IMTreeStore Constructor Description Traverser(IMNode startNode, org.apache.iotdb.commons.path.PartialPath path, IMTreeStore store)To traverse subtree under root.sg, e.g., init Traverser(root, "root.sg.**") -
Uses of IMTreeStore in org.apache.iotdb.db.metadata.mtree.traverser.collector
Constructors in org.apache.iotdb.db.metadata.mtree.traverser.collector with parameters of type IMTreeStore Constructor Description CollectorTraverser(IMNode startNode, org.apache.iotdb.commons.path.PartialPath path, IMTreeStore store)CollectorTraverser(IMNode startNode, org.apache.iotdb.commons.path.PartialPath path, IMTreeStore store, int limit, int offset)EntityCollector(IMNode startNode, org.apache.iotdb.commons.path.PartialPath path, IMTreeStore store)EntityCollector(IMNode startNode, org.apache.iotdb.commons.path.PartialPath path, IMTreeStore store, int limit, int offset)MeasurementCollector(IMNode startNode, org.apache.iotdb.commons.path.PartialPath path, IMTreeStore store)MeasurementCollector(IMNode startNode, org.apache.iotdb.commons.path.PartialPath path, IMTreeStore store, int limit, int offset)MNodeAboveSGCollector(IMNode startNode, org.apache.iotdb.commons.path.PartialPath path, IMTreeStore store)MNodeCollector(IMNode startNode, org.apache.iotdb.commons.path.PartialPath path, IMTreeStore store)StorageGroupCollector(IMNode startNode, org.apache.iotdb.commons.path.PartialPath path, IMTreeStore store) -
Uses of IMTreeStore in org.apache.iotdb.db.metadata.mtree.traverser.counter
Constructors in org.apache.iotdb.db.metadata.mtree.traverser.counter with parameters of type IMTreeStore Constructor Description CounterTraverser(IMNode startNode, org.apache.iotdb.commons.path.PartialPath path, IMTreeStore store)EntityCounter(IMNode startNode, org.apache.iotdb.commons.path.PartialPath path, IMTreeStore store)MeasurementCounter(IMNode startNode, org.apache.iotdb.commons.path.PartialPath path, IMTreeStore store)MeasurementCounter(IMNode startNode, org.apache.iotdb.commons.path.PartialPath path, IMTreeStore store, java.util.List<java.lang.String> timeseries, boolean hasTag)MeasurementGroupByLevelCounter(IMNode startNode, org.apache.iotdb.commons.path.PartialPath path, IMTreeStore store, int groupByLevel)MeasurementGroupByLevelCounter(IMNode startNode, org.apache.iotdb.commons.path.PartialPath path, IMTreeStore store, int groupByLevel, java.util.List<java.lang.String> timeseries, boolean hasTag)MNodeAboveSGLevelCounter(IMNode startNode, org.apache.iotdb.commons.path.PartialPath path, IMTreeStore store, int targetLevel)MNodeLevelCounter(IMNode startNode, org.apache.iotdb.commons.path.PartialPath path, IMTreeStore store, int targetLevel)StorageGroupCounter(IMNode startNode, org.apache.iotdb.commons.path.PartialPath path, IMTreeStore store)
-