Example usage for io.vertx.core.shareddata Lock interface-usage

List of usage examples for io.vertx.core.shareddata Lock interface-usage

Introduction

In this page you can find the example usage for io.vertx.core.shareddata Lock interface-usage.

Usage

From source file io.atomix.vertx.AtomixLock.java

/**
 * Atomix distributed lock.
 *
 * @author <a href="http://github.com/kuujo>Jordan Halterman</a>
 */
public class AtomixLock implements Lock {

From source file net.kuujo.copycat.vertx.impl.CopycatLock.java

/**
 * Copycat lock.
 *
 * @author <a href="http://github.com/kuujo">Jordan Halterman</a>
 */
public class CopycatLock implements Lock {