java.lang.Object
org.elasticsearch.compute.operator.DriverRunner
Run a set of drivers to completion.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrunToCompletion(List<Driver> drivers, ActionListener<Void> listener) Run all drivers to completion asynchronously.protected abstract voidstart(Driver driver, ActionListener<Void> driverListener) Start a driver.
-
Constructor Details
-
DriverRunner
-
-
Method Details
-
start
Start a driver. -
runToCompletion
Run all drivers to completion asynchronously.
-