Uses of Interface
org.apache.drill.exec.work.foreman.DrillbitStatusListener
Packages that use DrillbitStatusListener
Package
Description
Cluster coordination system based on Apache Zookeeper and Curator.
Interface between the Application Master and ZooKeeper.
-
Uses of DrillbitStatusListener in org.apache.drill.exec.coord
Fields in org.apache.drill.exec.coord with type parameters of type DrillbitStatusListenerMethods in org.apache.drill.exec.coord with parameters of type DrillbitStatusListenerModifier and TypeMethodDescriptionvoidClusterCoordinator.addDrillbitStatusListener(DrillbitStatusListener listener) Register a DrillbitStatusListener.voidClusterCoordinator.removeDrillbitStatusListener(DrillbitStatusListener listener) Unregister a DrillbitStatusListener. -
Uses of DrillbitStatusListener in org.apache.drill.exec.work.foreman
Methods in org.apache.drill.exec.work.foreman that return DrillbitStatusListener -
Uses of DrillbitStatusListener in org.apache.drill.yarn.zk
Classes in org.apache.drill.yarn.zk that implement DrillbitStatusListenerModifier and TypeClassDescriptionclassAM-specific implementation of a Drillbit registry backed by ZooKeeper.Methods in org.apache.drill.yarn.zk with parameters of type DrillbitStatusListenerModifier and TypeMethodDescriptionvoidZKClusterCoordinatorDriver.addDrillbitListener(DrillbitStatusListener listener) voidZKClusterCoordinatorDriver.removeDrillbitListener(DrillbitStatusListener listener)