Uses of Class
io.vertx.mutiny.core.file.AsyncFileLock
Packages that use AsyncFileLock
- 
Uses of AsyncFileLock in io.vertx.mutiny.core.file
Fields in io.vertx.mutiny.core.file with type parameters of type AsyncFileLockMethods in io.vertx.mutiny.core.file that return AsyncFileLockModifier and TypeMethodDescriptionAsyncFile.lockAndAwait()Blocking variant ofAsyncFile.lock().AsyncFile.lockAndAwait(long position, long size, boolean shared) Blocking variant ofAsyncFile.lock(long,long,boolean).static AsyncFileLockAsyncFileLock.newInstance(io.vertx.core.file.AsyncFileLock arg) AsyncFile.tryLock()AsyncFile.tryLock(long position, long size, boolean shared) Methods in io.vertx.mutiny.core.file that return types with arguments of type AsyncFileLockModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<AsyncFileLock>AsyncFile.lock()LikeAsyncFile.lock()but thehandlerwill be called when the operation is complete or if an error occurs.io.smallrye.mutiny.Uni<AsyncFileLock>AsyncFile.lock(long position, long size, boolean shared) LikeAsyncFile.lock()but thehandlerwill be called when the operation is complete or if an error occurs.