Package | Description |
---|---|
org.apache.curator.framework.recipes.locks |
Modifier and Type | Method and Description |
---|---|
InterProcessMutex |
InterProcessReadWriteLock.readLock()
Returns the lock used for reading.
|
InterProcessMutex |
InterProcessReadWriteLock.writeLock()
Returns the lock used for writing.
|
Modifier and Type | Method and Description |
---|---|
void |
InterProcessMutex.makeRevocable(RevocationListener<InterProcessMutex> listener) |
void |
InterProcessMutex.makeRevocable(RevocationListener<InterProcessMutex> listener,
Executor executor) |
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.