Uses of Class
org.apache.iotdb.db.metadata.idtable.entry.DeviceEntry
-
Packages that use DeviceEntry Package Description org.apache.iotdb.db.metadata.idtable -
-
Uses of DeviceEntry in org.apache.iotdb.db.metadata.idtable
Methods in org.apache.iotdb.db.metadata.idtable that return DeviceEntry Modifier and Type Method Description DeviceEntryIDTable. getDeviceEntry(java.lang.String deviceName)get device entry from device pathDeviceEntryIDTableHashmapImpl. getDeviceEntry(java.lang.String deviceName)get device entry from device pathMethods in org.apache.iotdb.db.metadata.idtable that return types with arguments of type DeviceEntry Modifier and Type Method Description java.util.List<DeviceEntry>IDTable. getAllDeviceEntry()get all device entriesjava.util.List<DeviceEntry>IDTableHashmapImpl. getAllDeviceEntry()java.util.Map<IDeviceID,DeviceEntry>[]IDTable. getIdTables()java.util.Map<IDeviceID,DeviceEntry>[]IDTableHashmapImpl. getIdTables()
-