Uses of Class
org.apache.iotdb.db.metadata.mtree.store.disk.cache.CacheEntry
-
Packages that use CacheEntry Package Description org.apache.iotdb.db.metadata.idtable.entry org.apache.iotdb.db.metadata.mnode org.apache.iotdb.db.metadata.mtree.store.disk.cache -
-
Uses of CacheEntry in org.apache.iotdb.db.metadata.idtable.entry
Methods in org.apache.iotdb.db.metadata.idtable.entry that return CacheEntry Modifier and Type Method Description CacheEntryInsertMeasurementMNode. getCacheEntry()Methods in org.apache.iotdb.db.metadata.idtable.entry with parameters of type CacheEntry Modifier and Type Method Description voidInsertMeasurementMNode. setCacheEntry(CacheEntry cacheEntry) -
Uses of CacheEntry in org.apache.iotdb.db.metadata.mnode
Fields in org.apache.iotdb.db.metadata.mnode declared as CacheEntry Modifier and Type Field Description protected CacheEntryMNode. cacheEntryMethods in org.apache.iotdb.db.metadata.mnode that return CacheEntry Modifier and Type Method Description CacheEntryIMNode. getCacheEntry()CacheEntryMNode. getCacheEntry()Methods in org.apache.iotdb.db.metadata.mnode with parameters of type CacheEntry Modifier and Type Method Description voidIMNode. setCacheEntry(CacheEntry cacheEntry)voidMNode. setCacheEntry(CacheEntry cacheEntry) -
Uses of CacheEntry in org.apache.iotdb.db.metadata.mtree.store.disk.cache
Methods in org.apache.iotdb.db.metadata.mtree.store.disk.cache that return CacheEntry Modifier and Type Method Description protected CacheEntryCacheManager. getCacheEntry(IMNode node)Methods in org.apache.iotdb.db.metadata.mtree.store.disk.cache with parameters of type CacheEntry Modifier and Type Method Description protected abstract voidCacheManager. addToNodeCache(CacheEntry cacheEntry, IMNode node)protected voidLRUCacheManager. addToNodeCache(CacheEntry cacheEntry, IMNode node)protected voidPlainCacheManager. addToNodeCache(CacheEntry cacheEntry, IMNode node)protected abstract booleanCacheManager. isInNodeCache(CacheEntry cacheEntry)protected booleanLRUCacheManager. isInNodeCache(CacheEntry cacheEntry)protected booleanPlainCacheManager. isInNodeCache(CacheEntry cacheEntry)protected abstract voidCacheManager. removeFromNodeCache(CacheEntry cacheEntry)protected voidLRUCacheManager. removeFromNodeCache(CacheEntry cacheEntry)protected voidPlainCacheManager. removeFromNodeCache(CacheEntry cacheEntry)protected abstract voidCacheManager. updateCacheStatusAfterAccess(CacheEntry cacheEntry)voidLRUCacheManager. updateCacheStatusAfterAccess(CacheEntry cacheEntry)protected voidPlainCacheManager. updateCacheStatusAfterAccess(CacheEntry cacheEntry)protected abstract voidCacheManager. updateCacheStatusAfterUpdate(CacheEntry cacheEntry, IMNode node)protected voidLRUCacheManager. updateCacheStatusAfterUpdate(CacheEntry cacheEntry, IMNode node)protected voidPlainCacheManager. updateCacheStatusAfterUpdate(CacheEntry cacheEntry, IMNode node)
-