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 Details

  • Constructor Details

    • GemfireLockRegistry

      public GemfireLockRegistry(org.apache.geode.cache.Cache cache)
    • GemfireLockRegistry

      public GemfireLockRegistry(org.apache.geode.cache.Region<?,?> region)
  • Method Details

    • obtain

      public Lock obtain(Object lockKey)
      Specified by:
      obtain in interface org.springframework.integration.support.locks.LockRegistry