Uses of Class
org.apache.iotdb.db.metadata.idtable.entry.TimeseriesID
-
Packages that use TimeseriesID Package Description org.apache.iotdb.db.metadata.idtable -
-
Uses of TimeseriesID in org.apache.iotdb.db.metadata.idtable
Methods in org.apache.iotdb.db.metadata.idtable with parameters of type TimeseriesID Modifier and Type Method Description org.apache.iotdb.tsfile.read.TimeValuePairIDTable. getLastCache(TimeseriesID timeseriesID)get last cache of the timeseiesorg.apache.iotdb.tsfile.read.TimeValuePairIDTableHashmapImpl. getLastCache(TimeseriesID timeseriesID)get last cache of the timeseiesvoidIDTable. updateLastCache(TimeseriesID timeseriesID, org.apache.iotdb.tsfile.read.TimeValuePair pair, boolean highPriorityUpdate, java.lang.Long latestFlushedTime)update last cache of the timeseiesvoidIDTableHashmapImpl. updateLastCache(TimeseriesID timeseriesID, org.apache.iotdb.tsfile.read.TimeValuePair pair, boolean highPriorityUpdate, java.lang.Long latestFlushedTime)update last cache of the timeseies
-