Uses of Interface
io.vertx.core.file.AsyncFileLock
Packages that use AsyncFileLock
-
Uses of AsyncFileLock in io.vertx.core.file
Methods in io.vertx.core.file that return AsyncFileLockModifier and TypeMethodDescriptiondefault AsyncFileLockAsyncFile.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.core.file that return types with arguments of type AsyncFileLockModifier and TypeMethodDescriptiondefault Future<AsyncFileLock> AsyncFile.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. -
Uses of AsyncFileLock in io.vertx.reactivex.core.file
Methods in io.vertx.reactivex.core.file that return AsyncFileLockMethods in io.vertx.reactivex.core.file with parameters of type AsyncFileLockModifier and TypeMethodDescriptionstatic AsyncFileLockAsyncFileLock.newInstance(AsyncFileLock arg) Constructors in io.vertx.reactivex.core.file with parameters of type AsyncFileLock -
Uses of AsyncFileLock in io.vertx.rxjava3.core.file
Methods in io.vertx.rxjava3.core.file that return AsyncFileLockMethods in io.vertx.rxjava3.core.file with parameters of type AsyncFileLockModifier and TypeMethodDescriptionstatic AsyncFileLockAsyncFileLock.newInstance(AsyncFileLock arg) Constructors in io.vertx.rxjava3.core.file with parameters of type AsyncFileLock