Uses of Interface
io.vertx.core.shareddata.Lock
Packages that use Lock
Package
Description
-
Uses of Lock in io.vertx.core.spi.cluster
Method parameters in io.vertx.core.spi.cluster with type arguments of type LockModifier and TypeMethodDescriptionvoidClusterManager.getLockWithTimeout(String name, long timeout, Completable<Lock> promise) -
Uses of Lock in io.vertx.ext.cluster.infinispan
Method parameters in io.vertx.ext.cluster.infinispan with type arguments of type LockModifier and TypeMethodDescriptionvoidInfinispanClusterManager.getLockWithTimeout(String name, long timeout, Completable<Lock> prom) -
Uses of Lock in io.vertx.spi.cluster.hazelcast
Method parameters in io.vertx.spi.cluster.hazelcast with type arguments of type LockModifier and TypeMethodDescriptionvoidHazelcastClusterManager.getLockWithTimeout(String name, long timeout, Completable<Lock> promise) -
Uses of Lock in io.vertx.spi.cluster.hazelcast.spi
Methods in io.vertx.spi.cluster.hazelcast.spi that return LockModifier and TypeMethodDescriptionHazelcastObjectProvider.getLockWithTimeout(String name, long timeout) Return Lock with the given name within specified timeout (in ms) -
Uses of Lock in io.vertx.spi.cluster.ignite
Method parameters in io.vertx.spi.cluster.ignite with type arguments of type LockModifier and TypeMethodDescriptionvoidIgniteClusterManager.getLockWithTimeout(String name, long timeout, Completable<Lock> promise) -
Uses of Lock in io.vertx.spi.cluster.zookeeper
Method parameters in io.vertx.spi.cluster.zookeeper with type arguments of type LockModifier and TypeMethodDescriptionvoidZookeeperClusterManager.getLockWithTimeout(String name, long timeout, Completable<Lock> promise)