Uses of Class
org.apache.iotdb.db.metadata.cache.SchemaCacheEntry
-
Packages that use SchemaCacheEntry Package Description org.apache.iotdb.db.metadata.cache -
-
Uses of SchemaCacheEntry in org.apache.iotdb.db.metadata.cache
Methods in org.apache.iotdb.db.metadata.cache with parameters of type SchemaCacheEntry Modifier and Type Method Description static intSchemaCacheEntry. estimateSize(SchemaCacheEntry schemaCacheEntry)Total basic 100B SchemaCacheEntry Object header, 8B isAligned, 1B LastCacheContainer reference, 8B MeasurementSchema Reference, 8B Object header, 8B String measurementId basic, 8 + 8 + 4 + 8 + 4 = 32B type, encoding, compressor, 3 B encodingConverter, 8 + 8 + 8 = 24B props, 8Bstatic org.apache.iotdb.tsfile.read.TimeValuePairDataNodeLastCacheManager. getLastCache(SchemaCacheEntry entry)get the last cache value from time seriesstatic voidDataNodeLastCacheManager. resetLastCache(SchemaCacheEntry entry)reset the last cache value of time seriesstatic voidDataNodeLastCacheManager. updateLastCache(SchemaCacheEntry entry, org.apache.iotdb.tsfile.read.TimeValuePair timeValuePair, boolean highPriorityUpdate, java.lang.Long latestFlushedTime)update the last cache value of time series
-