Uses of Class
org.apache.iotdb.db.mpp.execution.fragment.FragmentInstanceContext
-
-
Uses of FragmentInstanceContext in org.apache.iotdb.db.engine.compaction.cross.rewrite.task
Constructors in org.apache.iotdb.db.engine.compaction.cross.rewrite.task with parameters of type FragmentInstanceContext Constructor Description ReadPointPerformerSubTask(java.lang.String device, java.util.Set<java.lang.String> measurementList, FragmentInstanceContext fragmentInstanceContext, QueryDataSource queryDataSource, AbstractCompactionWriter compactionWriter, java.util.Map<java.lang.String,org.apache.iotdb.tsfile.write.schema.MeasurementSchema> schemaMap, int taskId) -
Uses of FragmentInstanceContext in org.apache.iotdb.db.engine.compaction.performer.impl
Methods in org.apache.iotdb.db.engine.compaction.performer.impl with parameters of type FragmentInstanceContext Modifier and Type Method Description static IDataBlockReaderReadPointCompactionPerformer. constructReader(java.lang.String deviceId, java.util.List<java.lang.String> measurementIds, java.util.List<org.apache.iotdb.tsfile.write.schema.IMeasurementSchema> measurementSchemas, java.util.Set<java.lang.String> allSensors, FragmentInstanceContext fragmentInstanceContext, QueryDataSource queryDataSource, boolean isAlign) -
Uses of FragmentInstanceContext in org.apache.iotdb.db.engine.compaction.reader
Constructors in org.apache.iotdb.db.engine.compaction.reader with parameters of type FragmentInstanceContext Constructor Description SeriesDataBlockReader(org.apache.iotdb.commons.path.PartialPath seriesPath, java.util.Set<java.lang.String> allSensors, org.apache.iotdb.tsfile.file.metadata.enums.TSDataType dataType, FragmentInstanceContext context, QueryDataSource dataSource, boolean ascending)SeriesDataBlockReader(org.apache.iotdb.commons.path.PartialPath seriesPath, org.apache.iotdb.tsfile.file.metadata.enums.TSDataType dataType, FragmentInstanceContext context, java.util.List<TsFileResource> seqFileResource, java.util.List<TsFileResource> unseqFileResource, boolean ascending) -
Uses of FragmentInstanceContext in org.apache.iotdb.db.mpp.execution.driver
Methods in org.apache.iotdb.db.mpp.execution.driver that return FragmentInstanceContext Modifier and Type Method Description FragmentInstanceContextDriverContext. getFragmentInstanceContext()Constructors in org.apache.iotdb.db.mpp.execution.driver with parameters of type FragmentInstanceContext Constructor Description DataDriverContext(FragmentInstanceContext fragmentInstanceContext, java.util.List<org.apache.iotdb.commons.path.PartialPath> paths, org.apache.iotdb.tsfile.read.filter.basic.Filter timeFilter, DataRegion dataRegion, java.util.List<DataSourceOperator> sourceOperators)DriverContext(FragmentInstanceContext fragmentInstanceContext)SchemaDriverContext(FragmentInstanceContext fragmentInstanceContext, ISchemaRegion schemaRegion) -
Uses of FragmentInstanceContext in org.apache.iotdb.db.mpp.execution.exchange
Methods in org.apache.iotdb.db.mpp.execution.exchange with parameters of type FragmentInstanceContext Modifier and Type Method Description ISinkHandleIMPPDataExchangeManager. createLocalSinkHandle(org.apache.iotdb.mpp.rpc.thrift.TFragmentInstanceId localFragmentInstanceId, org.apache.iotdb.mpp.rpc.thrift.TFragmentInstanceId remoteFragmentInstanceId, java.lang.String remotePlanNodeId, FragmentInstanceContext instanceContext)ISinkHandleMPPDataExchangeManager. createLocalSinkHandle(org.apache.iotdb.mpp.rpc.thrift.TFragmentInstanceId localFragmentInstanceId, org.apache.iotdb.mpp.rpc.thrift.TFragmentInstanceId remoteFragmentInstanceId, java.lang.String remotePlanNodeId, FragmentInstanceContext instanceContext)ISinkHandleIMPPDataExchangeManager. createSinkHandle(org.apache.iotdb.mpp.rpc.thrift.TFragmentInstanceId localFragmentInstanceId, org.apache.iotdb.common.rpc.thrift.TEndPoint remoteEndpoint, org.apache.iotdb.mpp.rpc.thrift.TFragmentInstanceId remoteFragmentInstanceId, java.lang.String remotePlanNodeId, FragmentInstanceContext instanceContext)Create a sink handle who sends data blocks to a remote downstream fragment instance in async manner.ISinkHandleMPPDataExchangeManager. createSinkHandle(org.apache.iotdb.mpp.rpc.thrift.TFragmentInstanceId localFragmentInstanceId, org.apache.iotdb.common.rpc.thrift.TEndPoint remoteEndpoint, org.apache.iotdb.mpp.rpc.thrift.TFragmentInstanceId remoteFragmentInstanceId, java.lang.String remotePlanNodeId, FragmentInstanceContext instanceContext) -
Uses of FragmentInstanceContext in org.apache.iotdb.db.mpp.execution.fragment
Methods in org.apache.iotdb.db.mpp.execution.fragment that return FragmentInstanceContext Modifier and Type Method Description static FragmentInstanceContextFragmentInstanceContext. createFragmentInstanceContext(FragmentInstanceId id, FragmentInstanceStateMachine stateMachine)static FragmentInstanceContextFragmentInstanceContext. createFragmentInstanceContextForCompaction(long queryId)Methods in org.apache.iotdb.db.mpp.execution.fragment with parameters of type FragmentInstanceContext Modifier and Type Method Description static FragmentInstanceExecutionFragmentInstanceExecution. createFragmentInstanceExecution(IDriverScheduler scheduler, FragmentInstanceId instanceId, FragmentInstanceContext context, IDriver driver, FragmentInstanceStateMachine stateMachine, io.airlift.stats.CounterStat failedInstances, long timeOut) -
Uses of FragmentInstanceContext in org.apache.iotdb.db.mpp.execution.operator
Methods in org.apache.iotdb.db.mpp.execution.operator that return FragmentInstanceContext Modifier and Type Method Description FragmentInstanceContextOperatorContext. getInstanceContext()Constructors in org.apache.iotdb.db.mpp.execution.operator with parameters of type FragmentInstanceContext Constructor Description OperatorContext(int operatorId, PlanNodeId planNodeId, java.lang.String operatorType, FragmentInstanceContext instanceContext) -
Uses of FragmentInstanceContext in org.apache.iotdb.db.mpp.execution.operator.source
Constructors in org.apache.iotdb.db.mpp.execution.operator.source with parameters of type FragmentInstanceContext Constructor Description AlignedSeriesScanUtil(org.apache.iotdb.commons.path.PartialPath seriesPath, java.util.Set<java.lang.String> allSensors, FragmentInstanceContext context, org.apache.iotdb.tsfile.read.filter.basic.Filter timeFilter, org.apache.iotdb.tsfile.read.filter.basic.Filter valueFilter, boolean ascending)SeriesScanUtil(org.apache.iotdb.commons.path.PartialPath seriesPath, java.util.Set<java.lang.String> allSensors, org.apache.iotdb.tsfile.file.metadata.enums.TSDataType dataType, FragmentInstanceContext context, org.apache.iotdb.tsfile.read.filter.basic.Filter timeFilter, org.apache.iotdb.tsfile.read.filter.basic.Filter valueFilter, boolean ascending) -
Uses of FragmentInstanceContext in org.apache.iotdb.db.mpp.plan.planner
Methods in org.apache.iotdb.db.mpp.plan.planner that return FragmentInstanceContext Modifier and Type Method Description FragmentInstanceContextLocalExecutionPlanContext. getInstanceContext()Methods in org.apache.iotdb.db.mpp.plan.planner with parameters of type FragmentInstanceContext Modifier and Type Method Description SchemaDriverLocalExecutionPlanner. plan(PlanNode plan, FragmentInstanceContext instanceContext, ISchemaRegion schemaRegion)DataDriverLocalExecutionPlanner. plan(PlanNode plan, TypeProvider types, FragmentInstanceContext instanceContext, org.apache.iotdb.tsfile.read.filter.basic.Filter timeFilter, DataRegion dataRegion)Constructors in org.apache.iotdb.db.mpp.plan.planner with parameters of type FragmentInstanceContext Constructor Description LocalExecutionPlanContext(FragmentInstanceContext instanceContext)LocalExecutionPlanContext(TypeProvider typeProvider, FragmentInstanceContext instanceContext)
-