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(com.gemstone.gemfire.cache.Cache cache) |
GemfireLockRegistry(com.gemstone.gemfire.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