| Package | Description |
|---|---|
| org.infinispan.lock.api |
Clustered Locks API.
|
| Modifier and Type | Method and Description |
|---|---|
ClusteredLockConfiguration |
ClusteredLockManager.getConfiguration(String name)
Returns the configuration of a
ClusteredLock, if such exists.This method throws ClusteredLockException if the lock is not not defined. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ClusteredLockManager.defineLock(String name,
ClusteredLockConfiguration configuration)
Defines a lock with the specific name and
ClusteredLockConfiguration. |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.