Uses of Class
io.vertx.rxjava3.core.shareddata.Lock
Packages that use Lock
-
Uses of Lock in io.vertx.rxjava3.core.shareddata
Fields in io.vertx.rxjava3.core.shareddata with type parameters of type LockMethods in io.vertx.rxjava3.core.shareddata that return LockMethods in io.vertx.rxjava3.core.shareddata that return types with arguments of type LockModifier and TypeMethodDescriptionSharedData.getLocalLock(String name) Get an asynchronous local lock with the specified name.SharedData.getLocalLockWithTimeout(String name, long timeout) LikeSharedData.getLocalLock(String)but specifying a timeout.Get an asynchronous lock with the specified name.SharedData.getLockWithTimeout(String name, long timeout) LikeSharedData.getLock(String)but specifying a timeout.SharedData.rxGetLocalLock(String name) Get an asynchronous local lock with the specified name.SharedData.rxGetLocalLockWithTimeout(String name, long timeout) LikeSharedData.getLocalLock(String)but specifying a timeout.Get an asynchronous lock with the specified name.SharedData.rxGetLockWithTimeout(String name, long timeout) LikeSharedData.getLock(String)but specifying a timeout.