- java.lang.Object
-
- com.mulesoft.mule.runtime.module.cluster.internal.lock.HazelcastLock
-
-
Constructor Summary
Constructors
| Constructor and Description |
HazelcastLock(com.hazelcast.core.IMap locksMap,
String lockId) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
lock
public void lock()
- Specified by:
lock in interface Lock
-
tryLock
public boolean tryLock()
- Specified by:
tryLock in interface Lock
-
unlock
public void unlock()
- Specified by:
unlock in interface Lock
Copyright © 2006–2022 MuleSoft, Inc.. All rights reserved.