Package org.apache.drill.yarn.appMaster
Interface DispatcherAddOn
- All Known Implementing Classes:
DrillControllerFactory.ZKRegistryAddOn
public interface DispatcherAddOn
Interface for an add-on to the dispatcher that
should be started at start of the run and ended
at the end of the run.
-
Method Summary
Modifier and TypeMethodDescriptionvoidfinish(ClusterController controller) voidstart(ClusterController controller)
-
Method Details
-
start
-
finish
-