Uses of Interface
org.apache.drill.yarn.appMaster.RegistryHandler
Packages that use RegistryHandler
Package
Description
Implements the Drill Application Master for YARN.
Interface between the Application Master and ZooKeeper.
-
Uses of RegistryHandler in org.apache.drill.yarn.appMaster
Subinterfaces of RegistryHandler in org.apache.drill.yarn.appMasterModifier and TypeInterfaceDescriptioninterface
Interface which identifies the cluster controller methods that are save to call from theDispatcher
.Classes in org.apache.drill.yarn.appMaster that implement RegistryHandlerModifier and TypeClassDescriptionclass
Controls the Drill cluster by representing the current cluster state with a desired state, taking corrective action to keep the cluster in the desired state. -
Uses of RegistryHandler in org.apache.drill.yarn.zk
Methods in org.apache.drill.yarn.zk with parameters of type RegistryHandlerModifier and TypeMethodDescriptionvoid
ZKRegistry.finish
(RegistryHandler handler) void
ZKRegistry.start
(RegistryHandler controller) Called during AM startup to initialize ZK.