Obtain a reentrant read/write lock for the resource at the provided path. The resource is not required to exist. Multiple calls to this method with the same path will return the same lock provided that at least one instance of the lock remains in use between the calls. @param path The path for whic
(String path)
| 35 | * @return A reentrant read/write lock for the given resource. |
| 36 | */ |
| 37 | ReadWriteLock getLock(String path); |
| 38 | |
| 39 | /** |
| 40 | * Lock the resource at the provided path for reading. The resource is not required to exist. Read locks are not |
no outgoing calls
no test coverage detected