Uses of Class
io.vertx.reactivex.core.file.AsyncFileLock
Packages that use AsyncFileLock
-
Uses of AsyncFileLock in io.vertx.reactivex.core.file
Fields in io.vertx.reactivex.core.file with type parameters of type AsyncFileLockModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<AsyncFileLock> AsyncFileLock.__TYPE_ARGMethods in io.vertx.reactivex.core.file that return AsyncFileLockModifier and TypeMethodDescriptionstatic AsyncFileLockAsyncFileLock.newInstance(AsyncFileLock arg) AsyncFile.tryLock()Try to acquire a non-shared lock on the entire file.AsyncFile.tryLock(long position, long size, boolean shared) Try to acquire a lock on a portion of this file.Methods in io.vertx.reactivex.core.file that return types with arguments of type AsyncFileLockModifier and TypeMethodDescriptionAsyncFile.lock()Acquire a non-shared lock on the entire file.AsyncFile.lock(long position, long size, boolean shared) Acquire a lock on a portion of this file.AsyncFile.rxLock()Acquire a non-shared lock on the entire file.AsyncFile.rxLock(long position, long size, boolean shared) Acquire a lock on a portion of this file.