Class SchemaDriver
- java.lang.Object
-
- org.apache.iotdb.db.mpp.execution.driver.Driver
-
- org.apache.iotdb.db.mpp.execution.driver.SchemaDriver
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.iotdb.db.mpp.execution.driver.Driver
Driver.State
-
-
Field Summary
-
Fields inherited from class org.apache.iotdb.db.mpp.execution.driver.Driver
driverBlockedFuture, driverContext, exclusiveLock, LOGGER, root, sinkHandle, state
-
-
Constructor Summary
Constructors Constructor Description SchemaDriver(Operator root, ISinkHandle sinkHandle, SchemaDriverContext driverContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleaninit(com.google.common.util.concurrent.SettableFuture<?> blockedFuture)do initializationprotected voidreleaseResource()release resource this driver used-
Methods inherited from class org.apache.iotdb.db.mpp.execution.driver.Driver
close, failed, getInfo, getSinkHandle, isFinished, processFor
-
-
-
-
Constructor Detail
-
SchemaDriver
public SchemaDriver(Operator root, ISinkHandle sinkHandle, SchemaDriverContext driverContext)
-
-
Method Detail
-
init
protected boolean init(com.google.common.util.concurrent.SettableFuture<?> blockedFuture)
Description copied from class:Driverdo initialization
-
releaseResource
protected void releaseResource()
Description copied from class:Driverrelease resource this driver used- Specified by:
releaseResourcein classDriver
-
-