| Package | Description |
|---|---|
| org.apache.drill.exec.coord |
Cluster coordination system based on Apache Zookeeper and Curator.
|
| org.apache.drill.exec.coord.local |
A single-node "cluster coordinator" used when running Drill locally.
|
| org.apache.drill.exec.coord.zk |
Zookeeper/Curator integration code.
|
| org.apache.drill.yarn.zk |
Interface between the Application Master and ZooKeeper.
|
| Modifier and Type | Method and Description |
|---|---|
abstract DistributedSemaphore |
ClusterCoordinator.getSemaphore(String name,
int maximumLeases) |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalClusterCoordinator.LocalSemaphore |
| Modifier and Type | Method and Description |
|---|---|
DistributedSemaphore |
LocalClusterCoordinator.getSemaphore(String name,
int maximumLeases) |
| Modifier and Type | Class and Description |
|---|---|
class |
ZkDistributedSemaphore |
| Modifier and Type | Method and Description |
|---|---|
DistributedSemaphore |
ZKClusterCoordinator.getSemaphore(String name,
int maximumLeases) |
| Modifier and Type | Method and Description |
|---|---|
DistributedSemaphore |
ZKClusterCoordinator.getSemaphore(String name,
int maximumLeases) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.