Spring Integration for VMware GemFire
Class GemfireLockRegistry
java.lang.Object
org.springframework.integration.gemfire.util.GemfireLockRegistry
- All Implemented Interfaces:
org.springframework.integration.support.locks.LockRegistry
public class GemfireLockRegistry
extends Object
implements org.springframework.integration.support.locks.LockRegistry
Implementation of
LockRegistry
providing a distributed lock using Gemfire.- Since:
- 4.0
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGemfireLockRegistry
(org.apache.geode.cache.Cache cache) GemfireLockRegistry
(org.apache.geode.cache.Region<?, ?> region) -
Method Summary
-
Field Details
-
LOCK_REGISTRY_REGION
- See Also:
-
-
Constructor Details
-
GemfireLockRegistry
public GemfireLockRegistry(org.apache.geode.cache.Cache cache) -
GemfireLockRegistry
public GemfireLockRegistry(org.apache.geode.cache.Region<?, ?> region)
-
-
Method Details
-
obtain
- Specified by:
obtain
in interfaceorg.springframework.integration.support.locks.LockRegistry
-