|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
ILock is the distributed version of the Lock.
See:
Description
| Interface Summary | |
|---|---|
| LockResource | |
| LockService | |
| LockStore | |
| LockStoreInfo | |
This package contains Lock for Hazelcast.
The ILock is the distributed version of the Lock.
So a lock can be acquired by different JVM's in the same cluster. When a JVM dies which acquired the Lock, the lock
is automatically released to prevent deadlocks. When a JVM dies which owns the partitions of that lock, the backup
partition will make sure that the lock is restored and therefor the lock is also highly available.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||