Uses of Interface
org.apache.drill.exec.coord.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
Modifier and TypeMethodDescriptionabstract DistributedSemaphore
ClusterCoordinator.getSemaphore
(String name, int maximumLeases) -
Uses of DistributedSemaphore in org.apache.drill.exec.coord.local
Modifier and TypeMethodDescriptionLocalClusterCoordinator.getSemaphore
(String name, int maximumLeases) -
Uses of DistributedSemaphore in org.apache.drill.exec.coord.zk
Modifier and TypeMethodDescriptionZKClusterCoordinator.getSemaphore
(String name, int maximumLeases) -
Uses of DistributedSemaphore in org.apache.drill.yarn.zk
Modifier and TypeMethodDescriptionZKClusterCoordinator.getSemaphore
(String name, int maximumLeases)