These appear to be unused. Moreover, their behavior doesn't match their documentation. getDefault() claims to return NullLockManager if no lock manager could be found, but really returns it if there's no lock manager named 'default'. getAny() claims to throw if no lock manager can be found, but actually throws if no lock manager is named 'default' or 'fsLockManager'. The behavior can be easily replicated by just using get() yourself and catching any exception. Bug: T234227 Change-Id: Iad083847f45d6e017a3f7dbfece1f9c155c5efd6 |
||
|---|---|---|
| .. | ||
| LockManagerGroup.php | ||
| LockManagerGroupFactory.php | ||
| MySqlLockManager.php | ||