| Package | Description |
|---|---|
| org.droolsassert.util |
| Modifier and Type | Method and Description |
|---|---|
ReentrantFileLock |
ReentrantFileLock.ReentrantFileLockFactory.newLock(int id)
Creates new lock for the given id.
Id will be used to uniquely identify the lock (position) in the file. |
ReentrantFileLock |
ReentrantFileLock.ReentrantFileLockFactory.newLock(String name)
Creates new lock for the given name.
Hash code of the name will be used to compute lock id (position) in the file. |
Copyright © 2021. All rights reserved.