Uses of Interface
org.apache.iotdb.db.metadata.schemaregion.ISchemaRegion
-
-
Uses of ISchemaRegion in org.apache.iotdb.db.consensus.statemachine
Constructors in org.apache.iotdb.db.consensus.statemachine with parameters of type ISchemaRegion Constructor Description SchemaRegionStateMachine(ISchemaRegion schemaRegion) -
Uses of ISchemaRegion in org.apache.iotdb.db.metadata.schemaregion
Classes in org.apache.iotdb.db.metadata.schemaregion that implement ISchemaRegion Modifier and Type Class Description classSchemaRegionMemoryImplThis class takes the responsibility of serialization of all the metadata info of one certain schema region and persistent it into files.classSchemaRegionSchemaFileImplThis class takes the responsibility of serialization of all the metadata info of one certain schema region and persistent it into files.Methods in org.apache.iotdb.db.metadata.schemaregion that return ISchemaRegion Modifier and Type Method Description ISchemaRegionSchemaEngine. getSchemaRegion(org.apache.iotdb.commons.consensus.SchemaRegionId regionId)ISchemaRegionRSchemaRegionLoader. loadRSchemaRegion(org.apache.iotdb.commons.path.PartialPath storageGroup, org.apache.iotdb.commons.consensus.SchemaRegionId schemaRegionId, IStorageGroupMNode node)Load the jar files for RSchemaRegion and create an instance of it.Methods in org.apache.iotdb.db.metadata.schemaregion that return types with arguments of type ISchemaRegion Modifier and Type Method Description java.util.Collection<ISchemaRegion>SchemaEngine. getAllSchemaRegions() -
Uses of ISchemaRegion in org.apache.iotdb.db.metadata.visitor
Methods in org.apache.iotdb.db.metadata.visitor with parameters of type ISchemaRegion Modifier and Type Method Description org.apache.iotdb.common.rpc.thrift.TSStatusSchemaExecutionVisitor. visitActivateTemplate(ActivateTemplateNode node, ISchemaRegion schemaRegion)org.apache.iotdb.common.rpc.thrift.TSStatusSchemaExecutionVisitor. visitAlterTimeSeries(AlterTimeSeriesNode node, ISchemaRegion schemaRegion)org.apache.iotdb.common.rpc.thrift.TSStatusSchemaExecutionVisitor. visitCreateAlignedTimeSeries(CreateAlignedTimeSeriesNode node, ISchemaRegion schemaRegion)org.apache.iotdb.common.rpc.thrift.TSStatusSchemaExecutionVisitor. visitCreateMultiTimeSeries(CreateMultiTimeSeriesNode node, ISchemaRegion schemaRegion)org.apache.iotdb.common.rpc.thrift.TSStatusSchemaExecutionVisitor. visitCreateTimeSeries(CreateTimeSeriesNode node, ISchemaRegion schemaRegion)org.apache.iotdb.common.rpc.thrift.TSStatusSchemaExecutionVisitor. visitInternalCreateTimeSeries(InternalCreateTimeSeriesNode node, ISchemaRegion schemaRegion)org.apache.iotdb.common.rpc.thrift.TSStatusSchemaExecutionVisitor. visitPlan(PlanNode node, ISchemaRegion context) -
Uses of ISchemaRegion in org.apache.iotdb.db.mpp.execution.driver
Methods in org.apache.iotdb.db.mpp.execution.driver that return ISchemaRegion Modifier and Type Method Description ISchemaRegionSchemaDriverContext. getSchemaRegion()Constructors in org.apache.iotdb.db.mpp.execution.driver with parameters of type ISchemaRegion Constructor Description SchemaDriverContext(FragmentInstanceContext fragmentInstanceContext, ISchemaRegion schemaRegion) -
Uses of ISchemaRegion in org.apache.iotdb.db.mpp.execution.fragment
Methods in org.apache.iotdb.db.mpp.execution.fragment with parameters of type ISchemaRegion Modifier and Type Method Description FragmentInstanceInfoFragmentInstanceManager. execSchemaQueryFragmentInstance(FragmentInstance instance, ISchemaRegion schemaRegion) -
Uses of ISchemaRegion in org.apache.iotdb.db.mpp.execution.operator.schema
Constructors in org.apache.iotdb.db.mpp.execution.operator.schema with parameters of type ISchemaRegion Constructor Description SchemaFetchScanOperator(PlanNodeId planNodeId, OperatorContext context, PathPatternTree patternTree, java.util.Map<java.lang.Integer,Template> templateMap, ISchemaRegion schemaRegion) -
Uses of ISchemaRegion in org.apache.iotdb.db.mpp.plan.planner
Methods in org.apache.iotdb.db.mpp.plan.planner with parameters of type ISchemaRegion Modifier and Type Method Description SchemaDriverLocalExecutionPlanner. plan(PlanNode plan, FragmentInstanceContext instanceContext, ISchemaRegion schemaRegion)
-