Skip navigation links

Package com.hazelcast.concurrent.lock

This package contains Lock for Hazelcast.
The ILock is the distributed version of the Lock.

See: Description

Package com.hazelcast.concurrent.lock Description

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.

Since:
1
Skip navigation links

Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.