-
-
Constructor Summary
Constructors
Constructor and Description |
JvmLock()
In-memory lock.
|
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
JvmLock
public JvmLock()
In-memory lock.
-
Method Detail
-
acquire
public void acquire()
Description copied from interface: Lock
Acquires the lock.
- Specified by:
acquire
in interface Lock
-
release
public void release()
Description copied from interface: Lock
Releases the lock.
- Specified by:
release
in interface Lock
Copyright © 2024. All rights reserved.