Uses of Class
org.apache.iotdb.confignode.consensus.request.write.database.DatabaseSchemaPlan
Packages that use DatabaseSchemaPlan
Package
Description
-
Uses of DatabaseSchemaPlan in org.apache.iotdb.confignode.consensus.request
Methods in org.apache.iotdb.confignode.consensus.request with parameters of type DatabaseSchemaPlanModifier and TypeMethodDescriptionConfigPhysicalPlanVisitor.visitAlterDatabase(DatabaseSchemaPlan alterDatabasePlan, C context) ConfigPhysicalPlanVisitor.visitCreateDatabase(DatabaseSchemaPlan createDatabasePlan, C context) -
Uses of DatabaseSchemaPlan in org.apache.iotdb.confignode.manager
Methods in org.apache.iotdb.confignode.manager with parameters of type DatabaseSchemaPlanModifier and TypeMethodDescriptionConfigManager.alterDatabase(DatabaseSchemaPlan databaseSchemaPlan) IManager.alterDatabase(DatabaseSchemaPlan databaseSchemaPlan) Alter Database.ConfigManager.setDatabase(DatabaseSchemaPlan databaseSchemaPlan) IManager.setDatabase(DatabaseSchemaPlan databaseSchemaPlan) Set Database.TTLManager.setTTL(DatabaseSchemaPlan databaseSchemaPlan, boolean isGeneratedByPipe) Set ttl when creating database. -
Uses of DatabaseSchemaPlan in org.apache.iotdb.confignode.manager.pipe.extractor
Methods in org.apache.iotdb.confignode.manager.pipe.extractor with parameters of type DatabaseSchemaPlanModifier and TypeMethodDescriptionPipeConfigPhysicalPlanPatternParseVisitor.visitAlterDatabase(DatabaseSchemaPlan alterDatabasePlan, IoTDBPipePattern pattern) PipeConfigPhysicalPlanPatternParseVisitor.visitCreateDatabase(DatabaseSchemaPlan createDatabasePlan, IoTDBPipePattern pattern) -
Uses of DatabaseSchemaPlan in org.apache.iotdb.confignode.manager.pipe.receiver.visitor
Methods in org.apache.iotdb.confignode.manager.pipe.receiver.visitor with parameters of type DatabaseSchemaPlanModifier and TypeMethodDescriptionPipeConfigPhysicalPlanTSStatusVisitor.visitAlterDatabase(DatabaseSchemaPlan plan, TSStatus context) PipeConfigPhysicalPlanTSStatusVisitor.visitCreateDatabase(DatabaseSchemaPlan plan, TSStatus context) -
Uses of DatabaseSchemaPlan in org.apache.iotdb.confignode.manager.schema
Methods in org.apache.iotdb.confignode.manager.schema with parameters of type DatabaseSchemaPlanModifier and TypeMethodDescriptionClusterSchemaManager.alterDatabase(DatabaseSchemaPlan databaseSchemaPlan, boolean isGeneratedByPipe) Alter DatabaseClusterSchemaManager.setDatabase(DatabaseSchemaPlan databaseSchemaPlan, boolean isGeneratedByPipe) Set Database -
Uses of DatabaseSchemaPlan in org.apache.iotdb.confignode.persistence.partition
Methods in org.apache.iotdb.confignode.persistence.partition with parameters of type DatabaseSchemaPlanModifier and TypeMethodDescriptionPartitionInfo.createDatabase(DatabaseSchemaPlan plan) Thread-safely create new DatabasePartitionTable. -
Uses of DatabaseSchemaPlan in org.apache.iotdb.confignode.persistence.schema
Methods in org.apache.iotdb.confignode.persistence.schema with parameters of type DatabaseSchemaPlanModifier and TypeMethodDescriptionClusterSchemaInfo.alterDatabase(DatabaseSchemaPlan plan) Alter DatabaseSchema.ClusterSchemaInfo.createDatabase(DatabaseSchemaPlan plan) Cache DatabaseSchema.