org.apache.oozie.util
Class MemoryLocks.LockToken
java.lang.Object
org.apache.oozie.util.MemoryLocks.LockToken
- Enclosing class:
- MemoryLocks
public class MemoryLocks.LockToken
- extends Object
Lock token returned when obtaining a lock, the token must be released when the lock is not needed anymore.
Method Summary |
void |
release()
Release the lock. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
release
public void release()
- Release the lock.
Copyright © 2013 Apache Software Foundation. All Rights Reserved.