| 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.
|
| Modifier and Type | Method and Description |
|---|---|
DistributedSemaphore.DistributedLease |
DistributedSemaphore.acquire(long time,
TimeUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
DistributedSemaphore.DistributedLease |
LocalClusterCoordinator.LocalSemaphore.acquire(long timeout,
TimeUnit timeUnit) |
| Modifier and Type | Method and Description |
|---|---|
DistributedSemaphore.DistributedLease |
ZkDistributedSemaphore.acquire(long time,
TimeUnit unit) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.