Uses of Class
org.apache.iotdb.db.qp.physical.sys.ShowDevicesPlan
-
Packages that use ShowDevicesPlan Package Description org.apache.iotdb.db.metadata org.apache.iotdb.db.metadata.mtree org.apache.iotdb.db.metadata.schemaregion org.apache.iotdb.db.query.dataset -
-
Uses of ShowDevicesPlan in org.apache.iotdb.db.metadata
Methods in org.apache.iotdb.db.metadata with parameters of type ShowDevicesPlan Modifier and Type Method Description java.util.List<ShowDevicesResult>LocalSchemaProcessor. getMatchedDevices(ShowDevicesPlan plan)Get all device paths and according storage group paths as ShowDevicesResult. -
Uses of ShowDevicesPlan in org.apache.iotdb.db.metadata.mtree
Methods in org.apache.iotdb.db.metadata.mtree with parameters of type ShowDevicesPlan Modifier and Type Method Description org.apache.iotdb.tsfile.utils.Pair<java.util.List<ShowDevicesResult>,java.lang.Integer>IMTreeBelowSG. getDevices(ShowDevicesPlan plan)org.apache.iotdb.tsfile.utils.Pair<java.util.List<ShowDevicesResult>,java.lang.Integer>MTreeBelowSGCachedImpl. getDevices(ShowDevicesPlan plan)org.apache.iotdb.tsfile.utils.Pair<java.util.List<ShowDevicesResult>,java.lang.Integer>MTreeBelowSGMemoryImpl. getDevices(ShowDevicesPlan plan) -
Uses of ShowDevicesPlan in org.apache.iotdb.db.metadata.schemaregion
Methods in org.apache.iotdb.db.metadata.schemaregion with parameters of type ShowDevicesPlan Modifier and Type Method Description org.apache.iotdb.tsfile.utils.Pair<java.util.List<ShowDevicesResult>,java.lang.Integer>ISchemaRegion. getMatchedDevices(ShowDevicesPlan plan)Get all device paths and according storage group paths as ShowDevicesResult.org.apache.iotdb.tsfile.utils.Pair<java.util.List<ShowDevicesResult>,java.lang.Integer>SchemaRegionMemoryImpl. getMatchedDevices(ShowDevicesPlan plan)Get all device paths and according storage group paths as ShowDevicesResult.org.apache.iotdb.tsfile.utils.Pair<java.util.List<ShowDevicesResult>,java.lang.Integer>SchemaRegionSchemaFileImpl. getMatchedDevices(ShowDevicesPlan plan)Get all device paths and according storage group paths as ShowDevicesResult. -
Uses of ShowDevicesPlan in org.apache.iotdb.db.query.dataset
Constructors in org.apache.iotdb.db.query.dataset with parameters of type ShowDevicesPlan Constructor Description ShowDevicesDataSet(ShowDevicesPlan showDevicesPlan)
-