70717273747576
* Returns a new lock. If the name is already in use and the lock has been * created, it returns the existing lock. */ @Override public DistributedLock create(final String pLockName) { return create(pLockName, new DistributedLockOptions()); }