public interface InterProcessLockFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
InterProcessLockFactory.ClosableLock |
Modifier and Type | Method and Description |
---|---|
default InterProcessLockFactory.ClosableLock |
acquireClosableLock(java.lang.String path) |
InterProcessLock |
createInterProcessLock(java.lang.String path) |
InterProcessLock createInterProcessLock(java.lang.String path)
default InterProcessLockFactory.ClosableLock acquireClosableLock(java.lang.String path) throws java.lang.Exception
java.lang.Exception