Uses of Interface
io.vertx.core.shareddata.Lock
-
Packages that use Lock Package Description io.vertx.core.shareddata io.vertx.core.spi.cluster -
-
Uses of Lock in io.vertx.core.shareddata
Methods in io.vertx.core.shareddata that return types with arguments of type Lock Modifier and Type Method Description Future<Lock>SharedData. getLocalLock(String name)Get an asynchronous local lock with the specified name.Future<Lock>SharedData. getLocalLockWithTimeout(String name, long timeout)LikeSharedData.getLocalLock(String)but specifying a timeout.Future<Lock>SharedData. getLock(String name)Get an asynchronous lock with the specified name.Future<Lock>SharedData. getLockWithTimeout(String name, long timeout)LikeSharedData.getLock(String)but specifying a timeout. -
Uses of Lock in io.vertx.core.spi.cluster
Method parameters in io.vertx.core.spi.cluster with type arguments of type Lock Modifier and Type Method Description voidClusterManager. getLockWithTimeout(String name, long timeout, Completable<Lock> promise)
-