Uses of Interface
org.apache.iotdb.db.metadata.lastCache.container.ILastCacheContainer
-
-
Uses of ILastCacheContainer in org.apache.iotdb.db.metadata.cache
Methods in org.apache.iotdb.db.metadata.cache that return ILastCacheContainer Modifier and Type Method Description ILastCacheContainerSchemaCacheEntry. getLastCacheContainer()Methods in org.apache.iotdb.db.metadata.cache with parameters of type ILastCacheContainer Modifier and Type Method Description voidSchemaCacheEntry. setLastCacheContainer(ILastCacheContainer lastCacheContainer) -
Uses of ILastCacheContainer in org.apache.iotdb.db.metadata.idtable.entry
Classes in org.apache.iotdb.db.metadata.idtable.entry that implement ILastCacheContainer Modifier and Type Class Description classSchemaEntrySchema entry of id table
Notice that this class is also a last cache container for last cacheMethods in org.apache.iotdb.db.metadata.idtable.entry that return ILastCacheContainer Modifier and Type Method Description ILastCacheContainerInsertMeasurementMNode. getLastCacheContainer()Methods in org.apache.iotdb.db.metadata.idtable.entry with parameters of type ILastCacheContainer Modifier and Type Method Description voidInsertMeasurementMNode. setLastCacheContainer(ILastCacheContainer lastCacheContainer) -
Uses of ILastCacheContainer in org.apache.iotdb.db.metadata.lastCache.container
Classes in org.apache.iotdb.db.metadata.lastCache.container that implement ILastCacheContainer Modifier and Type Class Description classLastCacheContainerThis class possesses the ILastCacheValue and implements the basic last cache operations. -
Uses of ILastCacheContainer in org.apache.iotdb.db.metadata.mnode
Methods in org.apache.iotdb.db.metadata.mnode that return ILastCacheContainer Modifier and Type Method Description ILastCacheContainerEntityMNode. getLastCacheContainer(java.lang.String measurementId)ILastCacheContainerIEntityMNode. getLastCacheContainer(java.lang.String measurementId)ILastCacheContainerIMeasurementMNode. getLastCacheContainer()ILastCacheContainerMeasurementMNode. getLastCacheContainer()Methods in org.apache.iotdb.db.metadata.mnode that return types with arguments of type ILastCacheContainer Modifier and Type Method Description java.util.Map<java.lang.String,ILastCacheContainer>EntityMNode. getTemplateLastCaches()java.util.Map<java.lang.String,ILastCacheContainer>IEntityMNode. getTemplateLastCaches()Methods in org.apache.iotdb.db.metadata.mnode with parameters of type ILastCacheContainer Modifier and Type Method Description voidIMeasurementMNode. setLastCacheContainer(ILastCacheContainer lastCacheContainer)voidMeasurementMNode. setLastCacheContainer(ILastCacheContainer lastCacheContainer)
-