Class EnterpriseHazelcastLock

java.lang.Object
com.hazelcast.vertx.io.vertx.spi.cluster.hazelcast.impl.EnterpriseHazelcastLock
All Implemented Interfaces:
io.vertx.core.shareddata.Lock

public class EnterpriseHazelcastLock extends Object implements io.vertx.core.shareddata.Lock
Implementation of Lock based on Hazelcast CP Subsystem
  • Constructor Details

    • EnterpriseHazelcastLock

      public EnterpriseHazelcastLock(com.hazelcast.cp.ISemaphore semaphore, Executor lockReleaseExec)
  • Method Details

    • release

      public void release()
      Specified by:
      release in interface io.vertx.core.shareddata.Lock