| Package | Description |
|---|---|
| org.apache.curator.framework.recipes.locks |
| Modifier and Type | Method | Description |
|---|---|---|
void |
InterProcessMutex.makeRevocable(RevocationListener<InterProcessMutex> listener) |
|
void |
InterProcessMutex.makeRevocable(RevocationListener<InterProcessMutex> listener,
java.util.concurrent.Executor executor) |
|
void |
Revocable.makeRevocable(RevocationListener<T> listener) |
Make the lock revocable.
|
void |
Revocable.makeRevocable(RevocationListener<T> listener,
java.util.concurrent.Executor executor) |
Make the lock revocable.
|
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.