Uses of Class
org.apache.iotdb.db.mpp.common.schematree.DeviceSchemaInfo
-
Packages that use DeviceSchemaInfo Package Description org.apache.iotdb.db.metadata.schemaregion org.apache.iotdb.db.mpp.common.schematree org.apache.iotdb.db.mpp.common.schematree.visitor -
-
Uses of DeviceSchemaInfo in org.apache.iotdb.db.metadata.schemaregion
Methods in org.apache.iotdb.db.metadata.schemaregion that return DeviceSchemaInfo Modifier and Type Method Description DeviceSchemaInfoISchemaRegion. getDeviceSchemaInfoWithAutoCreate(org.apache.iotdb.commons.path.PartialPath devicePath, java.lang.String[] measurements, java.util.function.Function<java.lang.Integer,org.apache.iotdb.tsfile.file.metadata.enums.TSDataType> getDataType, boolean aligned)DeviceSchemaInfoSchemaRegionMemoryImpl. getDeviceSchemaInfoWithAutoCreate(org.apache.iotdb.commons.path.PartialPath devicePath, java.lang.String[] measurements, java.util.function.Function<java.lang.Integer,org.apache.iotdb.tsfile.file.metadata.enums.TSDataType> getDataType, boolean aligned)DeviceSchemaInfoSchemaRegionSchemaFileImpl. getDeviceSchemaInfoWithAutoCreate(org.apache.iotdb.commons.path.PartialPath devicePath, java.lang.String[] measurements, java.util.function.Function<java.lang.Integer,org.apache.iotdb.tsfile.file.metadata.enums.TSDataType> getDataType, boolean aligned) -
Uses of DeviceSchemaInfo in org.apache.iotdb.db.mpp.common.schematree
Methods in org.apache.iotdb.db.mpp.common.schematree that return DeviceSchemaInfo Modifier and Type Method Description DeviceSchemaInfoDeviceSchemaInfo. getSubDeviceSchemaInfo(java.util.List<java.lang.String> measurements)DeviceSchemaInfoClusterSchemaTree. searchDeviceSchemaInfo(org.apache.iotdb.commons.path.PartialPath devicePath, java.util.List<java.lang.String> measurements)DeviceSchemaInfoDeviceGroupSchemaTree. searchDeviceSchemaInfo(org.apache.iotdb.commons.path.PartialPath devicePath, java.util.List<java.lang.String> measurements)DeviceSchemaInfoISchemaTree. searchDeviceSchemaInfo(org.apache.iotdb.commons.path.PartialPath devicePath, java.util.List<java.lang.String> measurements)Methods in org.apache.iotdb.db.mpp.common.schematree that return types with arguments of type DeviceSchemaInfo Modifier and Type Method Description java.util.List<DeviceSchemaInfo>ClusterSchemaTree. getMatchedDevices(org.apache.iotdb.commons.path.PartialPath pathPattern)java.util.List<DeviceSchemaInfo>ClusterSchemaTree. getMatchedDevices(org.apache.iotdb.commons.path.PartialPath pathPattern, boolean isPrefixMatch)Get all device matching the path pattern.java.util.List<DeviceSchemaInfo>DeviceGroupSchemaTree. getMatchedDevices(org.apache.iotdb.commons.path.PartialPath pathPattern)java.util.List<DeviceSchemaInfo>DeviceGroupSchemaTree. getMatchedDevices(org.apache.iotdb.commons.path.PartialPath pathPattern, boolean isPrefixMatch)java.util.List<DeviceSchemaInfo>ISchemaTree. getMatchedDevices(org.apache.iotdb.commons.path.PartialPath pathPattern)java.util.List<DeviceSchemaInfo>ISchemaTree. getMatchedDevices(org.apache.iotdb.commons.path.PartialPath pathPattern, boolean isPrefixMatch)Get all device matching the path pattern.Methods in org.apache.iotdb.db.mpp.common.schematree with parameters of type DeviceSchemaInfo Modifier and Type Method Description voidDeviceGroupSchemaTree. addDeviceInfo(DeviceSchemaInfo deviceSchemaInfo) -
Uses of DeviceSchemaInfo in org.apache.iotdb.db.mpp.common.schematree.visitor
Methods in org.apache.iotdb.db.mpp.common.schematree.visitor that return DeviceSchemaInfo Modifier and Type Method Description protected DeviceSchemaInfoSchemaTreeDeviceVisitor. generateResult()
-