Package org.apache.drill.yarn.appMaster
Interface RegistryHandler
- All Known Subinterfaces:
ClusterController
- All Known Implementing Classes:
ClusterControllerImpl
public interface RegistryHandler
Callback from the ZooKeeper registry to announce events
related to Drillbit registration.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
completionAck
(Task task, String endpointProperty) void
void
releaseHost
(String hostName) void
reserveHost
(String hostName) void
-
Method Details
-
reserveHost
-
releaseHost
-
startAck
-
completionAck
-
registryDown
void registryDown()
-