Class DataDriver
- java.lang.Object
-
- org.apache.iotdb.db.mpp.execution.driver.Driver
-
- org.apache.iotdb.db.mpp.execution.driver.DataDriver
-
-
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 DataDriver(Operator root, ISinkHandle sinkHandle, DataDriverContext 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()All file paths used by this fragment instance must be cleared and thus the usage reference must be decreased.-
Methods inherited from class org.apache.iotdb.db.mpp.execution.driver.Driver
close, failed, getInfo, getSinkHandle, isFinished, processFor
-
-
-
-
Constructor Detail
-
DataDriver
public DataDriver(Operator root, ISinkHandle sinkHandle, DataDriverContext driverContext)
-
-
Method Detail
-
init
protected boolean init(com.google.common.util.concurrent.SettableFuture<?> blockedFuture)
Description copied from class:Driverdo initialization
-
releaseResource
protected void releaseResource()
All file paths used by this fragment instance must be cleared and thus the usage reference must be decreased.- Specified by:
releaseResourcein classDriver
-
-