 | Up one level
| |
 | DBLockManager.php [source] [438 lines] | Version of LockManager based on using DB table locks. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
 | FSLockManager.php [source] [248 lines] | Simple version of LockManager based on using FS lock files. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
 | LockManager.php [source] [263 lines] | |
 | LockManagerGroup.php [source] [165 lines] | Lock manager registration handling. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
 | MemcLockManager.php [source] [384 lines] | Version of LockManager based on using memcached servers. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
 | QuorumLockManager.php [source] [248 lines] | Version of LockManager that uses a quorum from peer servers for locks. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
 | RedisLockManager.php [source] [272 lines] | Version of LockManager based on using redis servers. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
 | ScopedLock.php [source] [105 lines] | Resource locking handling. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |