Class HazelcastLockRegistry
java.lang.Object
org.springframework.integration.hazelcast.lock.HazelcastLockRegistry
- All Implemented Interfaces:
- LockRegistry
@Deprecated(forRemoval=true,
            since="6.5")
public class HazelcastLockRegistry
extends Object
implements LockRegistry
Deprecated, for removal: This API element is subject to removal in a future version.
with no replacement since this class relies on the CP Subsystem
 which is not Open Source anymore since Hazelcast 5.5.
A 
LockRegistry implementation Hazelcast distributed locks.- Author:
- Artem Bilan
- 
Constructor SummaryConstructorsConstructorDescriptionHazelcastLockRegistry(com.hazelcast.core.HazelcastInstance hazelcastInstance) Deprecated, for removal: This API element is subject to removal in a future version.
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.integration.support.locks.LockRegistryexecuteLocked, executeLocked, executeLocked, executeLocked
- 
Constructor Details- 
HazelcastLockRegistrypublic HazelcastLockRegistry(com.hazelcast.core.HazelcastInstance hazelcastInstance) Deprecated, for removal: This API element is subject to removal in a future version.
 
- 
- 
Method Details- 
obtainDeprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:LockRegistryObtain the lock associated with the parameter object.- Specified by:
- obtainin interface- LockRegistry
- Parameters:
- lockKey- The object with which the lock is associated.
- Returns:
- The associated lock.
 
 
-