public class GemfireLockRegistry
extends java.lang.Object
implements org.springframework.integration.support.locks.LockRegistry
LockRegistry providing a distributed lock using Gemfire.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LOCK_REGISTRY_REGION |
| Constructor and Description |
|---|
GemfireLockRegistry(org.apache.geode.cache.Cache cache) |
GemfireLockRegistry(org.apache.geode.cache.Region<?,?> region) |
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.locks.Lock |
obtain(java.lang.Object lockKey) |
public static final java.lang.String LOCK_REGISTRY_REGION