Uses of Interface
org.apache.drill.exec.coord.DistributedSemaphore
Packages that use DistributedSemaphore
Package
Description
Cluster coordination system based on Apache Zookeeper and Curator.
A single-node "cluster coordinator" used when running Drill locally.
Zookeeper/Curator integration code.
Interface between the Application Master and ZooKeeper.
-
Uses of DistributedSemaphore in org.apache.drill.exec.coord
Methods in org.apache.drill.exec.coord that return DistributedSemaphoreModifier and TypeMethodDescriptionabstract DistributedSemaphore
ClusterCoordinator.getSemaphore
(String name, int maximumLeases) -
Uses of DistributedSemaphore in org.apache.drill.exec.coord.local
Classes in org.apache.drill.exec.coord.local that implement DistributedSemaphoreMethods in org.apache.drill.exec.coord.local that return DistributedSemaphoreModifier and TypeMethodDescriptionLocalClusterCoordinator.getSemaphore
(String name, int maximumLeases) -
Uses of DistributedSemaphore in org.apache.drill.exec.coord.zk
Classes in org.apache.drill.exec.coord.zk that implement DistributedSemaphoreMethods in org.apache.drill.exec.coord.zk that return DistributedSemaphoreModifier and TypeMethodDescriptionZKClusterCoordinator.getSemaphore
(String name, int maximumLeases) -
Uses of DistributedSemaphore in org.apache.drill.yarn.zk
Methods in org.apache.drill.yarn.zk that return DistributedSemaphoreModifier and TypeMethodDescriptionZKClusterCoordinator.getSemaphore
(String name, int maximumLeases)