Uses of Class
org.apache.iotdb.db.query.dataset.ShowDevicesResult
-
Packages that use ShowDevicesResult 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 ShowDevicesResult in org.apache.iotdb.db.metadata
Methods in org.apache.iotdb.db.metadata that return types with arguments of type ShowDevicesResult 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 ShowDevicesResult in org.apache.iotdb.db.metadata.mtree
Methods in org.apache.iotdb.db.metadata.mtree that return types with arguments of type ShowDevicesResult 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 ShowDevicesResult in org.apache.iotdb.db.metadata.schemaregion
Methods in org.apache.iotdb.db.metadata.schemaregion that return types with arguments of type ShowDevicesResult 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 ShowDevicesResult in org.apache.iotdb.db.query.dataset
Methods in org.apache.iotdb.db.query.dataset that return ShowDevicesResult Modifier and Type Method Description static ShowDevicesResultShowDevicesResult. deserialize(java.nio.ByteBuffer buffer)
-