Uses of Interface
org.apache.iotdb.db.mpp.execution.driver.IDriver
-
-
Uses of IDriver in org.apache.iotdb.db.mpp.execution.driver
Classes in org.apache.iotdb.db.mpp.execution.driver that implement IDriver Modifier and Type Class Description classDataDriverOne dataDriver is responsible for one FragmentInstance which is for data query, which may contains several series.classDriverclassSchemaDriverOne SchemaDriver is used to execute one FragmentInstance which is for metadata query. -
Uses of IDriver in org.apache.iotdb.db.mpp.execution.fragment
Methods in org.apache.iotdb.db.mpp.execution.fragment with parameters of type IDriver 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 IDriver in org.apache.iotdb.db.mpp.execution.schedule
Method parameters in org.apache.iotdb.db.mpp.execution.schedule with type arguments of type IDriver Modifier and Type Method Description voidDriverScheduler. submitDrivers(QueryId queryId, java.util.List<IDriver> instances, long timeOut)voidIDriverScheduler. submitDrivers(QueryId queryId, java.util.List<IDriver> instances, long timeOut)Submit one or moreIDriverin one query for later scheduling. -
Uses of IDriver in org.apache.iotdb.db.mpp.execution.schedule.task
Methods in org.apache.iotdb.db.mpp.execution.schedule.task that return IDriver Modifier and Type Method Description IDriverDriverTask. getFragmentInstance()Constructors in org.apache.iotdb.db.mpp.execution.schedule.task with parameters of type IDriver Constructor Description DriverTask(IDriver instance, long timeoutMs, DriverTaskStatus status)
-