Uses of Interface
org.apache.iotdb.db.metadata.LocalSchemaProcessor.StorageGroupFilter
-
-
Uses of LocalSchemaProcessor.StorageGroupFilter in org.apache.iotdb.db.localconfignode
Methods in org.apache.iotdb.db.localconfignode with parameters of type LocalSchemaProcessor.StorageGroupFilter Modifier and Type Method Description org.apache.iotdb.tsfile.utils.Pair<java.util.List<org.apache.iotdb.commons.path.PartialPath>,java.util.Set<org.apache.iotdb.commons.path.PartialPath>>LocalConfigNode. getNodesListInGivenLevel(org.apache.iotdb.commons.path.PartialPath pathPattern, int nodeLevel, boolean isPrefixMatch, LocalSchemaProcessor.StorageGroupFilter filter)To collect nodes in the given level for given path pattern. -
Uses of LocalSchemaProcessor.StorageGroupFilter in org.apache.iotdb.db.metadata
Methods in org.apache.iotdb.db.metadata with parameters of type LocalSchemaProcessor.StorageGroupFilter Modifier and Type Method Description java.util.List<org.apache.iotdb.commons.path.PartialPath>LocalSchemaProcessor. getNodesListInGivenLevel(org.apache.iotdb.commons.path.PartialPath pathPattern, int nodeLevel, LocalSchemaProcessor.StorageGroupFilter filter) -
Uses of LocalSchemaProcessor.StorageGroupFilter in org.apache.iotdb.db.metadata.mtree
Methods in org.apache.iotdb.db.metadata.mtree with parameters of type LocalSchemaProcessor.StorageGroupFilter Modifier and Type Method Description org.apache.iotdb.tsfile.utils.Pair<java.util.List<org.apache.iotdb.commons.path.PartialPath>,java.util.Set<org.apache.iotdb.commons.path.PartialPath>>ConfigMTree. getNodesListInGivenLevel(org.apache.iotdb.commons.path.PartialPath pathPattern, int nodeLevel, boolean isPrefixMatch, LocalSchemaProcessor.StorageGroupFilter filter)Get all paths of nodes in the given level matching the given path.java.util.List<org.apache.iotdb.commons.path.PartialPath>IMTreeBelowSG. getNodesListInGivenLevel(org.apache.iotdb.commons.path.PartialPath pathPattern, int nodeLevel, boolean isPrefixMatch, LocalSchemaProcessor.StorageGroupFilter filter)Get all paths from root to the given leveljava.util.List<org.apache.iotdb.commons.path.PartialPath>MTreeBelowSGCachedImpl. getNodesListInGivenLevel(org.apache.iotdb.commons.path.PartialPath pathPattern, int nodeLevel, boolean isPrefixMatch, LocalSchemaProcessor.StorageGroupFilter filter)Get all paths from root to the given leveljava.util.List<org.apache.iotdb.commons.path.PartialPath>MTreeBelowSGMemoryImpl. getNodesListInGivenLevel(org.apache.iotdb.commons.path.PartialPath pathPattern, int nodeLevel, boolean isPrefixMatch, LocalSchemaProcessor.StorageGroupFilter filter)Get all paths from root to the given level -
Uses of LocalSchemaProcessor.StorageGroupFilter in org.apache.iotdb.db.metadata.mtree.traverser.collector
Fields in org.apache.iotdb.db.metadata.mtree.traverser.collector declared as LocalSchemaProcessor.StorageGroupFilter Modifier and Type Field Description protected LocalSchemaProcessor.StorageGroupFilterMNodeCollector. storageGroupFilterMethods in org.apache.iotdb.db.metadata.mtree.traverser.collector with parameters of type LocalSchemaProcessor.StorageGroupFilter Modifier and Type Method Description voidMNodeCollector. setStorageGroupFilter(LocalSchemaProcessor.StorageGroupFilter storageGroupFilter) -
Uses of LocalSchemaProcessor.StorageGroupFilter in org.apache.iotdb.db.metadata.schemaregion
Methods in org.apache.iotdb.db.metadata.schemaregion with parameters of type LocalSchemaProcessor.StorageGroupFilter Modifier and Type Method Description java.util.List<org.apache.iotdb.commons.path.PartialPath>ISchemaRegion. getNodesListInGivenLevel(org.apache.iotdb.commons.path.PartialPath pathPattern, int nodeLevel, boolean isPrefixMatch, LocalSchemaProcessor.StorageGroupFilter filter)java.util.List<org.apache.iotdb.commons.path.PartialPath>SchemaRegionMemoryImpl. getNodesListInGivenLevel(org.apache.iotdb.commons.path.PartialPath pathPattern, int nodeLevel, boolean isPrefixMatch, LocalSchemaProcessor.StorageGroupFilter filter)java.util.List<org.apache.iotdb.commons.path.PartialPath>SchemaRegionSchemaFileImpl. getNodesListInGivenLevel(org.apache.iotdb.commons.path.PartialPath pathPattern, int nodeLevel, boolean isPrefixMatch, LocalSchemaProcessor.StorageGroupFilter filter) -
Uses of LocalSchemaProcessor.StorageGroupFilter in org.apache.iotdb.db.metadata.storagegroup
Methods in org.apache.iotdb.db.metadata.storagegroup with parameters of type LocalSchemaProcessor.StorageGroupFilter Modifier and Type Method Description org.apache.iotdb.tsfile.utils.Pair<java.util.List<org.apache.iotdb.commons.path.PartialPath>,java.util.Set<org.apache.iotdb.commons.path.PartialPath>>IStorageGroupSchemaManager. getNodesListInGivenLevel(org.apache.iotdb.commons.path.PartialPath pathPattern, int nodeLevel, boolean isPrefixMatch, LocalSchemaProcessor.StorageGroupFilter filter)To collect nodes in the given level for given path pattern.org.apache.iotdb.tsfile.utils.Pair<java.util.List<org.apache.iotdb.commons.path.PartialPath>,java.util.Set<org.apache.iotdb.commons.path.PartialPath>>StorageGroupSchemaManager. getNodesListInGivenLevel(org.apache.iotdb.commons.path.PartialPath pathPattern, int nodeLevel, boolean isPrefixMatch, LocalSchemaProcessor.StorageGroupFilter filter)
-