Uses of Interface
org.apache.drill.yarn.appMaster.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
Modifier and TypeInterfaceDescriptioninterface
Interface which identifies the cluster controller methods that are save to call from theDispatcher
.Modifier 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
Modifier and TypeMethodDescriptionvoid
ZKRegistry.finish
(RegistryHandler handler) void
ZKRegistry.start
(RegistryHandler controller) Called during AM startup to initialize ZK.