Uses of Class
org.apache.iotdb.db.metadata.cache.DataNodeSchemaCache
-
Packages that use DataNodeSchemaCache Package Description org.apache.iotdb.db.metadata.cache org.apache.iotdb.db.mpp.execution.operator.process.last -
-
Uses of DataNodeSchemaCache in org.apache.iotdb.db.metadata.cache
Methods in org.apache.iotdb.db.metadata.cache that return DataNodeSchemaCache Modifier and Type Method Description static DataNodeSchemaCacheDataNodeSchemaCache. getInstance() -
Uses of DataNodeSchemaCache in org.apache.iotdb.db.mpp.execution.operator.process.last
Constructors in org.apache.iotdb.db.mpp.execution.operator.process.last with parameters of type DataNodeSchemaCache Constructor Description UpdateLastCacheOperator(OperatorContext operatorContext, Operator child, MeasurementPath fullPath, org.apache.iotdb.tsfile.file.metadata.enums.TSDataType dataType, DataNodeSchemaCache dataNodeSchemaCache, boolean needUpdateCache)
-