Uses of Class
io.vertx.mutiny.core.file.AsyncFileLock
- 
Packages that use AsyncFileLock Package Description io.vertx.mutiny.core.file  - 
- 
Uses of AsyncFileLock in io.vertx.mutiny.core.file
Fields in io.vertx.mutiny.core.file with type parameters of type AsyncFileLock Modifier and Type Field Description static TypeArg<AsyncFileLock>AsyncFileLock. __TYPE_ARGMethods in io.vertx.mutiny.core.file that return AsyncFileLock Modifier and Type Method Description AsyncFileLockAsyncFile. lockAndAwait()Blocking variant ofAsyncFile.lock().AsyncFileLockAsyncFile. lockAndAwait(long position, long size, boolean shared)Blocking variant ofAsyncFile.lock(long,long,boolean).static AsyncFileLockAsyncFileLock. newInstance(io.vertx.core.file.AsyncFileLock arg)AsyncFileLockAsyncFile. tryLock()AsyncFileLockAsyncFile. tryLock(long position, long size, boolean shared)Methods in io.vertx.mutiny.core.file that return types with arguments of type AsyncFileLock Modifier and Type Method Description io.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. 
 -