Uses of Class
org.apache.iotdb.db.qp.physical.crud.InsertPlan
-
-
Uses of InsertPlan in org.apache.iotdb.db.engine
Methods in org.apache.iotdb.db.engine with parameters of type InsertPlan Modifier and Type Method Description protected voidStorageEngine. getSeriesSchemas(InsertPlan insertPlan, DataRegion processor) -
Uses of InsertPlan in org.apache.iotdb.db.metadata
Methods in org.apache.iotdb.db.metadata with parameters of type InsertPlan Modifier and Type Method Description IMNodeLocalSchemaProcessor. getSeriesSchemasAndReadLockDevice(InsertPlan plan)get schema for device. -
Uses of InsertPlan in org.apache.iotdb.db.metadata.idtable
Methods in org.apache.iotdb.db.metadata.idtable with parameters of type InsertPlan Modifier and Type Method Description IDeviceIDIDTable. getSeriesSchemas(InsertPlan plan)check inserting timeseries existence and fill their measurement mnodeIDeviceIDIDTableHashmapImpl. getSeriesSchemas(InsertPlan plan)check inserting timeseries existence and fill their measurement mnode -
Uses of InsertPlan in org.apache.iotdb.db.metadata.schemaregion
Methods in org.apache.iotdb.db.metadata.schemaregion with parameters of type InsertPlan Modifier and Type Method Description static voidSchemaRegionUtils. checkDataTypeMatch(InsertPlan plan, int loc, org.apache.iotdb.tsfile.file.metadata.enums.TSDataType dataType)IMNodeISchemaRegion. getSeriesSchemasAndReadLockDevice(InsertPlan plan)get schema for device.IMNodeSchemaRegionMemoryImpl. getSeriesSchemasAndReadLockDevice(InsertPlan plan)get schema for device.IMNodeSchemaRegionSchemaFileImpl. getSeriesSchemasAndReadLockDevice(InsertPlan plan)get schema for device. -
Uses of InsertPlan in org.apache.iotdb.db.qp.physical.crud
Subclasses of InsertPlan in org.apache.iotdb.db.qp.physical.crud Modifier and Type Class Description classInsertMultiTabletsPlanMainly used in the distributed version, when multiple InsertTabletPlans belong to a raft replication group, we merge these InsertTabletPlans into one InsertMultiTabletsPlan, which can reduce the number of raft logs.classInsertRowPlanclassInsertRowsOfOneDevicePlanclassInsertRowsPlanclassInsertTabletPlanMethods in org.apache.iotdb.db.qp.physical.crud that return InsertPlan Modifier and Type Method Description InsertPlanInsertPlan. getPlanFromFailed()Reconstruct this plan with the failed measurements.InsertPlanInsertRowPlan. getPlanFromFailed()InsertPlanInsertRowsOfOneDevicePlan. getPlanFromFailed()InsertPlanInsertRowsPlan. getPlanFromFailed()InsertPlanInsertTabletPlan. getPlanFromFailed()
-