Uses of Record Class
org.cryptomator.frontend.fuse.locks.PathLock
Packages that use PathLock
-
Uses of PathLock in org.cryptomator.frontend.fuse.locks
Methods in org.cryptomator.frontend.fuse.locks that return PathLockModifier and TypeMethodDescriptionLockManager.lockForReading(String path) LockManager.lockForWriting(String path) @Nullable PathLockPathLock.parent()Returns the value of theparentrecord component.LockManager.tryLockForWriting(String path) Constructors in org.cryptomator.frontend.fuse.locks with parameters of type PathLockModifierConstructorDescriptionPathLock(@Unmodifiable List<String> pathComponents, @Nullable PathLock parent, ReadWriteLock rwLock, Lock lock, Supplier<ReadWriteLock> dataLockSupplier) Creates an instance of aPathLockrecord class.